Changeset 357617
- Timestamp:
- 03/09/2011 01:50:40 PM (15 years ago)
- Location:
- j-shortcodes/trunk
- Files:
-
- 2 edited
-
j-shortcodes.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
j-shortcodes/trunk/j-shortcodes.php
r356776 r357617 3 3 Plugin Name: J Shortcodes 4 4 Plugin URI: http://www.jshortcodes.com/ 5 Version: 1.30 35 Version: 1.304 6 6 Author: Gleb Esman, http://www.jshortcodes.com/ 7 7 Author URI: http://www.jshortcodes.com/ … … 9 9 */ 10 10 11 define('J_SHORTCODES_VERSION', '1.30 3');11 define('J_SHORTCODES_VERSION', '1.304'); 12 12 13 13 include (dirname(__FILE__) . '/j-include-all.php'); … … 93 93 // Repopulating DB with new meta 94 94 update_option ('J-Shortcodes', $jay_default_options); 95 96 return ($jay_default_options); 95 97 } 96 98 //=========================================================================== … … 107 109 if ($jay_default_options['j-shortcodes-version'] != J_SHORTCODES_VERSION) 108 110 { 109 JAY__upgrade_js_options ();111 $jay_settings = JAY__upgrade_js_options (); 110 112 } 111 113 -
j-shortcodes/trunk/readme.txt
r356776 r357617 4 4 Tags: shortcodes, short codes, jquery shortcodes, jquery tabs shortcodes, tabs shortcodes, jquery accordion shortcodes, accordion shortcodes, wordpress shortcodes, wordpress short codes, theme shortcodes, template shortcodes, short tags 5 5 Requires at least: 2.5 6 Tested up to: 3. 0.46 Tested up to: 3.1 7 7 Stable tag: trunk 8 8 … … 65 65 == Changelog == 66 66 67 67 = 1.304 = 68 * Improved init/upgrade logic to make sure all settings are in tact. 68 69 69 70 = 1.303 = 70 71 * Fixed issue where reactivation of plugin won't upgrade settings 71 * Strip <p>...</p>tags around j shortcodes tags that prevented normal operation with some editor/themes combo.72 * Fixed bug where wpautop filter adds </p>...<p>tags (in reversed order) around shortcode tag content.72 * Strip `<p>...</p>` tags around j shortcodes tags that prevented normal operation with some editor/themes combo. 73 * Fixed bug where wpautop filter adds `</p>...<p>` tags (in reversed order) around shortcode tag content. 73 74 74 75 = 1.301 =
Note: See TracChangeset
for help on using the changeset viewer.