Plugin Directory

Changeset 3366934


Ignore:
Timestamp:
09/24/2025 06:37:47 AM (5 months ago)
Author:
punitv342
Message:

fix: formats assets loading

Location:
blablablocks-formats
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blablablocks-formats/trunk/blablablocks-formats.php

    r3356529 r3366934  
    157157        wp_enqueue_script('blablablocks-infotip-format-asset');
    158158    }
    159 
    160     wp_enqueue_script('blablablocks-formats');
    161159}
    162160add_action('enqueue_block_assets', 'blablablocks_formats_enqueue_assets');
  • blablablocks-formats/trunk/readme.txt

    r3356540 r3366934  
    55Tested up to:      6.8
    66Requires PHP:      7.4
    7 Stable tag:        1.1.0
     7Stable tag:        1.1.1
    88License:           MIT
    99License URI:       https://www.gnu.org/licenses/MIT
     
    5151== Changelog ==
    5252
     53= 1.1.1 =
     54* Fixed unnecessary backend scripts (React, Redux, etc.) from loading on the frontend when applying formats.
     55
    5356= 1.1.0 =
    5457- Added a conditional check to load assets only when specific formats are used.
Note: See TracChangeset for help on using the changeset viewer.