Accordion Shortcodes - Version 1.1.2

Version Description

Download this release

Release Info

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

Code changes from version 1.1.1 to 1.1.2

readme.txt CHANGED
@@ -77,11 +77,6 @@ No CSS is added by default to the accordion.
77
 
78
  Changing the look and feel of the plugin requires you to be comfortable with editing your themes stylesheet. If you are familier with that process, you can add some [CSS](http://wordpress.org/plugins/accordion-shortcodes/other_notes/#Other-Notes) to make the accordion look the way you want.
79
 
80
- == Screenshots ==
81
-
82
- 1. The shortcodes in the editor
83
- 2. The accordion on the live site (note that CSS has been added to the themes stylesheet)
84
-
85
  == Other Notes ==
86
 
87
  = Sample CSS =
77
 
78
  Changing the look and feel of the plugin requires you to be comfortable with editing your themes stylesheet. If you are familier with that process, you can add some [CSS](http://wordpress.org/plugins/accordion-shortcodes/other_notes/#Other-Notes) to make the accordion look the way you want.
79
 
 
 
 
 
 
80
  == Other Notes ==
81
 
82
  = Sample CSS =
trunk/accordion-shortcodes.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Accordion Shortcodes
4
  * Description: Adds a few shortcodes to allow for accordion dropdowns.
5
- Version: 1.1.1
6
  * Author: Phil Buchanan
7
  * Author URI: http://philbuchanan.com
8
  */
@@ -46,7 +46,7 @@ class Accordion_Shortcodes {
46
  # Registers the minified accordion JavaScript file
47
  static function register_script() {
48
 
49
- wp_register_script('accordion-shortcodes-script', plugins_url('accordion.min.js', __FILE__), array('jquery'), '1.1.1', true);
50
 
51
  }
52
 
2
  /**
3
  * Plugin Name: Accordion Shortcodes
4
  * Description: Adds a few shortcodes to allow for accordion dropdowns.
5
+ * Version: 1.1.2
6
  * Author: Phil Buchanan
7
  * Author URI: http://philbuchanan.com
8
  */
46
  # Registers the minified accordion JavaScript file
47
  static function register_script() {
48
 
49
+ wp_register_script('accordion-shortcodes-script', plugins_url('accordion.min.js', __FILE__), array('jquery'), '1.1.2', true);
50
 
51
  }
52
 
trunk/readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate Link: http://philbuchanan.com/
5
  Tags: accordion, accordions, shortcodes
6
  Requires at least: 3.3
7
  Tested up to: 3.8
8
- Stable tag: 1.1.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -77,11 +77,6 @@ No CSS is added by default to the accordion.
77
 
78
  Changing the look and feel of the plugin requires you to be comfortable with editing your themes stylesheet. If you are familier with that process, you can add some [CSS](http://wordpress.org/plugins/accordion-shortcodes/other_notes/#Other-Notes) to make the accordion look the way you want.
79
 
80
- == Screenshots ==
81
-
82
- 1. The shortcodes in the editor
83
- 2. The accordion on the live site (note that CSS has been added to the themes stylesheet)
84
-
85
  == Other Notes ==
86
 
87
  = Sample CSS =
@@ -123,7 +118,10 @@ You can also set the HTML tag for the titles of each item by added `tag="tagname
123
  For bug reports or feature requests or if you'd like to contribute to the plugin you can check everything out on [Github](https://github.com/philbuchanan/Accordion-Shortcodes/).
124
 
125
  == Changelog ==
126
- = 1.1.1=
 
 
 
127
  * Added link to documentation from plugins page
128
  * Added FAQs to readme
129
  * Added screenshots
@@ -156,6 +154,9 @@ For bug reports or feature requests or if you'd like to contribute to the plugin
156
  * Initial release
157
 
158
  == Upgrade Notice ==
 
 
 
159
  = 1.1.1 =
160
  Added a link to plugin documentation from the plugins page for easy access.
161
 
5
  Tags: accordion, accordions, shortcodes
6
  Requires at least: 3.3
7
  Tested up to: 3.8
8
+ Stable tag: 1.1.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
77
 
78
  Changing the look and feel of the plugin requires you to be comfortable with editing your themes stylesheet. If you are familier with that process, you can add some [CSS](http://wordpress.org/plugins/accordion-shortcodes/other_notes/#Other-Notes) to make the accordion look the way you want.
79
 
 
 
 
 
 
80
  == Other Notes ==
81
 
82
  = Sample CSS =
118
  For bug reports or feature requests or if you'd like to contribute to the plugin you can check everything out on [Github](https://github.com/philbuchanan/Accordion-Shortcodes/).
119
 
120
  == Changelog ==
121
+ = 1.1.2 =
122
+ * Fixed an issue with the readme change log
123
+
124
+ = 1.1.1 =
125
  * Added link to documentation from plugins page
126
  * Added FAQs to readme
127
  * Added screenshots
154
  * Initial release
155
 
156
  == Upgrade Notice ==
157
+ = 1.1.2 =
158
+ Fixed an issue with the readme change log.
159
+
160
  = 1.1.1 =
161
  Added a link to plugin documentation from the plugins page for easy access.
162