Skip to content

Releases: dotkernel/dot-user

Bump PHP to 8.3

25 Mar 22:22
9127173

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.2...2.9.3

2.9.2

11 Oct 11:56
99e9e55

Choose a tag to compare

What's Changed

  • changed user entity getId return type by @cPintiuta in #16

Full Changelog: 2.9.1...2.9.2

2.9.1

18 Aug 11:49
176d06f

Choose a tag to compare

What's Changed

  • composer updates and fixed compatibility with dot-controller by @cPintiuta in #15

New Contributors

  • @cPintiuta made their first contribution in #15

Full Changelog: 2.9.0...2.9.1

2.9.0

14 Feb 12:39
453d648

Choose a tag to compare

Bump php version to 8.0 and 8.1 and 8.2

Fix autologin

22 Oct 09:30
1959d1c

Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Autologin issue

Replaced Zend namespace with Laminas and Mezzio namespaces.

31 Jan 09:12

Choose a tag to compare

Replaced Zend namespace with Laminas and Mezzio namespaces.
To be used for version 2.0 of frontend and admin releases of Dotkernel.

Changed

  • Nothing

Added

  • Added Laminas dependencies

Deprecated

  • Nothing

Removed

  • Removed Zend packages dependencies

Fixed

  • Nothing

dot-user 1.0.0

16 May 14:22

Choose a tag to compare

Changed

  • updated dependencies
  • middleware implementation changed to psr/http-server-middleware

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

dot-user 0.3.1

21 Apr 20:57

Choose a tag to compare

dot-user 0.3.1 Pre-release
Pre-release

Changed

  • updated dependencies

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

dot-user 0.3.0

21 Apr 16:26

Choose a tag to compare

dot-user 0.3.0 Pre-release
Pre-release

Changed

  • Nothing

Added

  • token service class generate methods accept mapper options(to enable/disable atomic operations for example) - more for internal purposes

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • possible call to rollback after commit operation, resulting in an unhandled exception

dot-user 0.2.0

22 Mar 01:23

Choose a tag to compare

dot-user 0.2.0 Pre-release
Pre-release

Changed

  • updated to PSR11 container
  • updated middleware to PSR15 MiddlewareInterface
  • updated to new RouteHelper
  • removed any default route configuration or hard-coded route references

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing