Accordion - Version 1.4

Version Description

  • 09/06/2015 - fix - WP editor button width fixed.
Download this release

Release Info

Developer paratheme
Plugin Icon 128x128 Accordion
Version 1.4
Comparing to
See all releases

Code changes from version 1.3 to 1.4

Files changed (4) hide show
  1. accordions.php +2 -2
  2. css/style.css +2 -3
  3. includes/accordions-meta.php +1 -1
  4. readme.txt +4 -1
accordions.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Accordions
4
  Plugin URI: http://paratheme.com/items/accordions-html-css3-responsive-accordion-grid-for-wordpress/
5
  Description: Fully responsive and mobile ready accordion grid for wordpress.
6
- Version: 1.3
7
  Author: paratheme
8
  Author URI: http://paratheme.com
9
  License: GPLv2 or later
@@ -71,7 +71,7 @@ register_activation_hook(__FILE__, 'accordions_paratheme_activation');
71
 
72
  function accordions_paratheme_activation()
73
  {
74
- $accordions_version= "1.3";
75
  update_option('accordions_version', $accordions_version); //update plugin version.
76
 
77
  $accordions_customer_type= "free"; //customer_type "free"
3
  Plugin Name: Accordions
4
  Plugin URI: http://paratheme.com/items/accordions-html-css3-responsive-accordion-grid-for-wordpress/
5
  Description: Fully responsive and mobile ready accordion grid for wordpress.
6
+ Version: 1.4
7
  Author: paratheme
8
  Author URI: http://paratheme.com
9
  License: GPLv2 or later
71
 
72
  function accordions_paratheme_activation()
73
  {
74
+ $accordions_version= "1.4";
75
  update_option('accordions_version', $accordions_version); //update plugin version.
76
 
77
  $accordions_customer_type= "free"; //customer_type "free"
css/style.css CHANGED
@@ -46,9 +46,8 @@
46
 
47
 
48
 
49
- #accordions_metabox .accordions-content input, #accordions_metabox .accordions-content textarea {
50
-
51
- width: 95%;
52
  }
53
 
54
 
46
 
47
 
48
 
49
+ #accordions_metabox .accordions_content_title, #accordions_metabox .accordions-content textarea {
50
+ width:95%;
 
51
  }
52
 
53
 
includes/accordions-meta.php CHANGED
@@ -361,7 +361,7 @@ function meta_boxes_accordions_input( $post ) {
361
 
362
  </div>
363
  <div class="section-panel">
364
- <input width="100%" placeholder="accordions Header" type="text" name="accordions_content_title[row_<?php echo $i; ?>]" value="<?php if(!empty($accordions_title)) echo $accordions_title; ?>" />
365
 
366
 
367
 
361
 
362
  </div>
363
  <div class="section-panel">
364
+ <input width="100%" class="accordions_content_title" placeholder="accordions Header" type="text" name="accordions_content_title[row_<?php echo $i; ?>]" value="<?php if(!empty($accordions_title)) echo $accordions_title; ?>" />
365
 
366
 
367
 
readme.txt CHANGED
@@ -4,7 +4,7 @@
4
  Tags: accordion, accordions, Responsive accordions, accordions plugin, jQuery accordions, accordions short-code, accordions Widget, accordions plugin wordpress, accordions plugin jquery
5
  Requires at least: 3.8
6
  Tested up to: 4.2.2
7
- Stable tag: 1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -96,6 +96,9 @@ then paste this shortcode anywhere in your page to display accordions<br />
96
 
97
  == Changelog ==
98
 
 
 
 
99
  = 1.3 =
100
  * 22/05/2015 - update - UI update for admin content part.
101
  * 22/05/2015 - add - WP Editor for Accordion Content.
4
  Tags: accordion, accordions, Responsive accordions, accordions plugin, jQuery accordions, accordions short-code, accordions Widget, accordions plugin wordpress, accordions plugin jquery
5
  Requires at least: 3.8
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
96
 
97
  == Changelog ==
98
 
99
+ = 1.4 =
100
+ * 09/06/2015 - fix - WP editor button width fixed.
101
+
102
  = 1.3 =
103
  * 22/05/2015 - update - UI update for admin content part.
104
  * 22/05/2015 - add - WP Editor for Accordion Content.