Version Description
- 2020-06-26 - fix - schema header text count text removed.
Download this release
Release Info
Developer | pickplugins |
Plugin | Accordion |
Version | 2.2.25 |
Comparing to | |
See all releases |
Code changes from version 2.2.24 to 2.2.25
- accordions.php +2 -2
- readme.txt +4 -1
- templates/accordion/accordion-hook.php +1 -1
accordions.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Accordions by PickPlugins
|
4 |
Plugin URI: https://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/?ref=dashboard
|
5 |
Description: Fully responsive and mobile ready accordion grid for wordpress.
|
6 |
-
Version: 2.2.
|
7 |
Author: PickPlugins
|
8 |
Author URI: http://pickplugins.com
|
9 |
Text Domain: accordions
|
@@ -21,7 +21,7 @@ class Accordions{
|
|
21 |
|
22 |
define('accordions_plugin_url', plugins_url('/', __FILE__) );
|
23 |
define('accordions_plugin_dir', plugin_dir_path( __FILE__ ) );
|
24 |
-
define('accordions_version', '2.2.
|
25 |
define('accordions_plugin_name', 'Accordions' );
|
26 |
define('accordions_plugin_basename', plugin_basename( __FILE__ ) );
|
27 |
|
3 |
Plugin Name: Accordions by PickPlugins
|
4 |
Plugin URI: https://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/?ref=dashboard
|
5 |
Description: Fully responsive and mobile ready accordion grid for wordpress.
|
6 |
+
Version: 2.2.25
|
7 |
Author: PickPlugins
|
8 |
Author URI: http://pickplugins.com
|
9 |
Text Domain: accordions
|
21 |
|
22 |
define('accordions_plugin_url', plugins_url('/', __FILE__) );
|
23 |
define('accordions_plugin_dir', plugin_dir_path( __FILE__ ) );
|
24 |
+
define('accordions_version', '2.2.25' );
|
25 |
define('accordions_plugin_name', 'Accordions' );
|
26 |
define('accordions_plugin_basename', plugin_basename( __FILE__ ) );
|
27 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Tags: accordion, tabs, FAQ, WooCommerce FAQ Tab, accordion short-code, accordions widget, tab
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.4
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -139,6 +139,9 @@ then paste this shortcode anywhere in your page to display accordions<br />
|
|
139 |
|
140 |
== Changelog ==
|
141 |
|
|
|
|
|
|
|
142 |
= 2.2.24 =
|
143 |
* 2020-06-17 - fix - Ultimate FAQ import issue fixed.
|
144 |
* 2020-06-17 - fix - Responsive Accordion And Collapse import issue fixed.
|
4 |
Tags: accordion, tabs, FAQ, WooCommerce FAQ Tab, accordion short-code, accordions widget, tab
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 5.4
|
7 |
+
Stable tag: 2.2.25
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
139 |
|
140 |
== Changelog ==
|
141 |
|
142 |
+
= 2.2.25 =
|
143 |
+
* 2020-06-26 - fix - schema header text count text removed.
|
144 |
+
|
145 |
= 2.2.24 =
|
146 |
* 2020-06-17 - fix - Ultimate FAQ import issue fixed.
|
147 |
* 2020-06-17 - fix - Responsive Accordion And Collapse import issue fixed.
|
templates/accordion/accordion-hook.php
CHANGED
@@ -459,7 +459,7 @@ function accordions_main_items($atts){
|
|
459 |
|
460 |
?>{
|
461 |
"@type": "Question",
|
462 |
-
"name": "<?php echo $
|
463 |
"acceptedAnswer":{
|
464 |
"@type": "Answer",
|
465 |
"text": "<?php echo $accordion_body; ?>"
|
459 |
|
460 |
?>{
|
461 |
"@type": "Question",
|
462 |
+
"name": "<?php echo $accordion_header; ?>",
|
463 |
"acceptedAnswer":{
|
464 |
"@type": "Answer",
|
465 |
"text": "<?php echo $accordion_body; ?>"
|