Releases: lonnieezell/myth-auth
Hotfix Route Bug
This is a hotfix for a serious bug in versions 1.1
and 1.2
that prevented the library from matching any routes.
What's Changed
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
Adds an improved set of authorization Models for use in extended libraries and projects.
What's Changed
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
It has been more than a year since the previous release. This release is a huge roll-up of community contributions, mostly focused on bugfixes but with some enhancements mixed in. If you are currently using this library please see the Project Notice in the repository README for some important updates.
What's Changed
- Fix namespace to path sync of views files during publish by @paulbalandan in #407
- Fix wrong translation by @nynsen in #410
- Added missing open block comment asterisk sign by @lyimolucasl in #424
- Fix Translation by @teddcm in #412
- Text correction by @daycry in #434
- Fix bug in published User Entity and UserModel by @Eelisland in #433
- Add validation rules for email attemptForgot() by @Eelisland in #435
- Use "env" key instead of additional workflow step by @paulbalandan in #406
- Update authentication.md by @jdavidson-hhg in #457
- docs: highlight PHP code blocks by @kenjis in #461
- Update RU language by @oleg1540 in #462
- update documentation typo by @lyimolucasl in #502
- Entity encapsulation namespace and documentation update by @lyimolucasl in #511
- fix namespace entity ci 4.1.9 by @agiltriyas in #514
- Update spanish (Spain) translation by @treborin in #496
- Respect routing when generating e-mail links by @rmilecki in #501
- CodeIgniter DevKit by @MGatner in #517
- updated commands doc file, added 3 new parts by @manageruz in #523
- Removed redundant group permissions db lookup by @manageruz in #530
- Update PermissionModel.php by @sclubricants in #526
- Add new command of list registered. by @anjooficial in #519
- Update Development Tools by @MGatner in #532
- permit multiple permissions in restrictWithPermissions() by @paul45 in #481
- Re-work the filters & Set the route name for routing in config by @mjamilasfihani in #444
- PostgreSQL support - proposal n.1: without change in database schema by @xlii-chl in #494
- Enforce password type by @MGatner in #536
- User Type by @MGatner in #537
- Validation Extensions by @MGatner in #539
- Replace
route_to()
by @MGatner in #540 - Parameter Cast by @MGatner in #541
New Contributors
- @nynsen made their first contribution in #410
- @lyimolucasl made their first contribution in #424
- @teddcm made their first contribution in #412
- @daycry made their first contribution in #434
- @Eelisland made their first contribution in #433
- @jdavidson-hhg made their first contribution in #457
- @kenjis made their first contribution in #461
- @agiltriyas made their first contribution in #514
- @treborin made their first contribution in #496
- @rmilecki made their first contribution in #501
- @manageruz made their first contribution in #523
- @sclubricants made their first contribution in #526
- @anjooficial made their first contribution in #519
- @paul45 made their first contribution in #481
- @xlii-chl made their first contribution in #494
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
This is a hotfix to patch a few bugs introduced in version 1.0.0
. See the changelog for details.
Version 1.0
After way too long - here's a final release of Myth:Auth
1.0 beta 3
Contains numerous bug-fixes, a few great enhancements by the community, and one giant security hole patched.
1.0 Beta 2
1.0-beta.2 Using cache for user groups. Fixes #134
1.0-beta
The initial formal release of the package, with all basics for web-based authentication and authorization.