Skip to content

Releases: humanmade/asset-loader

v0.7.1

21 Aug 19:50
Compare
Choose a tag to compare

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

10 Dec 20:00
Compare
Choose a tag to compare

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

05 Dec 15:17
1cc2bdc
Compare
Choose a tag to compare

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

Full Changelog: v0.6.3...v0.6.4

v0.6.3

28 Nov 17:17
fc0c62e
Compare
Choose a tag to compare

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

26 Jul 16:46
0292258
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

30 Jun 14:47
9fdb74d
Compare
Choose a tag to compare

What's Changed

  • Fix get_file_uri() when using symlinks by @joehoyle in #44

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

16 Jun 10:31
Compare
Choose a tag to compare
  • Breaking: Remove deprecated autoregister, autoenqueue, and register_assets methods.
  • Add filter asset_loader_manifest_contents to allow filtering of loaded asset manifest contents.

v0.5.0

20 Jul 15:18
Compare
Choose a tag to compare

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.

Asset Loader changelog

v0.3.4

14 Nov 13:34
bd1e795
Compare
Choose a tag to compare

Adding composer/installers as a dependency so a user can change the installation path when using this package.

v0.3.3

16 Oct 08:36
9db9243
Compare
Choose a tag to compare
  • Implement basic dev server HTTPS certificate error detection.
  • Derive script & style version string from file hash, not filemtime.
  • Various bug fixes and improvements.