Changeset 3075449
- Timestamp:
- 04/23/2024 06:58:04 AM (2 years ago)
- Location:
- jquery-collapse-o-matic/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
collapse-o-matic.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jquery-collapse-o-matic/trunk/README.md
r3074011 r3075449 5 5 * Requires at least: 4.9 6 6 * Tested up to: 6.5.3 7 * Stable tag: 1.8.5. 67 * Stable tag: 1.8.5.7 8 8 * Requires PHP: 7.2 9 9 * License: GPLv2 or later -
jquery-collapse-o-matic/trunk/collapse-o-matic.php
r3074011 r3075449 5 5 Plugin URI: https://pluginoven.com/plugins/collapse-o-matic/ 6 6 Description: Collapse-O-Matic adds an [expand] shortcode that wraps content into a lovely, jQuery collapsible div. 7 Version: 1.8.5. 67 Version: 1.8.5.7 8 8 Author: twinpictures, baden03 9 9 Author URI: https://twinpictures.de/ … … 30 30 * @var string 31 31 */ 32 var $version = '1.8.5. 6';32 var $version = '1.8.5.7'; 33 33 34 34 /** … … 294 294 "div", "span", "p", "li", "ul", "ol", "strong", "b", 295 295 "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'] 297 297 ]; 298 299 298 300 299 if(!empty($tag)){ -
jquery-collapse-o-matic/trunk/readme.txt
r3074011 r3075449 6 6 Requires at least: 4.9 7 7 Tested up to: 6.5.2 8 Stable tag: 1.8.5. 68 Stable tag: 1.8.5.7 9 9 Requires PHP: 7.2 10 10 License: GPLv2 or later … … 51 51 52 52 == 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 53 57 54 58 = 1.8.5.6 = … … 436 440 437 441 == 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.