1.10.0 (2021-01-14)
- core update code base for new Flextype 0.9.16
1.9.1 (2021-01-09)
- core typo fix
1.9.0 (2021-01-07)
- core update code base for new Twig 2.0.0
- core update code base for new Icon 2.0.0
1.8.0 (2021-01-03)
- core add plugin.php file
- routes improve controllers handling in routes for performance enhancements
1.7.1 (2020-12-29)
- core typo fix
1.7.0 (2020-12-28)
- core update code base for new Flextype 0.9.14
- core feat(core): Moving to PHP 7.4
- core feat(core): use new TWIG Plugin 1.7.0
1.5.0 (2020-12-07)
- core update code base for new Flextype 0.9.12
1.4.0 (2020-08-25)
- core update code base for new Flextype 0.9.11
1.3.0 (2020-08-19)
- core update code base for new Flextype 0.9.10
1.2.0 (2020-08-05)
- core update code base for new Flextype 0.9.9
1.1.5 (2020-06-24)
- accounts-controller: add ability to restrict access for accounts pages.
Each accounts pages, have it is own setting from now:
enabled: true
Values: true
or false
1.1.4 (2020-06-24)
- accounts-controller: fix potential vulnerability with raw password saving/viewing.
1.1.3 (2020-06-26)
- accounts-controller: add ability to close accounts index page
# Index(accounts)
index:
enabled: false
1.1.2 (2020-06-24)
- lang: fix translates
1.1.1 (2020-06-23)
- lang: fix translates
1.1.0 (2020-06-23)
General code update and refactoring with a breaking changes
1.0.1 (2020-06-22)
- accounts-controller: fix login redirect
1.0.0 (2020-06-21)
- Initial Release