Changeset 3366934
- Timestamp:
- 09/24/2025 06:37:47 AM (5 months ago)
- Location:
- blablablocks-formats
- Files:
-
- 3 edited
-
assets/screenshot-2.png (modified) (previous)
-
trunk/blablablocks-formats.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blablablocks-formats/trunk/blablablocks-formats.php
r3356529 r3366934 157 157 wp_enqueue_script('blablablocks-infotip-format-asset'); 158 158 } 159 160 wp_enqueue_script('blablablocks-formats');161 159 } 162 160 add_action('enqueue_block_assets', 'blablablocks_formats_enqueue_assets'); -
blablablocks-formats/trunk/readme.txt
r3356540 r3366934 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: MIT 9 9 License URI: https://www.gnu.org/licenses/MIT … … 51 51 == Changelog == 52 52 53 = 1.1.1 = 54 * Fixed unnecessary backend scripts (React, Redux, etc.) from loading on the frontend when applying formats. 55 53 56 = 1.1.0 = 54 57 - Added a conditional check to load assets only when specific formats are used.
Note: See TracChangeset
for help on using the changeset viewer.