Accordion - Version 2.0.3

Version Description

Download this release

Release Info

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

Code changes from version 2.0.2 to 2.0.3

Files changed (3) hide show
  1. accordions.php +4 -4
  2. assets/frontend/css/style.css +3 -1
  3. readme.txt +4 -2
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.2
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  License: GPLv2 or later
@@ -26,8 +26,8 @@ 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.2' );
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' );
33
 
@@ -78,7 +78,7 @@ class Accordions{
78
  wp_enqueue_script( 'jquery-ui-core' );
79
  wp_enqueue_script('jquery-ui-accordion');
80
 
81
- //wp_enqueue_style('jquery-ui', plugins_url( 'css/jquery-ui.css', __FILE__ ));
82
  wp_enqueue_style('accordions_style', plugins_url( 'assets/frontend/css/style.css', __FILE__ ));
83
  wp_enqueue_style('accordions_themes.style', plugins_url( 'assets/global/css/themes.style.css', __FILE__ ));
84
  wp_enqueue_style('font-awesome', plugins_url( 'assets/global/css/font-awesome.css', __FILE__ ));
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.3
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.3' );
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' );
33
 
78
  wp_enqueue_script( 'jquery-ui-core' );
79
  wp_enqueue_script('jquery-ui-accordion');
80
 
81
+ //wp_enqueue_style('jquery-ui', plugins_url( 'assets/frontend/css/jquery-ui.css', __FILE__ ));
82
  wp_enqueue_style('accordions_style', plugins_url( 'assets/frontend/css/style.css', __FILE__ ));
83
  wp_enqueue_style('accordions_themes.style', plugins_url( 'assets/global/css/themes.style.css', __FILE__ ));
84
  wp_enqueue_style('font-awesome', plugins_url( 'assets/global/css/font-awesome.css', __FILE__ ));
assets/frontend/css/style.css CHANGED
@@ -5,7 +5,9 @@
5
 
6
  /*CSS front page*/
7
 
8
-
 
 
9
 
10
 
11
  .accordions-lazy {
5
 
6
  /*CSS front page*/
7
 
8
+ .accordions .accordions-head .ui-accordion-header-icon {
9
+ display: none;
10
+ }
11
 
12
 
13
  .accordions-lazy {
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
5
  Requires at least: 3.8
6
- Tested up to: 4.3.1
7
- Stable tag: 2.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,8 @@ then paste this shortcode anywhere in your page to display accordions<br />
93
  == Changelog ==
94
 
95
 
 
 
96
 
97
  = 2.0.2 =
98
  * 25/01/2016 fix- content sort & WP Editor conflict issue fixed.
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
5
  Requires at least: 3.8
6
+ Tested up to: 4.4.2
7
+ Stable tag: 2.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
  == Changelog ==
94
 
95
 
96
+ = 2.0.2 =
97
+ * 03/02/2016 fix- jquery-ui icon issue fixed.
98
 
99
  = 2.0.2 =
100
  * 25/01/2016 fix- content sort & WP Editor conflict issue fixed.