Changeset 3491958
- Timestamp:
- 03/26/2026 04:07:49 PM (6 days ago)
- Location:
- dropinblog
- Files:
-
- 3 edited
- 5 copied
-
tags/1.0.5 (copied) (copied from dropinblog/trunk)
-
tags/1.0.5/classes/api.php (copied) (copied from dropinblog/trunk/classes/api.php)
-
tags/1.0.5/classes/rendering.php (copied) (copied from dropinblog/trunk/classes/rendering.php) (1 diff)
-
tags/1.0.5/dropinblog.php (copied) (copied from dropinblog/trunk/dropinblog.php) (1 diff)
-
tags/1.0.5/readme.txt (copied) (copied from dropinblog/trunk/readme.txt) (3 diffs)
-
trunk/classes/rendering.php (modified) (1 diff)
-
trunk/dropinblog.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dropinblog/tags/1.0.5/classes/rendering.php
r3482248 r3491958 93 93 94 94 $allowed = wp_kses_allowed_html( 'post' ); 95 $allowed['dialog'] = ['id' => true, 'open' => true, 'class' => true, 'style' => true]; 95 96 $allowed['a'] = ['href' => true, 'rel' => true, 'rev' => true, 'name' => true, 'target' => true, 'download' => ['*'], 'aria-controls' => true, 'aria-current' => true, 'aria-describedby' => true, 'aria-details' => true, 'aria-expanded' => true, 'aria-hidden' => true, 'aria-label' => true, 'aria-labelledby' => true, 'aria-live' => true, 'class' => true, 'data-*' => true, 'dir' => true, 'hidden' => true, 'id' => true, 'lang' => true, 'style' => true, 'title' => true, 'role' => true, 'xml:lang' => true, 'onclick' => true]; 96 97 $allowed['li'] = ['align' => true, 'value' => true, 'aria-controls' => true, 'aria-current' => true, 'aria-describedby' => true, 'aria-details' => true, 'aria-expanded' => true, 'aria-hidden' => true, 'aria-label' => true, 'aria-labelledby' => true, 'aria-live' => true, 'class' => true, 'data-*' => true, 'dir' => true, 'hidden' => true, 'id' => true, 'lang' => true, 'style' => true, 'title' => true, 'role' => true, 'xml:lang' => true, 'onclick' => true]; -
dropinblog/tags/1.0.5/dropinblog.php
r3482248 r3491958 4 4 Plugin URI: https://dropinblog.com 5 5 Description: Embed and display your DropInBlog seamlessly within WordPress with full SEO support. 6 Version: 1.0. 46 Version: 1.0.5 7 7 License: GPL v2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
dropinblog/tags/1.0.5/readme.txt
r3482248 r3491958 4 4 Tested up to: 6.9 5 5 Requires at least PHP: 8.0 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 1.0.5 = 46 * Fixed search dialog being stripped on proxy embeds by adding dialog to allowed HTML tags 47 45 48 = 1.0.4 = 46 49 * Fixed trailing slash handling for blog sub-paths to match WordPress permalink settings … … 59 62 60 63 == Upgrade Notice == 64 65 = 1.0.5 = 66 Fixes blog search not working on WordPress proxy embeds. 61 67 62 68 = 1.0.4 = -
dropinblog/trunk/classes/rendering.php
r3482248 r3491958 93 93 94 94 $allowed = wp_kses_allowed_html( 'post' ); 95 $allowed['dialog'] = ['id' => true, 'open' => true, 'class' => true, 'style' => true]; 95 96 $allowed['a'] = ['href' => true, 'rel' => true, 'rev' => true, 'name' => true, 'target' => true, 'download' => ['*'], 'aria-controls' => true, 'aria-current' => true, 'aria-describedby' => true, 'aria-details' => true, 'aria-expanded' => true, 'aria-hidden' => true, 'aria-label' => true, 'aria-labelledby' => true, 'aria-live' => true, 'class' => true, 'data-*' => true, 'dir' => true, 'hidden' => true, 'id' => true, 'lang' => true, 'style' => true, 'title' => true, 'role' => true, 'xml:lang' => true, 'onclick' => true]; 96 97 $allowed['li'] = ['align' => true, 'value' => true, 'aria-controls' => true, 'aria-current' => true, 'aria-describedby' => true, 'aria-details' => true, 'aria-expanded' => true, 'aria-hidden' => true, 'aria-label' => true, 'aria-labelledby' => true, 'aria-live' => true, 'class' => true, 'data-*' => true, 'dir' => true, 'hidden' => true, 'id' => true, 'lang' => true, 'style' => true, 'title' => true, 'role' => true, 'xml:lang' => true, 'onclick' => true]; -
dropinblog/trunk/dropinblog.php
r3482248 r3491958 4 4 Plugin URI: https://dropinblog.com 5 5 Description: Embed and display your DropInBlog seamlessly within WordPress with full SEO support. 6 Version: 1.0. 46 Version: 1.0.5 7 7 License: GPL v2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
dropinblog/trunk/readme.txt
r3482248 r3491958 4 4 Tested up to: 6.9 5 5 Requires at least PHP: 8.0 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 1.0.5 = 46 * Fixed search dialog being stripped on proxy embeds by adding dialog to allowed HTML tags 47 45 48 = 1.0.4 = 46 49 * Fixed trailing slash handling for blog sub-paths to match WordPress permalink settings … … 59 62 60 63 == Upgrade Notice == 64 65 = 1.0.5 = 66 Fixes blog search not working on WordPress proxy embeds. 61 67 62 68 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.