Plugin Directory

Changeset 609516


Ignore:
Timestamp:
10/08/2012 11:07:09 AM (13 years ago)
Author:
philip.newcomer
Message:

Updating version numbers for release 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • responsive-image-maps/trunk/responsive-image-maps.php

    r586445 r609516  
    44Plugin URI: http://philipnewcomer.net/wordpress-plugins/responsive-image-maps/
    55Description: Makes image maps responsive by packaging the RWD Image Maps jQuery plugin for use in WordPress
    6 Version: 1.1
     6Version: 1.2
    77Author: Philip Newcomer
    88Author URI: http://philipnewcomer.net
     
    2828function pn_rim_enqueue_scripts()
    2929{
    30     wp_enqueue_script( 'jQuery.rwd_image_maps', plugins_url( 'jquery.rwdImageMaps.min.js', __FILE__ ), array( 'jquery' ), '1.2', true );
     30    wp_enqueue_script( 'jQuery.rwd_image_maps', plugins_url( 'jquery.rwdImageMaps.min.js', __FILE__ ), array( 'jquery' ), '1.3', true );
    3131}
    3232add_action( 'wp_enqueue_scripts', 'pn_rim_enqueue_scripts' );
Note: See TracChangeset for help on using the changeset viewer.