Skip to content

Releases: tjdraper/executive-ee

1.0.0-a.6

07 Sep 03:28
Compare
Choose a tag to compare
1.0.0-a.6 Pre-release
Pre-release

Updated

  • Refactored the schema for the way user extensions work
    • This is because of a conversation with the team at EL about how extension settings work

1.0.0-a.5

06 Sep 15:23
Compare
Choose a tag to compare
1.0.0-a.5 Pre-release
Pre-release

New

  • Added the ability to have custom extension hooks run custom classes per-site/app. Use a migration and the new ExtensionDesigner class to add the extension, hook, class, and method that should run. Add your class to be called in the system/user directory.

Fixed

  • Fixed an E_WARNING that could happen when creating a migration or a command
  • Fixed an issue where suppressed errors would still be reported

1.0.0-a.4

06 Sep 02:21
Compare
Choose a tag to compare
1.0.0-a.4 Pre-release
Pre-release

New

  • Add listing of commands in a single group ./ee groupName
  • Add ability to schedule command on midnight on every day or particular days of the week

Improved

  • Improved error handling of all types. You should mostly not see any HTML in the console anymore.

Fixed

  • Fixed an error that would be thrown on the console whenever running the command schedule if custom user commands were schedules

1.0.0-a.3

04 Sep 21:05
Compare
Choose a tag to compare
1.0.0-a.3 Pre-release
Pre-release

New

  • Added a layout designer class

Updated

  • Updated error reporting of the channel designer class if a site was improperly set
  • Updated hashbang line in the executable for (hopefully) maximum compatibility for running it as ./ee

1.0.0-a.2

31 Aug 17:18
Compare
Choose a tag to compare
1.0.0-a.2 Pre-release
Pre-release

Alpha 2 release

1.0.0-a.1

27 Aug 21:46
Compare
Choose a tag to compare
1.0.0-a.1 Pre-release
Pre-release

Alpha 1 release.