Accordion FAQ - Version 2.2.1

Version Description

  • Compatible with WordPress 5.6 version.
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Accordion FAQ
Version 2.2.1
Comparing to
See all releases

Code changes from version 2.2 to 2.2.1

img/offer.jpg CHANGED
Binary file
js/bootstrap.js CHANGED
@@ -8,13 +8,13 @@ if (typeof jQuery === 'undefined') {
8
  throw new Error('Bootstrap\'s JavaScript requires jQuery')
9
  }
10
 
11
- +function ($) {
12
  'use strict';
13
  var version = $.fn.jquery.split(' ')[0].split('.')
14
  if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {
15
  throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')
16
  }
17
- }(jQuery);
18
 
19
  /* ========================================================================
20
  * Bootstrap: transition.js v3.3.6
8
  throw new Error('Bootstrap\'s JavaScript requires jQuery')
9
  }
10
 
11
+ /*+function ($) {
12
  'use strict';
13
  var version = $.fn.jquery.split(' ')[0].split('.')
14
  if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {
15
  throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')
16
  }
17
+ }(jQuery);*/
18
 
19
  /* ========================================================================
20
  * Bootstrap: transition.js v3.3.6
lib/admin/menu.php CHANGED
@@ -217,6 +217,9 @@ class wpsm_accordion {
217
  border:1px solid #000;
218
 
219
  }
 
 
 
220
  </style>
221
  <br />
222
  <a href="http://demo.wpshopmart.com/responsive-accordion-and-collapse/" target="_blank" class="button button-primary button-hero ">View Demo For Help</a>
217
  border:1px solid #000;
218
 
219
  }
220
+ .handle-order-higher, .handle-order-lower{
221
+ display:none;
222
+ }
223
  </style>
224
  <br />
225
  <a href="http://demo.wpshopmart.com/responsive-accordion-and-collapse/" target="_blank" class="button button-primary button-hero ">View Demo For Help</a>
lib/installation/installation.php CHANGED
@@ -106,7 +106,7 @@ function wpsm_ac_header_info() {
106
  <div class="wpsm_ac_h_i ">
107
  <div class="texture-layer">
108
 
109
- <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">Try Accordion/Faq Pro Now</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/accordion-pro/" target="_blank">View Demo</a></div>
110
  <div style="overflow:hidden;display:block;width:100%;text-align:center">
111
  <h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
112
  </div>
@@ -162,7 +162,7 @@ function wpsm_ac_header_info() {
162
 
163
 
164
  </div>
165
-
166
  </div>
167
 
168
  <?php
106
  <div class="wpsm_ac_h_i ">
107
  <div class="texture-layer">
108
 
109
+ <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">Try Accordion/FAQ Pro Now</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/accordion-pro/" target="_blank">View Demo</a></div>
110
  <div style="overflow:hidden;display:block;width:100%;text-align:center">
111
  <h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
112
  </div>
162
 
163
 
164
  </div>
165
+ <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank"><img src="<?php echo wpshopmart_accordion_directory_url.'img/offer.jpg'; ?>" style="width:100%" /></a>
166
  </div>
167
 
168
  <?php
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.9
6
- Tested up to: 5.5
7
- Stable tag: 2.2
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.2 =
187
  * Compatible with WordPress 5.5 version.
188
 
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.6
7
+ Stable tag: 2.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
183
 
184
  == Changelog ==
185
 
186
+ = 2.2.1 =
187
+ * Compatible with WordPress 5.6 version.
188
+
189
  = 2.2 =
190
  * Compatible with WordPress 5.5 version.
191
 
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 2.2
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.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