Version Description
- Plugin issue resolved.
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 2.3.5 |
Comparing to | |
See all releases |
Code changes from version 2.3.4 to 2.3.5
- lib/admin/more-pro.php +1 -1
- lib/installation/installation.php +42 -48
- readme.txt +4 -1
- responsive-accordion.php +1 -1
lib/admin/more-pro.php
CHANGED
@@ -198,7 +198,7 @@
|
|
198 |
<div class="wpsm-btn-block" style="">
|
199 |
|
200 |
<a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_accordion_text_domain); ?></a>
|
201 |
-
<a title="View Demo" target="_blank" href="http://
|
202 |
</div>
|
203 |
</div>
|
204 |
</div>
|
198 |
<div class="wpsm-btn-block" style="">
|
199 |
|
200 |
<a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left"><?php esc_html_e('Check Detail',wpshopmart_accordion_text_domain); ?></a>
|
201 |
+
<a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/service-showcase-pro-demo-for-wordpress/" class="portfolio_demo_btn pull-right"><?php esc_html_e('View Demo',wpshopmart_accordion_text_domain); ?></a>
|
202 |
</div>
|
203 |
</div>
|
204 |
</div>
|
lib/installation/installation.php
CHANGED
@@ -114,55 +114,49 @@ function wpsm_ac_header_info() {
|
|
114 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
115 |
<h1 style="color:#fff;font-size:30px;text-transform:uppercase"><?php esc_html_e('Unlock More Features In Pro version',wpshopmart_accordion_text_domain); ?></h1>
|
116 |
</div>
|
117 |
-
<
|
118 |
-
<div class="
|
119 |
-
<
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
</div>
|
130 |
-
|
131 |
-
<a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
132 |
-
<ul>
|
133 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('4 Overlay Effect',wpshopmart_accordion_text_domain); ?> </li>
|
134 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('500+ Google Fonts',wpshopmart_accordion_text_domain); ?> </li>
|
135 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Accordion Scroll Effect',wpshopmart_accordion_text_domain); ?> </li>
|
136 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Set Accordion Height',wpshopmart_accordion_text_domain); ?> </li>
|
137 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('On Hover Accordion',wpshopmart_accordion_text_domain); ?> </li>
|
138 |
-
|
139 |
-
</ul>
|
140 |
-
</a>
|
141 |
-
</div>
|
142 |
-
<div class="col-md-3">
|
143 |
-
<a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
144 |
-
<ul>
|
145 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Widget Option',wpshopmart_accordion_text_domain); ?> </li>
|
146 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Unlimited Shortcode',wpshopmart_accordion_text_domain); ?> </li>
|
147 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Unlimited Color Scheme',wpshopmart_accordion_text_domain); ?> </li>
|
148 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Drag And Drop Builder',wpshopmart_accordion_text_domain); ?> </li>
|
149 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Preview Option',wpshopmart_accordion_text_domain); ?> </li>
|
150 |
-
</ul>
|
151 |
-
</a>
|
152 |
-
</div>
|
153 |
-
<div class="col-md-3">
|
154 |
-
<a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
155 |
-
<ul>
|
156 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Border Customization',wpshopmart_accordion_text_domain); ?> </li>
|
157 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Collapse Mode',wpshopmart_accordion_text_domain); ?> </li>
|
158 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('Border Color Customization',wpshopmart_accordion_text_domain); ?> </li>
|
159 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('High Priority Support',wpshopmart_accordion_text_domain); ?> </li>
|
160 |
-
<li> <i class="fa fa-check"></i><?php esc_html_e('All Browser Compatible',wpshopmart_accordion_text_domain); ?> </li>
|
161 |
-
</ul>
|
162 |
-
</a>
|
163 |
-
</div>
|
164 |
-
|
165 |
-
</div>
|
166 |
|
167 |
|
168 |
</div>
|
114 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
115 |
<h1 style="color:#fff;font-size:30px;text-transform:uppercase"><?php esc_html_e('Unlock More Features In Pro version',wpshopmart_accordion_text_domain); ?></h1>
|
116 |
</div>
|
117 |
+
<a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
118 |
+
<div class="row pro-div-wrapper">
|
119 |
+
<div class="col-md-3">
|
120 |
+
<ul>
|
121 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('18+ Design Templates',wpshopmart_accordion_text_domain); ?> </li>
|
122 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('30 Content Animations',wpshopmart_accordion_text_domain); ?> </li>
|
123 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Individual Color FAQ',wpshopmart_accordion_text_domain); ?> </li>
|
124 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Add Custom Image Icon',wpshopmart_accordion_text_domain); ?> </li>
|
125 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('12 Open/Close Icons Sets',wpshopmart_accordion_text_domain); ?> </li>
|
126 |
+
|
127 |
+
</ul>
|
128 |
+
</div>
|
129 |
+
<div class="col-md-3">
|
130 |
+
<ul>
|
131 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('4 Overlay Effect',wpshopmart_accordion_text_domain); ?> </li>
|
132 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('500+ Google Fonts',wpshopmart_accordion_text_domain); ?> </li>
|
133 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Accordion Scroll Effect',wpshopmart_accordion_text_domain); ?> </li>
|
134 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Set Accordion Height',wpshopmart_accordion_text_domain); ?> </li>
|
135 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('On Hover Accordion',wpshopmart_accordion_text_domain); ?> </li>
|
136 |
+
|
137 |
+
</ul>
|
138 |
+
</div>
|
139 |
+
<div class="col-md-3">
|
140 |
+
<ul>
|
141 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Widget Option',wpshopmart_accordion_text_domain); ?> </li>
|
142 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Unlimited Shortcode',wpshopmart_accordion_text_domain); ?> </li>
|
143 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Unlimited Color Scheme',wpshopmart_accordion_text_domain); ?> </li>
|
144 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Drag And Drop Builder',wpshopmart_accordion_text_domain); ?> </li>
|
145 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Preview Option',wpshopmart_accordion_text_domain); ?> </li>
|
146 |
+
</ul>
|
147 |
+
</div>
|
148 |
+
<div class="col-md-3">
|
149 |
+
<ul>
|
150 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Border Customization',wpshopmart_accordion_text_domain); ?> </li>
|
151 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Collapse Mode',wpshopmart_accordion_text_domain); ?> </li>
|
152 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('Border Color Customization',wpshopmart_accordion_text_domain); ?> </li>
|
153 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('High Priority Support',wpshopmart_accordion_text_domain); ?> </li>
|
154 |
+
<li> <i class="fa fa-check"></i><?php esc_html_e('All Browser Compatible',wpshopmart_accordion_text_domain); ?> </li>
|
155 |
+
</ul>
|
156 |
+
</div>
|
157 |
+
|
158 |
</div>
|
159 |
+
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
|
161 |
|
162 |
</div>
|
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: 5.0
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -183,6 +183,9 @@ We love your feedback please submit your review here [pluign review](https://wor
|
|
183 |
|
184 |
== Changelog ==
|
185 |
|
|
|
|
|
|
|
186 |
= 2.3.4 =
|
187 |
* Sanitization issue resolved.
|
188 |
* Compatible with WordPress 6.0 version.
|
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: 5.0
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 2.3.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
183 |
|
184 |
== Changelog ==
|
185 |
|
186 |
+
= 2.3.5 =
|
187 |
+
* Plugin issue resolved.
|
188 |
+
|
189 |
= 2.3.4 =
|
190 |
* Sanitization issue resolved.
|
191 |
* Compatible with WordPress 6.0 version.
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 2.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: https://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
+
* Version: 2.3.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
|