Skip to content

Releases: TheWebSolver/tws-admin-onboarding

v1.1 - Now with Form Handler.

16 Aug 12:57
Compare
Choose a tag to compare

v1.1 introduces breaking changes.

v1.1 Changelog:

  • NEW: Config instance as main Onboarding abstract class property Wizard::$config and added method to set config instance directly on abstract class (removed it on child class).
    NEW: Onboarding instance as Config class property.
  • NEW: Form handler class to create form and its fields as well as save form fields data. Onboarding child class (Wizard.php file) now implements form handler class.
  • NEW: Throw an exception when Config.php and Includes/Wizard.php file namespaces do not match.
  • REMOVE: Most of the abstract protected methods are not needed to be set from onboarding child classes. They are set directly from the abstract class with the newly added config property.
  • REMOVE: Notices on the wrong configuration no longer has translation support. Since it will only be for developers who implement this framework, it seems unnecessary.
  • ENHANCEMENT: Moved documentation to GitHub wiki instead of README file.

v1.1 Beta-1 with breaking changes

16 Aug 04:48
Compare
Choose a tag to compare
Pre-release

This release contains possible breaking changes as well as introduces a new form handler to display the onboarding step form and its fields as well as save the fields data.

Initial Release

11 Aug 09:02
Compare
Choose a tag to compare
v1.0

comment review.