Plugin Directory

Changeset 3481565


Ignore:
Timestamp:
03/12/2026 11:42:07 PM (3 weeks ago)
Author:
dibwp
Message:

Version 1.0.2: Fixed conflict with Jetpack

Location:
dropinblog/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dropinblog/trunk/classes/rendering.php

    r3462830 r3481565  
    9797        $allowed['link'] = ['rel' => true, 'href' => true, 'type' => true];
    9898        $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];
    100100        $allowed['style'] = ['id' => true];
    101101        $allowed_protocols = wp_allowed_protocols();
  • dropinblog/trunk/dropinblog.php

    r3462830 r3481565  
    44Plugin URI: https://dropinblog.com
    55Description: Embed and display your DropInBlog seamlessly within WordPress with full SEO support.
    6 Version: 1.0.1
     6Version: 1.0.2
    77License: GPL v2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • dropinblog/trunk/readme.txt

    r3462830 r3481565  
    44Tested up to: 6.9
    55Requires at least PHP: 8.0
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 1.0.2 =
     46* Fixed conflict with Jetpack
     47
    4548= 1.0.1 =
    4649* Fixed conflict with Yoast SEO adding a duplicate title tag
     
    5053
    5154== Upgrade Notice ==
     55
     56= 1.0.2 =
     57Fixes a conflict with Jetpack.
    5258
    5359= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.