Accordion - Version 2.0.7

Version Description

  • 18/04/2016 - update - minor issue update.
Download this release

Release Info

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

Code changes from version 2.0.6 to 2.0.7

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.6
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.6' );
30
  define('accordions_customer_type', 'free' ); // pro & 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.7
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.7' );
30
  define('accordions_customer_type', 'free' ); // pro & free
31
  define('accordions_share_url', 'https://wordpress.org/plugins/accordions/' );
32
  define('accordions_tutorial_video_url', '//www.youtube.com/embed/h2wNFJaaY8s?rel=0' );
assets/admin/css/five-star.png CHANGED
Binary file
includes/menu/help.php CHANGED
@@ -57,6 +57,14 @@ if ( ! defined('ABSPATH')) exit; // if direct access
57
  </div>
58
 
59
 
 
 
 
 
 
 
 
 
60
  <div class="option-box">
61
  <p class="option-title"><?php _e('Submit Reviews.','accordions'); ?></p>
62
  <p class="option-info"><?php _e('We are working hard to build some awesome plugins for you and spend thousand hour for plugins. we wish your three(3) minute by submitting five star reviews at wordpress.org. if you have any issue please submit at forum.','accordions'); ?></p>
@@ -64,9 +72,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
64
  <a target="_blank" href="<?php echo accordions_wp_reviews; ?>">
65
  <?php echo accordions_wp_reviews; ?>
66
  </a>
67
-
68
-
69
-
70
  </div>
71
 
72
  <div class="option-box">
57
  </div>
58
 
59
 
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
  <div class="option-box">
69
  <p class="option-title"><?php _e('Submit Reviews.','accordions'); ?></p>
70
  <p class="option-info"><?php _e('We are working hard to build some awesome plugins for you and spend thousand hour for plugins. we wish your three(3) minute by submitting five star reviews at wordpress.org. if you have any issue please submit at forum.','accordions'); ?></p>
72
  <a target="_blank" href="<?php echo accordions_wp_reviews; ?>">
73
  <?php echo accordions_wp_reviews; ?>
74
  </a>
75
+
 
 
76
  </div>
77
 
78
  <div class="option-box">
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Donate link: http://pickplugins.com
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.4.2
7
- Stable tag: 2.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,9 @@ then paste this shortcode anywhere in your page to display accordions<br />
95
  == Changelog ==
96
 
97
 
 
 
 
98
  = 2.0.6 =
99
  * 19/03/2016 - update - font asesome version update.
100
 
3
  Donate link: http://pickplugins.com
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.5
7
+ Stable tag: 2.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
  == Changelog ==
96
 
97
 
98
+ = 2.0.7 =
99
+ * 18/04/2016 - update - minor issue update.
100
+
101
  = 2.0.6 =
102
  * 19/03/2016 - update - font asesome version update.
103