Version Description
- 2021-05-05 - fix - jsson format issue for FAQpage
Download this release
Release Info
Developer | pickplugins |
Plugin | Accordion |
Version | 2.2.33 |
Comparing to | |
See all releases |
Code changes from version 2.2.32 to 2.2.33
- 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.33
|
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.33' );
|
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.7
|
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.32 =
|
143 |
* 2021-04-22 - fix - html output issue fixed
|
144 |
|
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.7
|
7 |
+
Stable tag: 2.2.33
|
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.33 =
|
143 |
+
* 2021-05-05 - fix - jsson format issue for FAQpage
|
144 |
+
|
145 |
= 2.2.32 =
|
146 |
* 2021-04-22 - fix - html output issue fixed
|
147 |
|
templates/accordion/accordion-hook.php
CHANGED
@@ -473,7 +473,7 @@ function accordions_main_items($atts){
|
|
473 |
{
|
474 |
"@context": "https://schema.org",
|
475 |
"@type": "FAQPage",
|
476 |
-
"mainEntity": [<?php echo
|
477 |
}
|
478 |
</script><?php
|
479 |
|
473 |
{
|
474 |
"@context": "https://schema.org",
|
475 |
"@type": "FAQPage",
|
476 |
+
"mainEntity": [<?php echo $html; ?>]
|
477 |
}
|
478 |
</script><?php
|
479 |
|