All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Updated dependencies
- Updated to generator-wp-dev-env#1.6.7 ( wp-dev-env-grunt#1.6.1 wp-dev-env-frame#0.16.0 )
Fix Readme and update dependencies
- Updated to generator-wp-dev-env#1.3.1 ( wp-dev-env-grunt#1.3.1 wp-dev-env-frame#0.14.1 )
- Fix readme, its filters not actions
Updated to generator-wp-dev-env#1.3.0 ( wp-dev-env-grunt#1.3.1 wp-dev-env-frame#0.14.0 )
- Updated to generator-wp-dev-env#1.3.0 ( wp-dev-env-grunt#1.3.1 wp-dev-env-frame#0.14.0 )
Allow filtering the $excluded_handles for the loader
- Allow filtering the $excluded_handles. The handles that will not be added to the loader data. Eg to forcefully exclude some more dependencies.
Update dependencies
- Updated to generator-wp-dev-env#1.1.1 ( wp-dev-env-grunt#1.2.1 wp-dev-env-frame#0.12.0 )
Updated readme.txt
- Create file
docs_hooks.md
on build and watch.
- Updated readme.txt
- Handle multible localize data
- Don't mess up with equal handle names of scripts and styles. Allow same handle name for script and style.
Change hook priorities to enable woocommerce-blocks to add inline script data wcSettings
- Filters
acll_loader_hook_priorities
|acll_cleaner_hook_priorities
to allow hook priorities to be filtered
- Hook priorities. To enable woocommerce-blocks to add inline script data wcSettings
- Only load assets when they are not already loaded on start
Support to load CSS via JS
- Support to load CSS via JS
- PHP Api filter acll_loader_style_handles
- Api function acll_loader.loadAssetsByType
- Api function acll_loader.loadAssets
- Finally remove assets from print_scripts_array and print_styles_array, if still somehow in queue
- Api function acll_loader.loadScripts, use acll_loader.loadAssetsByType instead
Fix
- Function acll_is_rest
Cleans assets and loads JS ... no CSS loading by now
- Cleaner
- Loader and acll_loader script. (Only JS by now)