Skip to content

Releases: dotkernel/admin

4.3.1

01 Feb 13:31
12d46e6

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

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

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

Choose a tag to compare

What's Changed

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

24 Oct 09:33
c0a4acd

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

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

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

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)

3.1.2 release

06 Jul 09:19
8ade509

Choose a tag to compare

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

21 Apr 11:33
6b3a3c7

Choose a tag to compare

3.1.1 - 2021-04-21

Changed

  • Replaced usage of DateTime with DateTimeImmutable.

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Some unused/duplicate classes.

Fixed

  • Nothing