Version Description
- notice not hide issue resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 1.9.7 |
Comparing to | |
See all releases |
Code changes from version 1.9.6 to 1.9.7
- lib/installation/installation.php +3 -3
- readme.txt +4 -1
- responsive-accordion.php +1 -1
lib/installation/installation.php
CHANGED
@@ -277,9 +277,9 @@ function wpsm_acc_r_review() {
|
|
277 |
<p style="font-size:18px;">'A big sale Get <strong>30% off </strong> on our every Wordpress Plugins (including accordion) hurry up offer expire date is <strong>31st December </strong> USE THIS COUPON CODE - <strong style="color:#ef4238">OFF30</strong></p>
|
278 |
<p style="font-size:18px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
|
279 |
<p style="font-size:19px;">
|
280 |
-
<a style="color: #fff;background: #ed1c94;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="https://wpshopmart.com/plugins/" class="wpsm-
|
281 |
-
<a style="color: #fff;background: #27d63c;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-
|
282 |
-
<a style="color: #fff;background: #31a3dd;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-
|
283 |
</p>
|
284 |
</div>
|
285 |
<script type="text/javascript">
|
277 |
<p style="font-size:18px;">'A big sale Get <strong>30% off </strong> on our every Wordpress Plugins (including accordion) hurry up offer expire date is <strong>31st December </strong> USE THIS COUPON CODE - <strong style="color:#ef4238">OFF30</strong></p>
|
278 |
<p style="font-size:18px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
|
279 |
<p style="font-size:19px;">
|
280 |
+
<a style="color: #fff;background: #ed1c94;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="https://wpshopmart.com/plugins/" class="wpsm-acc-r-dismiss-review-notice wpsm-acc-r-review-out" target="_blank" rel="noopener">Grab This Offer Now </a>
|
281 |
+
<a style="color: #fff;background: #27d63c;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-acc-r-dismiss-review-notice wpsm-rate-later" target="_self" rel="noopener"><?php _e( 'No, I am not interested', '' ); ?></a>
|
282 |
+
<a style="color: #fff;background: #31a3dd;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-acc-r-dismiss-review-notice wpsm-rated" target="_self" rel="noopener"><?php _e( 'I already Purchased', '' ); ?></a>
|
283 |
</p>
|
284 |
</div>
|
285 |
<script type="text/javascript">
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://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.1
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -153,6 +153,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
153 |
== Changelog ==
|
154 |
|
155 |
|
|
|
|
|
|
|
156 |
= 1.9.6 =
|
157 |
* Minor bug resolved
|
158 |
|
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.1
|
7 |
+
Stable tag: 1.9.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
153 |
== Changelog ==
|
154 |
|
155 |
|
156 |
+
= 1.9.7 =
|
157 |
+
* notice not hide issue resolved
|
158 |
+
|
159 |
= 1.9.6 =
|
160 |
* Minor bug resolved
|
161 |
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 1.9.
|
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: 1.9.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: https://www.wpshopmart.com
|