Version Description
- Add help comments for Developer
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 1.7.3 |
Comparing to | |
See all releases |
Code changes from version 1.7.2 to 1.7.3
- lib/admin/add-acc.php +18 -17
- readme.txt +5 -2
- responsive-accordion.php +1 -1
lib/admin/add-acc.php
CHANGED
@@ -87,23 +87,24 @@
|
|
87 |
?>
|
88 |
</ul>
|
89 |
</div>
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
|
109 |
|
87 |
?>
|
88 |
</ul>
|
89 |
</div>
|
90 |
+
<!-- Modal Popup For Editor -->
|
91 |
+
<div class="remodal" data-remodal-options=" closeOnOutsideClick: false" data-remodal-id="modal" role="dialog" aria-labelledby="modal1Title" aria-describedby="modal1Desc">
|
92 |
+
<button data-remodal-action="close" class="remodal-close" aria-label="Close"></button>
|
93 |
+
<div>
|
94 |
+
<h2 id="modal1Title">Accordion Editor</h2>
|
95 |
+
<p id="modal1Desc">
|
96 |
+
<?php
|
97 |
+
$content = '';
|
98 |
+
$editor_id = 'get_text';
|
99 |
+
wp_editor( $content, $editor_id );
|
100 |
+
?>
|
101 |
+
<input type="hidden" value="" id="get_id" />
|
102 |
+
</p>
|
103 |
+
</div>
|
104 |
+
<br>
|
105 |
+
<button data-remodal-action="cancel" class="remodal-cancel">Cancel</button>
|
106 |
+
<button data-remodal-action="confirm" class="remodal-confirm" onclick="insert_html()">OK</button>
|
107 |
+
</div>
|
108 |
|
109 |
|
110 |
|
readme.txt
CHANGED
@@ -4,11 +4,11 @@ Donate link: http://www.wpshopmart.com
|
|
4 |
Tags: Accordion, accordions, accordion plugin, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapse, 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.5.2
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -141,6 +141,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
141 |
|
142 |
== Changelog ==
|
143 |
|
|
|
|
|
|
|
144 |
= 1.7.2 =
|
145 |
* Miner Bug Fixed
|
146 |
|
4 |
Tags: Accordion, accordions, accordion plugin, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapse, 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.5.2
|
7 |
+
Stable tag: 1.7.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Accordion And Collapse is the most easiest drag & drop accordion builder for WordPress. You can add multiple accordion and collapse with this.
|
12 |
|
13 |
== Description ==
|
14 |
|
141 |
|
142 |
== Changelog ==
|
143 |
|
144 |
+
= 1.7.3 =
|
145 |
+
* Add help comments for Developer
|
146 |
+
|
147 |
= 1.7.2 =
|
148 |
* Miner Bug Fixed
|
149 |
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 1.7.
|
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.7.3
|
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
|