Accordion Shortcodes - Version 2.2.5

Version Description

  • Now compatible up to WordPress 4.4
Download this release

Release Info

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

Code changes from version 2.2.4 to 2.2.5

Files changed (2) hide show
  1. accordion-shortcodes.php +2 -2
  2. readme.txt +8 -2
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.4
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.4';
21
 
22
 
23
 
2
  /**
3
  * Plugin Name: Accordion Shortcodes
4
  * Description: Shortcodes for creating responsive accordion drop-downs.
5
+ * Version: 2.2.5
6
  * Author: Phil Buchanan
7
  * Author URI: http://philbuchanan.com
8
  */
17
  /**
18
  * Current plugin version number
19
  */
20
+ private $plugin_version = '2.2.5';
21
 
22
 
23
 
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.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,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.4 =
194
  * Now compatible up to WordPress 4.3
195
 
@@ -228,6 +231,9 @@ FIXED: A bug where setting both scroll and openfirst would scroll the window wit
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
 
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.4
8
+ Stable tag: 2.2.5
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.5 =
194
+ * Now compatible up to WordPress 4.4
195
+
196
  = 2.2.4 =
197
  * Now compatible up to WordPress 4.3
198
 
231
  * FIXED: A few incredibly small bugs/annoyances
232
 
233
  == Upgrade Notice ==
234
+ = 2.2.5 =
235
+ * Now compatible up to WordPress 4.4
236
+
237
  = 2.2.4 =
238
  * Now compatible up to WordPress 4.3
239