Skip to content

Torque v0.6.3

Compare
Choose a tag to compare
@hexydec hexydec released this 20 May 21:47
· 27 commits to master since this release

This release fixes a number of issues and improved compatibility with PHP 8.1:

  • Updated dependencies for better PHP 8.1 compatibility
  • Improved type hinting
  • Fixed issue when the plugin is installed where the wrong value was written to a config option, this then prevented Javascript from being compiled
  • Fixed issue where if a datasource returns false, it caused an error
  • Fixed issue where the plugin said it was only compatible with PHP 8.0+, whereas it still supports 7.4
  • Updated dependencies
  • Added hook to rebuild the assets when a plugin is updated
  • Added CLI command "torque rebuild"
  • Updated dependencies to fix issues with minifying Javascript
  • Updated readme to add unlisted features