Changeset 564786
- Timestamp:
- 06/27/2012 10:32:37 PM (14 years ago)
- Location:
- editorial-calendar
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.1 (copied) (copied from editorial-calendar/trunk)
-
tags/2.1.1/edcal.php (modified) (3 diffs)
-
tags/2.1.1/readme.txt (modified) (2 diffs)
-
trunk/edcal.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
editorial-calendar/tags/2.1.1/edcal.php
r561881 r564786 19 19 Plugin Name: WordPress Editorial Calendar 20 20 Description: The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog. 21 Version: 2.1 21 Version: 2.1.1 22 22 Author: Colin Vernon, Justin Evans, Joachim Kudish, Mary Vogt, and Zack Grossbart 23 23 Author URI: http://www.zackgrossbart.com … … 507 507 * the locale for the other strings. 508 508 */ 509 wp_enqueue_script( "date", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/languages/date-".__('en-US', 'editorial-calendar').".js"), array( 'jquery' ) );510 509 wp_enqueue_script( 'jquery' ); 511 510 wp_enqueue_script( 'jquery-ui-draggable' ); … … 514 513 //wp_enqueue_script( "date-extras", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/date.extras.js"), array( 'jquery' ) ); 515 514 515 wp_enqueue_script( "edcal-date", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/languages/date-".__('en-US', 'editorial-calendar').".js"), array( 'jquery' ) ); 516 516 wp_enqueue_script( "edcal-lib", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/edcallib.min.js"), array( 'jquery' ) ); 517 517 -
editorial-calendar/tags/2.1.1/readme.txt
r562013 r564786 4 4 Requires at least: 2.8.5 5 5 Tested up to: 3.4 6 Stable tag: 2.1 6 Stable tag: 2.1.1 7 7 8 8 The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog. … … 173 173 174 174 == Changelog == 175 176 = 2.1.1 = 177 178 Added a namespace to fix a small issue of potential javascript file conflict with wp_enqueue_script() 175 179 176 180 = 2.1 = -
editorial-calendar/trunk/edcal.php
r561881 r564786 19 19 Plugin Name: WordPress Editorial Calendar 20 20 Description: The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog. 21 Version: 2.1 21 Version: 2.1.1 22 22 Author: Colin Vernon, Justin Evans, Joachim Kudish, Mary Vogt, and Zack Grossbart 23 23 Author URI: http://www.zackgrossbart.com … … 507 507 * the locale for the other strings. 508 508 */ 509 wp_enqueue_script( "date", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/languages/date-".__('en-US', 'editorial-calendar').".js"), array( 'jquery' ) );510 509 wp_enqueue_script( 'jquery' ); 511 510 wp_enqueue_script( 'jquery-ui-draggable' ); … … 514 513 //wp_enqueue_script( "date-extras", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/date.extras.js"), array( 'jquery' ) ); 515 514 515 wp_enqueue_script( "edcal-date", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/languages/date-".__('en-US', 'editorial-calendar').".js"), array( 'jquery' ) ); 516 516 wp_enqueue_script( "edcal-lib", path_join(WP_PLUGIN_URL, basename( dirname( __FILE__ ) )."/lib/edcallib.min.js"), array( 'jquery' ) ); 517 517 -
editorial-calendar/trunk/readme.txt
r562013 r564786 4 4 Requires at least: 2.8.5 5 5 Tested up to: 3.4 6 Stable tag: 2.1 6 Stable tag: 2.1.1 7 7 8 8 The Editorial Calendar makes it possible to see all your posts and drag and drop them to manage your blog. … … 173 173 174 174 == Changelog == 175 176 = 2.1.1 = 177 178 Added a namespace to fix a small issue of potential javascript file conflict with wp_enqueue_script() 175 179 176 180 = 2.1 =
Note: See TracChangeset
for help on using the changeset viewer.