Version Description
- minor bug resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 2.0.4 |
Comparing to | |
See all releases |
Code changes from version 2.0.3 to 2.0.4
- front/style.php +1 -2
- lib/help.php +3 -6
- readme.txt +4 -1
- responsive-accordion.php +1 -1
front/style.php
CHANGED
@@ -66,7 +66,7 @@ outline: 0px !important;
|
|
66 |
<?php }
|
67 |
else {
|
68 |
?>
|
69 |
-
|
70 |
<?php
|
71 |
}
|
72 |
?>
|
@@ -148,5 +148,4 @@ outline: 0px !important;
|
|
148 |
break;
|
149 |
}
|
150 |
?>
|
151 |
-
|
152 |
<?php echo $custom_css; ?>
|
66 |
<?php }
|
67 |
else {
|
68 |
?>
|
69 |
+
border-radius: 0px;
|
70 |
<?php
|
71 |
}
|
72 |
?>
|
148 |
break;
|
149 |
}
|
150 |
?>
|
|
|
151 |
<?php echo $custom_css; ?>
|
lib/help.php
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
<style>
|
2 |
.wpsm_ac_h_i{
|
3 |
-
background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
4 |
-
|
5 |
-
|
6 |
margin-left: -20px;
|
7 |
font-family: Myriad Pro ;
|
8 |
cursor: pointer;
|
@@ -418,8 +416,7 @@
|
|
418 |
</table>
|
419 |
</div>
|
420 |
</div>
|
421 |
-
|
422 |
-
|
423 |
|
424 |
</div>
|
425 |
-
<!-- /row -->
|
1 |
<style>
|
2 |
.wpsm_ac_h_i{
|
3 |
+
background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
|
|
|
|
4 |
margin-left: -20px;
|
5 |
font-family: Myriad Pro ;
|
6 |
cursor: pointer;
|
416 |
</table>
|
417 |
</div>
|
418 |
</div>
|
419 |
+
|
|
|
420 |
|
421 |
</div>
|
422 |
+
<!-- /row -->
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://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: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -150,6 +150,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
150 |
|
151 |
== Changelog
|
152 |
|
|
|
|
|
|
|
153 |
= 2.0.3 =
|
154 |
* Compatible with WordPress 4.9.8 version.
|
155 |
* link updated http to https
|
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: 4.0
|
6 |
Tested up to: 4.9.8
|
7 |
+
Stable tag: 2.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
150 |
|
151 |
== Changelog
|
152 |
|
153 |
+
= 2.0.4 =
|
154 |
+
* minor bug resolved
|
155 |
+
|
156 |
= 2.0.3 =
|
157 |
* Compatible with WordPress 4.9.8 version.
|
158 |
* link updated http to https
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 2.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: https://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
+
* Version: 2.0.4
|
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: https://www.wpshopmart.com
|