Releases: vdlp/oc-horizon-plugin
Releases · vdlp/oc-horizon-plugin
v3.3.0
v3.2.1
What's Changed
- Fix registerMailTemplates for October CMS 3.6 by @jacobdekeizer in #4
Full Changelog: 3.2.0...3.2.1
v3.2.0
What's Changed
- Add support for Laravel Horizon 5.24.4 by @jacobdekeizer in #3
New Contributors
- @jacobdekeizer made their first contribution in #3
Full Changelog: 3.1.1...3.2.0
v3.1.1
Full Changelog: 3.1.0...3.1.1
v3.1.0
Full Changelog: 3.0.0...3.1.0
v3.0.0
- Upgrade to Horizon 5.0 (requires October CMS 3.0)
- Checkout the README.md file for installation and configuration instructions.
Added
- Add GitHub WorkFlow configuration.
Changed
- Changed minimum PHP requirement to PHP 8.0.2
- Changed minimum October CMS version requirement to 3.0
- Use
horizon:install
instead ofhorizon:assets
to publish the required assets for the Horizon Dashboard. - Compare changes in the
config/horizon.php
file withvendor/laravel/horizon/config/horizon.php
.
Full Changelog: 2.0.2...3.0.0
v2.0.2
Changed
- Version constraint of "composer/installers" to "^1.0 || ^2.0"
Added
- .gitattributes file
- Version constraint for "october/system"
Full Changelog: 2.0.1...2.0.2
v2.0.1
v2.0.0
Added
- PHP 7.4 and PHP 8.0 support.
Changed
- The location of the Horizon assets has been changed. The Horizon assets are published into the plugin directory itself (
plugins/vdlp/horizon/assets
). Please note that you need to re-publish the assets when you are deploying your October CMS website or application using thephp artisan horizon:assets
command otherwise the Horizon Dashboard will not be available. - The
horizon:assets
command can now be used to (re-)publish the Horizon Assets required for the Horizon Dashboard. - Renamed
PushExampleJobs
toPushExampleJobsCommand
.
Removed
- Removed the dependency of the October CMS module (for headless applications).
- Support for PHP 7.1
What's Changed
- Remove cms module dependencies by @martenvdlp in #1
New Contributors
- @martenvdlp made their first contribution in #1
Full Changelog: 1.0.0...2.0.0