Accordion - Version 2.0.16

Version Description

  • 10/03/2017 - add - Added extra shortcode to avoid conflict.
Download this release

Release Info

Developer pickplugins
Plugin Icon 128x128 Accordion
Version 2.0.16
Comparing to
See all releases

Code changes from version 2.0.15 to 2.0.16

accordions.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Accordions
4
  Plugin URI: http://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/
5
  Description: Fully responsive and mobile ready accordion grid for wordpress.
6
- Version: 2.0.15
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  License: GPLv2 or later
@@ -26,7 +26,7 @@ class Accordions{
26
  define('accordions_conatct_url', 'http://pickplugins.com/contact' );
27
  define('accordions_qa_url', 'http://www.pickplugins.com/questions/' );
28
  define('accordions_plugin_name', 'Accordions' );
29
- define('accordions_plugin_version', '2.0.15' );
30
  define('accordions_customer_type', 'free' );
31
  define('accordions_share_url', 'https://wordpress.org/plugins/accordions/' );
32
  define('accordions_tutorial_video_url', '//www.youtube.com/embed/h2wNFJaaY8s?rel=0' );
3
  Plugin Name: Accordions
4
  Plugin URI: http://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/
5
  Description: Fully responsive and mobile ready accordion grid for wordpress.
6
+ Version: 2.0.16
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  License: GPLv2 or later
26
  define('accordions_conatct_url', 'http://pickplugins.com/contact' );
27
  define('accordions_qa_url', 'http://www.pickplugins.com/questions/' );
28
  define('accordions_plugin_name', 'Accordions' );
29
+ define('accordions_plugin_version', '2.0.16' );
30
  define('accordions_customer_type', 'free' );
31
  define('accordions_share_url', 'https://wordpress.org/plugins/accordions/' );
32
  define('accordions_tutorial_video_url', '//www.youtube.com/embed/h2wNFJaaY8s?rel=0' );
includes/class-shortcodes.php CHANGED
@@ -15,6 +15,8 @@ class class_accordions_shortcodes {
15
  {
16
 
17
  add_shortcode( 'accordions', array( $this, 'accordions_display' ) );
 
 
18
  add_shortcode( 'accordions_tabs', array( $this, 'accordions_tabs_display' ) );
19
 
20
  }
15
  {
16
 
17
  add_shortcode( 'accordions', array( $this, 'accordions_display' ) );
18
+ add_shortcode( 'accordions_pickplguins', array( $this, 'accordions_display' ) );
19
+
20
  add_shortcode( 'accordions_tabs', array( $this, 'accordions_tabs_display' ) );
21
 
22
  }
includes/meta.php CHANGED
@@ -153,6 +153,11 @@ function meta_boxes_accordions_input( $post ) {
153
  <br />
154
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" >[accordions <?php echo 'id="'.$post->ID.'"';?>]</textarea>
155
  <br />
 
 
 
 
 
156
  PHP Code:<br />
157
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
158
 
@@ -162,6 +167,9 @@ function meta_boxes_accordions_input( $post ) {
162
  <br />
163
  PHP Code:<br />
164
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions_tabs id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
 
 
 
165
  </div>
166
  </li>
167
 
153
  <br />
154
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" >[accordions <?php echo 'id="'.$post->ID.'"';?>]</textarea>
155
  <br />
156
+
157
+ To avoid conflict:<br />
158
+ <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" >[accordions_pickplguins <?php echo 'id="'.$post->ID.'"';?>]</textarea><br />
159
+ <br />
160
+
161
  PHP Code:<br />
162
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
163
 
167
  <br />
168
  PHP Code:<br />
169
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions_tabs id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
170
+
171
+
172
+
173
  </div>
174
  </li>
175
 
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, tabs, jquery tabs, tab, responsive tabs
5
  Requires at least: 3.8
6
  Tested up to: 4.7.3
7
- Stable tag: 2.0.15
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -91,6 +91,9 @@ then paste this shortcode anywhere in your page to display accordions<br />
91
 
92
  == Changelog ==
93
 
 
 
 
94
  = 2.0.15 =
95
  * 07/03/2017 - update - Content sorting icon update.
96
  * 07/03/2017 - update - Content expand/collapse icon update.
4
  Tags: accordion, accordions, Responsive accordions, accordions plugin, jQuery accordions, accordions short-code, accordions Widget, accordions plugin wordpress, accordions plugin jquery, tabs, jquery tabs, tab, responsive tabs
5
  Requires at least: 3.8
6
  Tested up to: 4.7.3
7
+ Stable tag: 2.0.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
91
 
92
  == Changelog ==
93
 
94
+ = 2.0.16 =
95
+ * 10/03/2017 - add - Added extra shortcode to avoid conflict.
96
+
97
  = 2.0.15 =
98
  * 07/03/2017 - update - Content sorting icon update.
99
  * 07/03/2017 - update - Content expand/collapse icon update.