Releases: dotkernel/admin
Releases · dotkernel/admin
5.0.3 Release
What's Changed
- Issue #284: Created file
CHANGELOG.md
by @alexmerlin in #285 - Issue #282: Show current page as active/open in left menu by @alexmerlin in #286
Full Changelog: 5.0.2...5.0.3
5.0.2 Release
What's Changed
- Issue #273: Bump
dotkernel/dot-session
to^5.5.2
by @bidi47 in #274 - Issue #276: Implemented Twig CS checker/fixer by @alexmerlin in #279
- Issue #277: Upgraded
dot-errorhandler
to version4.x
by @alexmerlin in #278 - Issue #280: Admin logins page as bootstrap (simple) table by @alexmerlin in #281
Full Changelog: 5.0.1...5.0.2
5.0.1 Release
What's Changed
- Hide modal messages fix by @MarioRadu in #268
- Issue #266: Removed
HasLifecycleCallbacks
fromTimestampsTrait.php
by @alexmerlin in #269 - Issue #184: Implemented
CSRF
protection in all forms by @alexmerlin in #270 - Issue #271: Fixed namespace across the application by @alexmerlin in #272
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
Upgrade Doctrine to version 3.
- updated readme badge by @bidi47 in #220
- Updated dot-cli & dot-geoip versions by @MarioRadu in #224
- removed references for PhpFileCache by @bidi47 in #223
- Refactored doctrine config by @MarioRadu in #227
- Implemented dot-cache by @MarioRadu in #228
- Issue 226 by @mada27 in #229
- Issue #232: Removed user-agent-sniffer by @alexmerlin in #233
- refactor checking for a public or private ip by @cPintiuta in #234
- Issue #236: Removed unnecessary
HasLifecycleCallbacks
entity attributes by @alexmerlin in #237 - Issue #235: Updated GHA files to use latest action releases by @alexmerlin in #238
- Create qodana_code_quality.yml by @arhimede in #244
- Di attributes by @cPintiuta in #245
- Update qodana_code_quality.yml to include composer install by @arhimede in #250
- Orm3 by @cPintiuta in #253
- fixed updating login logs by @cPintiuta in #256
- crlf to lf by @cPintiuta in #257
- crlf to lf by @cPintiuta in #259
- new line by @cPintiuta in #260
- Removed unused config by @MarioRadu in #264
- bump psr-container-doctrine and refactoring config providers by @cPintiuta in #263
- Javascript refactoring and packages updates by @MarioRadu in #261
- Refactored handler by @MarioRadu in #265
Full Changelog: 4.3.1...5.0.0
4.3.1
What's Changed
- Removed configuration parameter for doctrine/cache from local.php
Full Changelog: 4.3.0...4.3.1
PHP 8.2 and 8.3 version bump
What's Changed
- Removed PHP 8.1 due to roave/psr-container-doctrine
- Added PHP 8.3 support
- Bootstrap table save visible columns by @MarioRadu in #202
- change theme to adminator by @arhimede in #203
- Fixed bootstrap table columns not hiding by @MarioRadu in #205
- Made login page mobile friendly and made every column in admin logins… by @PopNatanael in #206
- compiled css by @PopNatanael in #207
- Fixed svg fonts by @mada27 in #215
- Issue 208 by @Jurj-Bogdan in #213
- Log catch errors by @SergiuBota1 in #211
- updated composer by @bidi47 in #218
New Contributors
- @PopNatanael made their first contribution in #206
Full Changelog: 4.2.0...4.3.0
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