Version Description
- 07/07/2019 - fix - Background color issue fixed on internet explorer browser.
Download this release
Release Info
Developer | pickplugins |
Plugin | Accordion |
Version | 2.1.15 |
Comparing to | |
See all releases |
Code changes from version 2.1.14 to 2.1.15
- accordions.php +2 -2
- readme.txt +4 -1
- templates/accordion/custom-css.php +2 -2
accordions.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Accordions by PickPlugins
|
4 |
Plugin URI: https://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/?ref=dashboard
|
5 |
Description: Fully responsive and mobile ready accordion grid for wordpress.
|
6 |
-
Version: 2.1.
|
7 |
WC requires at least: 3.0.0
|
8 |
WC tested up to: 3.6
|
9 |
Author: PickPlugins
|
@@ -23,7 +23,7 @@ class Accordions{
|
|
23 |
|
24 |
define('accordions_plugin_url', plugins_url('/', __FILE__) );
|
25 |
define('accordions_plugin_dir', plugin_dir_path( __FILE__ ) );
|
26 |
-
define('accordions_version', '2.1.
|
27 |
|
28 |
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-settings-tabs.php');
|
29 |
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-accordions-support.php');
|
3 |
Plugin Name: Accordions by PickPlugins
|
4 |
Plugin URI: https://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/?ref=dashboard
|
5 |
Description: Fully responsive and mobile ready accordion grid for wordpress.
|
6 |
+
Version: 2.1.15
|
7 |
WC requires at least: 3.0.0
|
8 |
WC tested up to: 3.6
|
9 |
Author: PickPlugins
|
23 |
|
24 |
define('accordions_plugin_url', plugins_url('/', __FILE__) );
|
25 |
define('accordions_plugin_dir', plugin_dir_path( __FILE__ ) );
|
26 |
+
define('accordions_version', '2.1.15' );
|
27 |
|
28 |
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-settings-tabs.php');
|
29 |
require_once( plugin_dir_path( __FILE__ ) . 'includes/class-accordions-support.php');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Tags: accordion, accordions, Responsive accordions, FAQ, WooCommerce FAQ, WooCommerce FAQ Tab, 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: 5.2
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -114,6 +114,9 @@ then paste this shortcode anywhere in your page to display accordions<br />
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
= 2.1.14 =
|
118 |
* 22/06/2019 - add - Display 3rd party shortcode inside accordion content.
|
119 |
* 22/06/2019 - add - load option for fontawesome version library file.
|
4 |
Tags: accordion, accordions, Responsive accordions, FAQ, WooCommerce FAQ, WooCommerce FAQ Tab, 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: 5.2
|
7 |
+
Stable tag: 2.1.15
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 2.1.15 =
|
118 |
+
* 07/07/2019 - fix - Background color issue fixed on internet explorer browser.
|
119 |
+
|
120 |
= 2.1.14 =
|
121 |
* 22/06/2019 - add - Display 3rd party shortcode inside accordion content.
|
122 |
* 22/06/2019 - add - load option for fontawesome version library file.
|
templates/accordion/custom-css.php
CHANGED
@@ -48,7 +48,7 @@ if($accordions_lazy_load=='yes'){
|
|
48 |
padding: <?php echo $accordions_container_padding; ?>;
|
49 |
}
|
50 |
#accordions-<?php echo $post_id; ?> .accordions-head{
|
51 |
-
background
|
52 |
margin:<?php echo $accordions_items_title_margin; ?>;
|
53 |
padding:<?php echo $accordions_items_title_padding; ?>;
|
54 |
}
|
@@ -68,7 +68,7 @@ if($accordions_lazy_load=='yes'){
|
|
68 |
background: <?php echo $accordions_active_bg_color;?>;
|
69 |
}
|
70 |
#accordions-<?php echo $post_id; ?> .accordion-content{
|
71 |
-
background
|
72 |
color:<?php echo $accordions_items_content_color; ?>;
|
73 |
font-size:<?php echo $accordions_items_content_font_size; ?>;
|
74 |
font-family:<?php echo $accordions_items_content_font_family;?>;
|
48 |
padding: <?php echo $accordions_container_padding; ?>;
|
49 |
}
|
50 |
#accordions-<?php echo $post_id; ?> .accordions-head{
|
51 |
+
background:<?php echo $accordions_default_bg_color; ?> none repeat scroll 0 0;
|
52 |
margin:<?php echo $accordions_items_title_margin; ?>;
|
53 |
padding:<?php echo $accordions_items_title_padding; ?>;
|
54 |
}
|
68 |
background: <?php echo $accordions_active_bg_color;?>;
|
69 |
}
|
70 |
#accordions-<?php echo $post_id; ?> .accordion-content{
|
71 |
+
background:<?php echo $accordions_items_content_bg_color; ?> none repeat scroll 0 0;
|
72 |
color:<?php echo $accordions_items_content_color; ?>;
|
73 |
font-size:<?php echo $accordions_items_content_font_size; ?>;
|
74 |
font-family:<?php echo $accordions_items_content_font_family;?>;
|