Skip to content

Releases: tjdraper/executive-ee

2.0.6

31 Aug 21:00
Compare
Choose a tag to compare

Fixed an issue with adding a user extension

2.0.5

29 May 17:58
Compare
Choose a tag to compare

Resolved a dependency issue

2.0.4

21 Dec 20:20
Compare
Choose a tag to compare

Fixed the real issue behind the previous “post array” bug fix

2.0.3

21 Dec 18:15
Compare
Choose a tag to compare
  • Removed setting of post array when adding fields in the channel designer
    • This used to be necessary in EE 3, but now, in EE 4, apparently is it not only not necessary, but appears to cause problems.

2.0.2

21 Dec 17:49
Compare
Choose a tag to compare
  • Fixed an issue where the ChannelDesigner would emit an event that is already emitted internally and cause problems
  • Fixed an issue in the LayoutDesigner trying to get the FieldGroup property off the channel model, which no longer exists

2.0.1

20 Dec 20:47
Compare
Choose a tag to compare

Fixed an issue where the composer.json version was wrong

2.0.0

04 Nov 15:34
Compare
Choose a tag to compare

Breaking

  • Executive 2.x requires EE 4 or newer.
    • The ChannelDesigner class has received major updates to work with the new Channel and Field schema. Be sure to read those docs.

1.0.2

26 Oct 19:50
Compare
Choose a tag to compare

Added a composer file at project root for using with composer based projects and deployments

1.0.1

20 Oct 16:24
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where sql to insert extension rows would fail in strict mode due to no empty settings column defined

1.0.0

03 Oct 20:25
Compare
Choose a tag to compare

Executive is 1.0.0! 🎉

Changes since Alpha 6

Fixed

  • Fixed an issue where the channel designer would not fire the appropriate model hooks
  • Fixed a language issue on the addon updates command

Updated

  • Made the default $path variable in the executable more robust
  • Executive now attempts to prevent CLI requests from timing out

Added

  • Added ability to have user defined template tags
  • Added user CP Sections/Views