All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed
registerMailTemplates
logic for October CMS 3.6.- Is backwards compatible with older October CMS versions.
- Added support for Laravel Horizon 5.24.4.
- The
HORIZON_USE_DARK_THEME
environment variable can be removed. The dark theme is now based on the system settings. - The
horizon:publish
command can be removed. The assets don't need to be published anymore.
- Updated Horizon Dashboard Layout (new UI)
- Add migration for Job Batch table.
- Upgrade to Horizon 5.0 (requires October CMS 3.0)
- Checkout the README.md file for installation and configuration instructions.
- Add GitHub WorkFlow configuration.
- 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
.
- Version constraint of "composer/installers" to "^1.0 || ^2.0"
- .gitattributes file
- Version constraint for "october/system"
- Plugin documentation.
- Remove code comments.
- PHP 7.4 and PHP 8.0 support.
- 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 the dependency of the October CMS module (for headless applications).
- Support for PHP 7.1
- First release of
vdlp/oc-horizon-plugin
.