Plugin Directory

Changeset 357617


Ignore:
Timestamp:
03/09/2011 01:50:40 PM (15 years ago)
Author:
gesman
Message:

1.304

Location:
j-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • j-shortcodes/trunk/j-shortcodes.php

    r356776 r357617  
    33Plugin Name: J Shortcodes
    44Plugin URI: http://www.jshortcodes.com/
    5 Version: 1.303
     5Version: 1.304
    66Author: Gleb Esman, http://www.jshortcodes.com/
    77Author URI: http://www.jshortcodes.com/
     
    99*/
    1010
    11 define('J_SHORTCODES_VERSION',  '1.303');
     11define('J_SHORTCODES_VERSION',  '1.304');
    1212
    1313include (dirname(__FILE__) . '/j-include-all.php');
     
    9393   // Repopulating DB with new meta
    9494   update_option ('J-Shortcodes', $jay_default_options);
     95
     96   return ($jay_default_options);
    9597}
    9698//===========================================================================
     
    107109   if ($jay_default_options['j-shortcodes-version'] != J_SHORTCODES_VERSION)
    108110      {
    109       JAY__upgrade_js_options ();
     111      $jay_settings = JAY__upgrade_js_options ();
    110112      }
    111113
  • j-shortcodes/trunk/readme.txt

    r356776 r357617  
    44Tags: 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
    55Requires at least: 2.5
    6 Tested up to: 3.0.4
     6Tested up to: 3.1
    77Stable tag: trunk
    88
     
    6565== Changelog ==
    6666
    67 
     67= 1.304 =
     68* Improved init/upgrade logic to make sure all settings are in tact.
    6869
    6970= 1.303 =
    7071* 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.
    7374
    7475= 1.301 =
Note: See TracChangeset for help on using the changeset viewer.