Skip to content

Releases: dotkernel/admin

5.0.1 Release

05 Aug 09:21
5160195
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

25 Jul 09:12
a1bb87d
Compare
Choose a tag to compare

What's Changed

Upgrade Doctrine to version 3.

Full Changelog: 4.3.1...5.0.0

4.3.1

01 Feb 13:31
12d46e6
Compare
Choose a tag to compare

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

01 Feb 11:43
d9693df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0 Release

31 Oct 10:22
898439a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

4.1.0 - Bacilus

26 Jun 09:09
5532b67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.1.0

4.0.1

24 Oct 09:33
c0a4acd
Compare
Choose a tag to compare

4.0.1 - 2022-10-24

Changed

  • replaced phinx seeds and migrations with data-fixtures and doctrine migrations

Added

  • support for php 8.2

Deprecated

  • Nothing

Removed

  • phinx
  • support for php 7.4

Fixed

  • Nothing

4.0.0

19 Jul 09:52
580216f
Compare
Choose a tag to compare

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

12 Jan 13:13
6a9ee0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0 release

24 Nov 10:28
6ded72e
Compare
Choose a tag to compare

3.2.0 - 2021-11-24

Changed

  • in session, use AdminIdentity instead of Admin entity (#87)
  • bumped npm packages to their latest versions (#89)

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • usage of package doctrine/doctrine-module (#84)

Fixed

  • page access issues due to missing privileges, caused by #86 (#82)
  • code cleanup (#81)