Accordion FAQ - Version 1.8.5

Version Description

  • Compatible with WordPress 4.7 version.
Download this release

Release Info

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

Code changes from version 1.8.4 to 1.8.5

lib/admin/add-ac-js-footer.php CHANGED
@@ -71,20 +71,13 @@
71
 
72
 
73
  <script>
74
-
75
-
76
  function open_editor(id){
77
-
78
-
79
  var value = jQuery("#"+id).closest('li').find('textarea').val();
80
-
81
- jQuery("#get_text-html").click();
82
  jQuery("#get_text").val(value);
83
-
84
  jQuery("#get_id").val(jQuery("#"+id).attr('id'));
85
  }
86
 
87
-
88
  function insert_html(){
89
  jQuery("#get_text-html").click();
90
  var html_text = jQuery("#get_text").val();
@@ -92,6 +85,4 @@
92
  jQuery("#"+id).closest('li').find('textarea').val(html_text);
93
 
94
  }
95
-
96
-
97
  </script>
71
 
72
 
73
  <script>
 
 
74
  function open_editor(id){
 
 
75
  var value = jQuery("#"+id).closest('li').find('textarea').val();
76
+ jQuery("#get_text-html").click();
 
77
  jQuery("#get_text").val(value);
 
78
  jQuery("#get_id").val(jQuery("#"+id).attr('id'));
79
  }
80
 
 
81
  function insert_html(){
82
  jQuery("#get_text-html").click();
83
  var html_text = jQuery("#get_text").val();
85
  jQuery("#"+id).closest('li').find('textarea').val(html_text);
86
 
87
  }
 
 
88
  </script>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  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.6.1
7
- Stable tag: 1.8.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,9 @@ Please use WordPress support forum to ask any query regarding any issue.
141
 
142
  == Changelog ==
143
 
 
 
 
144
  = 1.8.4 =
145
  * Minor bug resolved
146
 
3
  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.7
7
+ Stable tag: 1.8.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
 
142
  == Changelog ==
143
 
144
+ = 1.8.5 =
145
+ * Compatible with WordPress 4.7 version.
146
+
147
  = 1.8.4 =
148
  * Minor bug resolved
149
 
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 1.8.4
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.8.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: http://www.wpshopmart.com