Releases: humanmade/asset-loader
v0.7.1
What's Changed
- Fix invalid
sprintf
string token in manifest loading error message so that a missing manifest does not cause a fatal. by @kadamwhite in #63 - Bump rexml from 3.2.5 to 3.3.3 in /docs by @dependabot in #62
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
Breaking: Minimum officially-supported version of PHP is now 8.1. The plugin should continue to run on 7.4 and above, but the PHPCS and PHPUnit tooling now require 8.1 minimum.
- #57: Do not fatal if empty/null manifest is passed to registration functions by @kadamwhite in #59
- Upgrade tooling for WPCS 3.0 and PHP 8.0+ by @kadamwhite in #60
Full Changelog: v0.6.4...v0.7.0
v0.6.4
What's Changed
- Add just-the-hm-docs docs site by @goldenapples in #52
- Update to Jekyll 4, inherit from theme by @joeleenk in #53
- Security enhancements: specific commit to 3rd-party GH Actions, secure
href
attr on 404.html file by @MiguelAxcar in #56
New Contributors
- @joeleenk made their first contribution in #53
- @MiguelAxcar made their first contribution in #56
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Replace 0.3 upgrade guide in README with release steps by @kadamwhite in #47
- Add support for composer/installers 2.0 by @nlemoine in #50
New Contributors
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Use hash in filename as the asset version number by @goldenapples in #45
New Contributors
- @goldenapples made their first contribution in #45
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
v0.5.0
This release introduces the ability to load a resource from a list of manifests, for example to load from a dev manifest if present or else fall back to a production bundle, using the new get_active_manifest( string[] $manifest_paths )
function.
v0.5 also restores the ability to load bundles in the <head>
tag, by passing 'in-footer' => false
in options array.
v0.3.4
Adding composer/installers
as a dependency so a user can change the installation path when using this package.