Accordion FAQ - Version 1.9.0

Version Description

  • Compatible with WordPress 4.8 version.
  • Resolve accordion anchor tag focus css issue
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Accordion FAQ
Version 1.9.0
Comparing to
See all releases

Code changes from version 1.8.9 to 1.9.0

Files changed (3) hide show
  1. front/style.php +5 -0
  2. readme.txt +6 -2
  3. responsive-accordion.php +1 -1
front/style.php CHANGED
@@ -16,6 +16,11 @@
16
  color:<?php echo $acc_title_icon_clr; ?> !important;
17
  border-bottom:0px !important;
18
  }
 
 
 
 
 
19
  #wpsm_accordion_<?php echo $post_id; ?> .wpsm_panel-title a:hover, #wpsm_accordion_<?php echo $post_id; ?> .wpsm_panel-title a:focus {
20
  color:<?php echo $acc_title_icon_clr; ?> !important;
21
  }
16
  color:<?php echo $acc_title_icon_clr; ?> !important;
17
  border-bottom:0px !important;
18
  }
19
+
20
+ #wpsm_accordion_<?php echo $post_id; ?> .wpsm_panel-title a:focus {
21
+ outline: 0px !important;
22
+ }
23
+
24
  #wpsm_accordion_<?php echo $post_id; ?> .wpsm_panel-title a:hover, #wpsm_accordion_<?php echo $post_id; ?> .wpsm_panel-title a:focus {
25
  color:<?php echo $acc_title_icon_clr; ?> !important;
26
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: http://www.wpshopmart.com
4
  Tags: Accordion, accordions, accordion plugin, FAQ, collapse, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, toggle, css accordion, css3 , bootstrap, bootstrap accordion, bootstrap collapse, wordpress accordion, widget, shortcode, responsive, plugin, wordpress accordion plugin
5
  Requires at least: 3.3
6
- Tested up to: 4.7.3
7
- Stable tag: 1.8.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,10 @@ Please use WordPress support forum to ask any query regarding any issue.
141
 
142
  == Changelog ==
143
 
 
 
 
 
144
  = 1.8.9 =
145
  * Compatible with WordPress 4.7.3 version.
146
 
3
  Donate link: http://www.wpshopmart.com
4
  Tags: Accordion, accordions, accordion plugin, FAQ, collapse, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, toggle, css accordion, css3 , bootstrap, bootstrap accordion, bootstrap collapse, wordpress accordion, widget, shortcode, responsive, plugin, wordpress accordion plugin
5
  Requires at least: 3.3
6
+ Tested up to: 4.8
7
+ Stable tag: 1.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
 
142
  == Changelog ==
143
 
144
+ = 1.9.0 =
145
+ * Compatible with WordPress 4.8 version.
146
+ * Resolve accordion anchor tag focus css issue
147
+
148
  = 1.8.9 =
149
  * Compatible with WordPress 4.7.3 version.
150
 
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 1.8.9
5
  * Description: Responsive Accordion is the most easiest drag & drop accordion builder for WordPress. You can generate multiple accordion and collapse with multiple colour.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
+ * Version: 1.9.0
5
  * Description: Responsive Accordion is the most easiest drag & drop accordion builder for WordPress. You can generate multiple accordion and collapse with multiple colour.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com