Skip to content

Releases: idleberg/php-wordpress-vite-assets

v0.9.0

03 Dec 21:15

Choose a tag to compare

Again, there's a breaking change in this one. Hopefully, the future will have no more!

  • Breaking change: parameters for the inject function have been changed
  • options get passed down to get* methods

v0.8.0

27 Nov 23:07

Choose a tag to compare

  • Breaking change: requires "php": ">=8.0"
  • Breaking change: rename auto() method to inject()
  • update Codeception

v0.7.0

03 Nov 21:28

Choose a tag to compare

  • add support for custom hooks in addAction method
  • change default indentation for better a11y

v0.6.3

27 Sep 22:08
23c9613

Choose a tag to compare

  • fix: match return type in getScriptTag (#3 by @Tofandel)

v0.6.2

12 Sep 09:48

Choose a tag to compare

  • update dependencies

v0.6.1

24 Aug 19:42

Choose a tag to compare

  • bump idleberg/vite-manifest to v0.7.1

v0.6.0

03 Jul 10:44

Choose a tag to compare

  • add option to specify hashing algorithm

v0.5.0

03 Jul 10:44

Choose a tag to compare

  • add option for hash calculation

v0.4.1

01 Mar 20:22

Choose a tag to compare

  • update dependency

v0.4.0

26 Feb 11:05
f16b8dd

Choose a tag to compare

  • bump supported PHP versions to ^7.4 || ^8.0
  • update dependencies