Plugin Directory

Changeset 3437032


Ignore:
Timestamp:
01/11/2026 11:34:10 AM (3 months ago)
Author:
pickplugins
Message:

version update

Location:
accordions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • accordions/trunk/accordions.php

    r3431766 r3437032  
    44Plugin URI: https://pickplugins.com/accordions/
    55Description: Fully responsive and mobile ready accordion grid for wordpress.
    6 Version: 2.3.20
     6Version: 2.3.21
    77Author: PickPlugins
    88Author URI: http://pickplugins.com
     
    2424    define('accordions_plugin_url', plugins_url('/', __FILE__));
    2525    define('accordions_plugin_dir', plugin_dir_path(__FILE__));
    26     define('accordions_version', '2.3.20');
     26    define('accordions_version', '2.3.21');
    2727    define('accordions_plugin_name', 'Accordions');
    2828    define('accordions_plugin_basename', plugin_basename(__FILE__));
  • accordions/trunk/readme.md

    r3431766 r3437032  
    55    Requires at least: 5.0
    66    Tested up to: 6.9
    7     Stable tag: 2.3.20
     7    Stable tag: 2.3.21
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    120120== Changelog ==
    121121
     122    = 2.3.21 =
     123    * 2026-01-11 - fix - issue fixed for display third party shortcodes in accordion content.
    122124
    123125    = 2.3.20 =
  • accordions/trunk/templates/accordion/accordion-hook.php

    r3431766 r3437032  
    432432
    433433
    434                 echo wp_kses( $accordion_body, $allowed_tags );
    435 
    436                 //echo apply_filters('accordions_content_body', $accordion_body); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
     434                //echo wp_kses( $accordion_body, $allowed_tags );
     435
     436                echo apply_filters('accordions_content_body', $accordion_body); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    437437                ?>
    438438            </div>
Note: See TracChangeset for help on using the changeset viewer.