Version Description
- Compatible with WordPress 5.0.3 version.
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- lib/installation/installation.php +4 -1
- readme.txt +7 -2
- responsive-accordion.php +1 -1
lib/installation/installation.php
CHANGED
@@ -100,6 +100,9 @@ margin-bottom:10px;
|
|
100 |
border-color: #ffffff;
|
101 |
color:#000;
|
102 |
}
|
|
|
|
|
|
|
103 |
|
104 |
</style>
|
105 |
<div class="wpsm_ac_h_i ">
|
@@ -109,7 +112,7 @@ margin-bottom:10px;
|
|
109 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
110 |
<h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
|
111 |
</div>
|
112 |
-
<div
|
113 |
<div class="col-md-3">
|
114 |
<a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
115 |
<ul>
|
100 |
border-color: #ffffff;
|
101 |
color:#000;
|
102 |
}
|
103 |
+
.pro-div-wrapper{
|
104 |
+
overflow:hidden;display:block;width:100%
|
105 |
+
}
|
106 |
|
107 |
</style>
|
108 |
<div class="wpsm_ac_h_i ">
|
112 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
113 |
<h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
|
114 |
</div>
|
115 |
+
<div class="pro-div-wrapper">
|
116 |
<div class="col-md-3">
|
117 |
<a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
118 |
<ul>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
|
|
3 |
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: 5.0
|
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,11 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
150 |
|
151 |
== Changelog ==
|
152 |
|
|
|
|
|
|
|
|
|
|
|
153 |
= 2.0.5 =
|
154 |
|
155 |
* Compatible with WordPress 5.0 version.
|
3 |
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: 5.0.3
|
7 |
+
Stable tag: 2.0.6
|
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.6 =
|
154 |
+
|
155 |
+
* Compatible with WordPress 5.0.3 version.
|
156 |
+
|
157 |
+
|
158 |
= 2.0.5 =
|
159 |
|
160 |
* Compatible with WordPress 5.0 version.
|
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.6
|
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
|