Releases: dotkernel/admin
Releases · dotkernel/admin
4.2.0 Release
What's Changed
- Replaced Doctrine annotations with attributes by @MarioRadu in #194
- Issue #185: Added tests and badges. by @alexmerlin in #187
- Delete config/autoload/local.test.php by @alexmerlin in #188
- Update .gitignore by @alexmerlin in #189
- Update static-analysis.yml by @alexmerlin in #190
Full Changelog: 4.1.0...4.2.0
4.1.0 - Bacilus
What's Changed
- replaced form data submitting functionality by @kakapiciu in #135
- changed admin logins columns to nullable and not unique by @OnitaAndrei in #137
- Issue #139: Refactor config/autoload/geoip.global.php file. by @alexmerlin in #140
- removed unneeded test lines by @OnitaAndrei in #144
- Issue #142: Fixed usage of dot-session package. by @alexmerlin in #145
- Psalm fix for input filters by @MarioRadu in #150
- Removed php 8.0 support & run psalm with php 8.1 by @MarioRadu in #151
- Added PSALM badge by @MarioRadu in #152
- Issue #147 #148 #153: dot-session related fixes. by @alexmerlin in #154
- Issue: #155: Remove repetitive property declarations. by @alexmerlin in #156
- Issue #158: Clarify session config instructions. by @alexmerlin in #159
- Issue #161: Bumped Github actions/checkout and actions/cache to v3. by @alexmerlin in #162
- composer.json: Removed laminas-dependency-plugin from allowed-plugins. by @alexmerlin in #163
- symfony badge fixes by @cPintiuta in #168
- Phpcs - Coding standard by @cPintiuta in #171
- removed webmozart/path-util and replaced with symfony/filesystem by @cPintiuta in #172
- fixed the code acording to laminas coding standard by @cPintiuta in #174
- Issue 157 by @mada27 in #170
- Issue 157 by @mada27 in #175
- fix misspelled function call in ChangePasswordInputFilter by @OnitaAndrei in #177
- updated selector by @OnitaAndrei in #181
- updated selector by @OnitaAndrei in #182
- updated selector by @OnitaAndrei in #183
New Contributors
- @OnitaAndrei made their first contribution in #137
- @cPintiuta made their first contribution in #168
Full Changelog: 4.0.1...4.1.0
4.0.1
4.0.0
4.0.0 - 2022-07-19
Changed
- usage of factories was replased with usage of dotkernel/dot-annotated-services
Added
- support for php 8.0 and 8.1
- listing admin failed and success logins
Deprecated
- Nothing
Removed
- usage of frontend user classes and services
- multi language support
Fixed
- Nothing
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