Changeset 3481565
- Timestamp:
- 03/12/2026 11:42:07 PM (3 weeks ago)
- Location:
- dropinblog/trunk
- Files:
-
- 3 edited
-
classes/rendering.php (modified) (1 diff)
-
dropinblog.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dropinblog/trunk/classes/rendering.php
r3462830 r3481565 97 97 $allowed['link'] = ['rel' => true, 'href' => true, 'type' => true]; 98 98 $allowed['meta'] = ['charset' => true, 'name' => true, 'content' => true, 'property' => true]; 99 $allowed['script'] = ['type' => true, 'async' => true, 'src' => true ];99 $allowed['script'] = ['type' => true, 'async' => true, 'src' => true, 'data-jetpack-boost' => true, 'defer' => true]; 100 100 $allowed['style'] = ['id' => true]; 101 101 $allowed_protocols = wp_allowed_protocols(); -
dropinblog/trunk/dropinblog.php
r3462830 r3481565 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. 16 Version: 1.0.2 7 7 License: GPL v2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
dropinblog/trunk/readme.txt
r3462830 r3481565 4 4 Tested up to: 6.9 5 5 Requires at least PHP: 8.0 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 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.2 = 46 * Fixed conflict with Jetpack 47 45 48 = 1.0.1 = 46 49 * Fixed conflict with Yoast SEO adding a duplicate title tag … … 50 53 51 54 == Upgrade Notice == 55 56 = 1.0.2 = 57 Fixes a conflict with Jetpack. 52 58 53 59 = 1.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.