Torque v0.6.3
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