Accordion Shortcodes - Version 2.2.4

Version Description

  • Now compatible up to WordPress 4.3
Download this release

Release Info

Developer philbuchanan
Plugin Icon 128x128 Accordion Shortcodes
Version 2.2.4
Comparing to
See all releases

Code changes from version 2.2.3 to 2.2.4

accordion-shortcodes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Accordion Shortcodes
4
  * Description: Shortcodes for creating responsive accordion drop-downs.
5
- * Version: 2.2.3
6
  * Author: Phil Buchanan
7
  * Author URI: http://philbuchanan.com
8
  */
@@ -17,7 +17,7 @@ class Accordion_Shortcodes {
17
  /**
18
  * Current plugin version number
19
  */
20
- private $plugin_version = '2.2.3';
21
 
22
 
23
 
@@ -325,4 +325,4 @@ class Accordion_Shortcodes {
325
 
326
  $Accordion_Shortcodes = new Accordion_Shortcodes;
327
 
328
- endif;
2
  /**
3
  * Plugin Name: Accordion Shortcodes
4
  * Description: Shortcodes for creating responsive accordion drop-downs.
5
+ * Version: 2.2.4
6
  * Author: Phil Buchanan
7
  * Author URI: http://philbuchanan.com
8
  */
17
  /**
18
  * Current plugin version number
19
  */
20
+ private $plugin_version = '2.2.4';
21
 
22
 
23
 
325
 
326
  $Accordion_Shortcodes = new Accordion_Shortcodes;
327
 
328
+ endif;
accordion.js CHANGED
@@ -179,4 +179,4 @@
179
 
180
  $('#' + settings.id).accordionShortcodes(settings);
181
  }
182
- }(jQuery));
179
 
180
  $('#' + settings.id).accordionShortcodes(settings);
181
  }
182
+ }(jQuery));
readme.txt CHANGED
@@ -4,8 +4,8 @@ Author URI: http://philbuchanan.com/
4
  Donate Link: http://philbuchanan.com/
5
  Tags: accordion, accordions, shortcodes, responsive accordions, accordions plugin, jquery accordions, accordions short-code, accordions plugin wordpress, accordions plugin jquery
6
  Requires at least: 3.3
7
- Tested up to: 4.2
8
- Stable tag: 2.2.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -190,6 +190,9 @@ For bug reports or feature requests or if you'd like to contribute to the plugin
190
  3. The Accordion Item shortcode insertion dialog box
191
 
192
  == Changelog ==
 
 
 
193
  = 2.2.3 =
194
  FIXED: A bug where the content editor would break in custom post types.
195
 
@@ -225,6 +228,9 @@ FIXED: A bug where setting both scroll and openfirst would scroll the window wit
225
  * FIXED: A few incredibly small bugs/annoyances
226
 
227
  == Upgrade Notice ==
 
 
 
228
  = 2.2.3 =
229
  Fixes a bug where the content editor would break in custom post types.
230
 
@@ -244,4 +250,4 @@ This update brings the much request support for multiple accordions on a single
244
  WordPress 4.0 compatibility.
245
 
246
  = 2.0 =
247
- Big changes for version 2.0! See the [changelog](http://wordpress.org/plugins/accordion-shortcodes/changelog/) for details.
4
  Donate Link: http://philbuchanan.com/
5
  Tags: accordion, accordions, shortcodes, responsive accordions, accordions plugin, jquery accordions, accordions short-code, accordions plugin wordpress, accordions plugin jquery
6
  Requires at least: 3.3
7
+ Tested up to: 4.3
8
+ Stable tag: 2.2.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
190
  3. The Accordion Item shortcode insertion dialog box
191
 
192
  == Changelog ==
193
+ = 2.2.4 =
194
+ * Now compatible up to WordPress 4.3
195
+
196
  = 2.2.3 =
197
  FIXED: A bug where the content editor would break in custom post types.
198
 
228
  * FIXED: A few incredibly small bugs/annoyances
229
 
230
  == Upgrade Notice ==
231
+ = 2.2.4 =
232
+ * Now compatible up to WordPress 4.3
233
+
234
  = 2.2.3 =
235
  Fixes a bug where the content editor would break in custom post types.
236
 
250
  WordPress 4.0 compatibility.
251
 
252
  = 2.0 =
253
+ Big changes for version 2.0! See the [changelog](http://wordpress.org/plugins/accordion-shortcodes/changelog/) for details.
tinymce/tinymce-plugin.js CHANGED
@@ -137,4 +137,4 @@
137
  });
138
 
139
  tinymce.PluginManager.add('accordionShortcodesExtensions', tinymce.plugins.accordionShortcodesExtensions);
140
- }());
137
  });
138
 
139
  tinymce.PluginManager.add('accordionShortcodesExtensions', tinymce.plugins.accordionShortcodesExtensions);
140
+ }());
tinymce/tinymce.php CHANGED
@@ -74,4 +74,4 @@ class Accordion_Shortcode_Tinymce_Extensions {
74
 
75
  }
76
 
77
- endif;
74
 
75
  }
76
 
77
+ endif;