Releases: dotkernel/admin
Releases · dotkernel/admin
3.2.1
What's Changed
- Issue #91: Added allowed plugins to composer.json file. by @alexmerlin in #92
Full Changelog: 3.2.0...3.2.1
3.2.0 release
3.1.2 release
3.1.2 - 2021-07-06
Changed
- replaced tuupola/cors with mezzio/cors.
Added
- Nothing
Deprecated
- Nothing
Removed
- old CorsFactory was removed.
Fixed
- Nothing
3.1.1 release
3.1.1 - 2021-04-21
Changed
- Replaced usage of DateTime with DateTimeImmutable.
Added
- Nothing
Deprecated
- Nothing
Removed
- Some unused/duplicate classes.
Fixed
- Nothing
3.1.0 release
3.1.0 - 2020-11-06
Changed
- Composer 2 compatibility.
- Update composer.json to require version 2 of laminas/laminas-dependency-plugin to be Composer 2 compatible.
- bump laminas/laminas-dependency-plugin ^2.1
- bump dotkernel/dot-annotated-services ^3.1
- bump dotkernel/dot-authorization ^3.1
- bump dotkernel/dot-controller ^3.1
- bump dotkernel/dot-errorhandler ^3.1
- bump dotkernel/dot-event ^3.1",
- bump dotkernel/dot-flashmessenger ^3.1.1
- bump dotkernel/dot-form ^3.2
- bump dotkernel/dot-helpers ^3.1
- bump dotkernel/dot-log ^3.1
- bump dotkernel/dot-mail ^3.1
- bump dotkernel/dot-navigation ^3.1
- bump dotkernel/dot-rbac ^3.2
- bump dotkernel/dot-rbac-guard ^3.1
- bump dotkernel/dot-session ^4.2
- bump dotkernel/dot-twigrenderer "3.1.1
Added
- Nothing
Deprecated
- laminas/laminas-dependency-plugin version 1
Removed
- Nothing
Fixed
- Nothing
DotKernel Admin 3.0.0
Changed
Branch 3.0 is the current and default branch. Also:
- Require Mezzio ^3.2
- Require PHP ^7.4
- Require Doctrine 2.7.x
- Require Twig 3.x
- Require Bootstrap 4.5
- Limited dot-* packages to version 3.x and above
Added
- Nothing
Deprecated
- Nothing
Removed
- Removed obsolete/abandoned packages
Fixed
- Nothing
Admin v2.0.0
The first version of DotKernel's Admin application based on Laminas and Mezzio.
Changed
- Limited dot-* packages to v2.*
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
Admin v1.0.2
The last version of DotKernel's Admin application based on Zend Framework and Zend Expressive.
Changed
- Limited dot-* packages to v1.*
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
admin v1.0.1
1.0.1 - 2018-06-12
User listing bug fix
Changed
- Nothing
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- User pagination count issue (#32)
admin 1.0.0
1.0.0 - 2018-06-04
Migration to Zend-Expressive 3
Changed
- Migrate middleware to PSR-15
List of updated packages
- dotkernel/dot-authentication-service:^1.0
- dotkernel/dot-authentication-web:^1.0.1
- dotkernel/dot-authentication:^1.0
- dotkernel/dot-controller:^1.0
- dotkernel/dot-controller-plugin-authentication:^1.0
- dotkernel/dot-controller-plugin-authorization:^1.0
- dotkernel/dot-controller-plugin-flashmessenger:^1.0
- dotkernel/dot-controller-plugin-forms:^1.0
- dotkernel/dot-controller-plugin-mail:^1.0
- dotkernel/dot-controller-plugin-session:^1.0
- dotkernel/dot-flashmessenger:^1.0
- dotkernel/dot-helpers:^1.0
- dotkernel/dot-log:^1.1.1
- dotkernel/dot-mail:^1.0
- dotkernel/dot-mapper:^1.0
- dotkernel/dot-navigation:^1.0
- dotkernel/dot-rbac:^0.2.1
- dotkernel/dot-rbac-guard:^1.0
- dotkernel/dot-session:^3.0
- dotkernel/dot-twigrenderer:^1.1
- dotkernel/dot-user:^1.0
Added
- PSR-15 Middleware support
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing