Releases: TheWebSolver/tws-admin-onboarding
Releases · TheWebSolver/tws-admin-onboarding
v1.1 - Now with Form Handler.
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
andIncludes/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
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
v1.0 comment review.