Version Description
FIXED: A bug where the content editor would break in custom post types.
Download this release
Release Info
Developer | philbuchanan |
Plugin | Accordion Shortcodes |
Version | 2.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.2 to 2.2.3
- accordion-shortcodes.php +2 -2
- readme.txt +7 -1
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.
|
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.
|
21 |
|
22 |
|
23 |
|
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 |
/**
|
18 |
* Current plugin version number
|
19 |
*/
|
20 |
+
private $plugin_version = '2.2.3';
|
21 |
|
22 |
|
23 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ 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.
|
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.1 =
|
194 |
FIXED: A bug where setting both scroll and openfirst would scroll the window without user interaction.
|
195 |
|
@@ -222,6 +225,9 @@ FIXED: A bug where setting both scroll and openfirst would scroll the window wit
|
|
222 |
* FIXED: A few incredibly small bugs/annoyances
|
223 |
|
224 |
== Upgrade Notice ==
|
|
|
|
|
|
|
225 |
= 2.2.1 =
|
226 |
Fixes a bug introduced in v2.2 when using the scroll and openfirst setting together.
|
227 |
|
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 |
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 |
+
|
196 |
= 2.2.1 =
|
197 |
FIXED: A bug where setting both scroll and openfirst would scroll the window without user interaction.
|
198 |
|
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 |
+
|
231 |
= 2.2.1 =
|
232 |
Fixes a bug introduced in v2.2 when using the scroll and openfirst setting together.
|
233 |
|