Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

60 lines (38 loc) · 1.82 KB

Changelog

All notable changes to nova-scheduled-jobs will be documented in this file

6.1.3 - 2023.08.15

  • Package Updates
  • Added internal dependency configuration via actions and dependabot config file

6.1.2 - 2023.04.26

  • Bugfix for missing authentication middlware for api routes

6.1.1 - 2023.04.22

  • Package Updates

6.1.0 - 2023.03.08

  • Package Updates

6.0.2 - 2023.02.03

  • Package Updates

6.0.1 - 2022.12.05

  • Readme Updates
  • GitHub Action Updates

6.0.0 - 2022.12.05

Breaking Changes

  • Dropped support for PHP 7
  • Restructured code to be more simplistic requiring changes to service provider, tool, and card (see Readme for upgrade, just follow normal install instructions)
  • Updated and fixed Authorization middleware structure
  • Routes have changed /nova-scheduled-jobs -> Returns inertiajs component /nova-scheduled-jobs/jobs -> Returns json w/ list of jobs /nova-scheduled-jobs/dispatch -> Dispatches command
    • Temporarily removed localization support. If you need additional support can copy the keys in the resources/lang/en.json file and add them into your own language file.

Other Changes

  • Removed unneeded dependencies
  • Completely revamped Component, following template from php artisan nova:tool command
  • Updated UI to utilize Nova components and methods
  • Updated UI for better dark model support
  • Updated UI to follow conventions from php artisan schedule:list command

1.1.0 - 2018.08.27

  • Added Nova Tool to display list of scheduled jobs and commands on full page
  • Updated card to 1/2 width and reduced number of fields being displayed
  • Updated readme with better screenshots and instructions for tool

1.0.0 - 2018.08.25

  • Initial Release