Skip to content

Releases: tattersoftware/codeigniter4-workflows

Version 5 Release Candidate

05 Aug 14:50
07f5dbc
Compare
Choose a tag to compare
Pre-release

Fixes another lang() error and adds a new attribute access shorthand: attr($key)

What's Changed

Full Changelog: v5.0.0-beta.2...v5.0.0-rc.1

Version 5 Beta 2

01 Aug 16:29
2671a04
Compare
Choose a tag to compare
Version 5 Beta 2 Pre-release
Pre-release

Fixes a bug in Runner with lang() that could cause type errors.

What's Changed

Full Changelog: v5.0.0-beta.1...v5.0.0-beta.2

Version 5 Beta

28 Jul 00:26
4916a26
Compare
Choose a tag to compare
Version 5 Beta Pre-release
Pre-release

A heavy refactor of all classes, this version focuses on cleaner code and easier usability. The highlights are in UPGRADING.md.

What's Changed

Full Changelog: v4.1.0...v5.0.0-beta.1

Action View Config

01 Oct 14:15
df05d51
Compare
Choose a tag to compare

Allows for overriding of internal Action views (InfoAction) using the config file.

Another Travel Bugfix

06 Aug 16:03
d3ddd0d
Compare
Choose a tag to compare

Completes the logic from the previous release. 🤦‍♂️

Bugfix Travel

05 Aug 18:42
652cc64
Compare
Choose a tag to compare

Fixes a bug where a Job would not have the correct stage after traveling

Action Initialization

04 Aug 19:51
1e59c1e
Compare
Choose a tag to compare

Adds an optional initialize() method to take child burden off the constructor.

Field Alignment

11 Jun 14:35
0dd3ddf
Compare
Choose a tag to compare

A number of database fields were still incorrectly aligned with their Model's validation. This PR updates all Models to ensure the proper rulesets.

Bugfix for Strict Databases

27 May 18:00
8f57851
Compare
Choose a tag to compare
  • Fixes an issue with StageFaker generating content not safe for strict databases
  • Bumps dev toolkit
  • Removes Manifests duplicated from Files
  • Adds test

Bugfix Traveling

06 Apr 19:45
590da22
Compare
Choose a tag to compare

Fixes an issue where Jobs sometimes could not travel beyond required Stages that were just completed.