Plugin Directory

Changeset 3075449


Ignore:
Timestamp:
04/23/2024 06:58:04 AM (2 years ago)
Author:
baden03
Message:

allowed tags expanded to included button and whatever has been defined in the plugin options defalut tag attribute

Location:
jquery-collapse-o-matic/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jquery-collapse-o-matic/trunk/README.md

    r3074011 r3075449  
    55* Requires at least: 4.9
    66* Tested up to: 6.5.3
    7 * Stable tag: 1.8.5.6
     7* Stable tag: 1.8.5.7
    88* Requires PHP: 7.2
    99* License: GPLv2 or later
  • jquery-collapse-o-matic/trunk/collapse-o-matic.php

    r3074011 r3075449  
    55Plugin URI: https://pluginoven.com/plugins/collapse-o-matic/
    66Description: Collapse-O-Matic adds an [expand] shortcode that wraps content into a lovely, jQuery collapsible div.
    7 Version: 1.8.5.6
     7Version: 1.8.5.7
    88Author: twinpictures, baden03
    99Author URI: https://twinpictures.de/
     
    3030     * @var string
    3131     */
    32     var $version = '1.8.5.6';
     32    var $version = '1.8.5.7';
    3333
    3434    /**
     
    294294            "div", "span", "p", "li", "ul", "ol", "strong", "b",
    295295            "em", "i", "u", "h1", "h2", "h3", "h4", "h5", "h6",
    296             "blockquote", "a", "img", "tr", "td", "th", "caption", "small", "cite", "q"
     296            "blockquote", "a", "img", "button", "tr", "td", "th", "caption", "small", "cite", "q", $options['tag']
    297297        ];
    298 
    299298       
    300299        if(!empty($tag)){
  • jquery-collapse-o-matic/trunk/readme.txt

    r3074011 r3075449  
    66Requires at least: 4.9
    77Tested up to: 6.5.2
    8 Stable tag: 1.8.5.6
     8Stable tag: 1.8.5.7
    99Requires PHP: 7.2
    1010License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 1.8.5.7 =
     55* the tag, targtag and elwrap will now also allow the tag defined as the default tag attribute in the plugin settings page.
     56* button has been added to the allowed html tag list
    5357
    5458= 1.8.5.6 =
     
    436440
    437441== Upgrade Notice ==
    438 * the tag, targtag and elwrap will be filtered to only allow certain tags
     442* the tag, targtag and elwrap will now also allow the tag defined as the default tag attribute in the plugin settings page.
     443* button has been added to the allowed html tag list
Note: See TracChangeset for help on using the changeset viewer.