Version Description
- Compatible with WordPress 5.3 version.
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 2.1.5 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.5
- lib/admin/add-acc.php +9 -0
- readme.txt +12 -4
- responsive-accordion.php +1 -1
lib/admin/add-acc.php
CHANGED
@@ -146,5 +146,14 @@
|
|
146 |
|
147 |
|
148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
<?php require('add-ac-js-footer.php'); ?>
|
146 |
|
147 |
|
148 |
|
149 |
+
<a class="wpsm_ac-panel add_wpsm_ac_new" id="add_new_ac" onclick="add_new_accordion()" >
|
150 |
+
<?php _e('Add New Accordion', wpshopmart_accordion_text_domain); ?>
|
151 |
+
</a>
|
152 |
+
<a style="float: left;padding:10px !important;background:#31a3dd;" class=" add_wpsm_ac_new delete_all_acc" id="delete_all_acc" >
|
153 |
+
<i style="font-size:57px;"class="fa fa-trash-o"></i>
|
154 |
+
<span style="display:block"><?php _e('Delete All',wpshopmart_accordion_text_domain); ?></span>
|
155 |
+
</a>
|
156 |
+
<div style="clear:left;"></div>
|
157 |
+
|
158 |
|
159 |
<?php require('add-ac-js-footer.php'); ?>
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
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.
|
6 |
-
Tested up to: 5.3
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,6 +14,14 @@ Accordion And Collapse is the most easiest drag & drop accordion builder for Wor
|
|
14 |
|
15 |
Thanks for visit our plugin. Need an awesome accordion FAq plugin then this is it. Responsive Accordion is has buildup with excellent accordion FAq builder for wordpress. You can add unlimited accordion and collapse with unlimited color.You can easy sort your accordion position using backend. Responsive Accordion is built-in bootstrap.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
= Responsive Accordion Shortcode =
|
18 |
|
19 |
> `[WPSM_AC id=xx]`
|
@@ -150,7 +158,7 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
150 |
|
151 |
== Changelog ==
|
152 |
|
153 |
-
= 2.1.
|
154 |
|
155 |
* Compatible with WordPress 5.3 version.
|
156 |
|
2 |
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.9
|
6 |
+
Tested up to: 5.3.2
|
7 |
+
Stable tag: 2.1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
Thanks for visit our plugin. Need an awesome accordion FAq plugin then this is it. Responsive Accordion is has buildup with excellent accordion FAq builder for wordpress. You can add unlimited accordion and collapse with unlimited color.You can easy sort your accordion position using backend. Responsive Accordion is built-in bootstrap.
|
16 |
|
17 |
+
|
18 |
+
* [Accordion Pro - Live Demo](http://demo.wpshopmart.com/accordion-pro/)
|
19 |
+
* [Upgrade To Accordion Pro](https://wpshopmart.com/plugins/accordion-pro/)
|
20 |
+
|
21 |
+
|
22 |
+
https://www.youtube.com/watch?v=iu2Wj7qZo_g
|
23 |
+
|
24 |
+
|
25 |
= Responsive Accordion Shortcode =
|
26 |
|
27 |
> `[WPSM_AC id=xx]`
|
158 |
|
159 |
== Changelog ==
|
160 |
|
161 |
+
= 2.1.5 =
|
162 |
|
163 |
* Compatible with WordPress 5.3 version.
|
164 |
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 2.1.
|
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.1.5
|
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
|