Skip to content

Releases: vdlp/oc-horizon-plugin

v3.2.1

21 May 06:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

v3.2.0

08 May 09:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.2.0

v3.1.1

06 Feb 16:06
Compare
Choose a tag to compare

Full Changelog: 3.1.0...3.1.1

v3.1.0

06 Feb 16:06
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

v3.0.0

16 Apr 14:06
Compare
Choose a tag to compare
  • 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 of horizon:assets to publish the required assets for the Horizon Dashboard.
  • Compare changes in the config/horizon.php file with vendor/laravel/horizon/config/horizon.php.

Full Changelog: 2.0.2...3.0.0

v2.0.2

08 Mar 08:26
Compare
Choose a tag to compare

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

08 Mar 08:26
Compare
Choose a tag to compare

Changed

  • Plugin documentation.
  • Remove code comments.

Full Changelog: 2.0.0...2.0.1

v2.0.0

08 Mar 08:25
Compare
Choose a tag to compare

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 the php 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 to PushExampleJobsCommand.

Removed

  • Removed the dependency of the October CMS module (for headless applications).
  • Support for PHP 7.1

What's Changed

New Contributors

Full Changelog: 1.0.0...2.0.0

v1.0.0

08 Mar 08:25
7235988
Compare
Choose a tag to compare
  • First release of vdlp/oc-horizon-plugin.