Releases: idleberg/php-wordpress-vite-assets
Releases · idleberg/php-wordpress-vite-assets
v0.8.0
- Breaking change: requires
"php": ">=8.0"
- Breaking change: rename
auto()
method to inject()
- update Codeception
v0.7.0
- add support for custom hooks in
addAction
method
- change default indentation for better a11y
v0.6.3
- fix: match return type in
getScriptTag
(#3 by @Tofandel)
v0.6.1
- bump
idleberg/vite-manifest
to v0.7.1
v0.6.0
- add option to specify hashing algorithm
v0.5.0
- add option for hash calculation
v0.4.0
- bump supported PHP versions to
^7.4 || ^8.0
- update dependencies
v0.3.1
- temporarily remove union types as they are not fully supported by the PHP targets (closes #1)