Skip to content

Commit

Permalink
Update changelogs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jul 13, 2022
1 parent 675c955 commit c6a603a
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 2 deletions.
96 changes: 94 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,68 @@
# Changelog

## [v1.0.1](https://github.com/lonnieezell/myth-auth/tree/v1.0.1) (2021-07-02)
## [v1.1.0](https://github.com/lonnieezell/myth-auth/tree/v1.1.0) (2022-07-13)

[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0.1...v1.1.0)

**Implemented enhancements:**

[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0.1...v1.0.1)
- Add username validation rules [\#248](https://github.com/lonnieezell/myth-auth/issues/248)
- Deactivated user [\#241](https://github.com/lonnieezell/myth-auth/issues/241)

**Fixed bugs:**

- The Auth Trait's restrictWithPermissions\(\) method don't work when we pass more permissions than one in array [\#525](https://github.com/lonnieezell/myth-auth/issues/525)
- After auth:publish some config file variables values incorrect [\#390](https://github.com/lonnieezell/myth-auth/issues/390)
- Issue in Reset Password with database postgre [\#324](https://github.com/lonnieezell/myth-auth/issues/324)
- Problem in all views [\#293](https://github.com/lonnieezell/myth-auth/issues/293)
- Improper redirecttion to '/' instead of site\_url\(\) or base\_url\(\) [\#266](https://github.com/lonnieezell/myth-auth/issues/266)

**Closed issues:**

- JWT Authentication Support [\#286](https://github.com/lonnieezell/myth-auth/issues/286)
- Resend activate hash doesn't generate new hash [\#531](https://github.com/lonnieezell/myth-auth/issues/531)
- login after restrictToGroups will not redirect me to same restricted page [\#529](https://github.com/lonnieezell/myth-auth/issues/529)
- An error occurred in the forgot password feature [\#528](https://github.com/lonnieezell/myth-auth/issues/528)
- Myth\Auth\Authorization\PermissionModel:doesUserHavePermission\(\) - Why Check group permissions? [\#524](https://github.com/lonnieezell/myth-auth/issues/524)
- php null coalescing assignment operator [\#521](https://github.com/lonnieezell/myth-auth/issues/521)
- How do I change the error response? [\#490](https://github.com/lonnieezell/myth-auth/issues/490)
- Helper not loading in BaseController - Call to undefined function logged\_in\(\) [\#486](https://github.com/lonnieezell/myth-auth/issues/486)
- Argument 2 passed to Myth\Auth\Password::verify\(\) must be of the type string, null given [\#485](https://github.com/lonnieezell/myth-auth/issues/485)
- ErrorException Trying to get property 'password\_hash' of non-object [\#482](https://github.com/lonnieezell/myth-auth/issues/482)
- restrictWithPermissions\(\) with Multiple permissions [\#475](https://github.com/lonnieezell/myth-auth/issues/475)
- Redirect on web hosting not working [\#473](https://github.com/lonnieezell/myth-auth/issues/473)
- Email Configuration [\#472](https://github.com/lonnieezell/myth-auth/issues/472)
- Permissions is not an object [\#469](https://github.com/lonnieezell/myth-auth/issues/469)
- block failed login or show recaptcha after few invalid logins [\#466](https://github.com/lonnieezell/myth-auth/issues/466)
- Ajax call not working [\#465](https://github.com/lonnieezell/myth-auth/issues/465)
- Resend activate account not working [\#459](https://github.com/lonnieezell/myth-auth/issues/459)
- admin database does not migrate [\#458](https://github.com/lonnieezell/myth-auth/issues/458)
- add Google login [\#454](https://github.com/lonnieezell/myth-auth/issues/454)
- Problem to create custom Routing [\#453](https://github.com/lonnieezell/myth-auth/issues/453)
- LoginFilter creates redirect loop if forceGlobalSecureRequests is set with defined baseURI. [\#448](https://github.com/lonnieezell/myth-auth/issues/448)
- Use only email for registration and username for login [\#446](https://github.com/lonnieezell/myth-auth/issues/446)
- Call to undefined function in\_group\(\) error [\#445](https://github.com/lonnieezell/myth-auth/issues/445)
- ISSUE redirect if use filter login at $globals [\#443](https://github.com/lonnieezell/myth-auth/issues/443)
- Bug - Myth lang files have precedence over lang files located inside app folder [\#441](https://github.com/lonnieezell/myth-auth/issues/441)
- Send Email Activation [\#439](https://github.com/lonnieezell/myth-auth/issues/439)
- create new user by command [\#432](https://github.com/lonnieezell/myth-auth/issues/432)
- Published Entity not extending src Entity [\#431](https://github.com/lonnieezell/myth-auth/issues/431)
- Cannot add new fields [\#430](https://github.com/lonnieezell/myth-auth/issues/430)
- Exception in $auth-\>attempt\($data\) [\#429](https://github.com/lonnieezell/myth-auth/issues/429)
- The requested resource /login was not found on this server. [\#425](https://github.com/lonnieezell/myth-auth/issues/425)
- run this library without php spark [\#419](https://github.com/lonnieezell/myth-auth/issues/419)
- Undefined variable $config [\#416](https://github.com/lonnieezell/myth-auth/issues/416)
- API with json [\#415](https://github.com/lonnieezell/myth-auth/issues/415)
- how do I change the password settings of a user? [\#414](https://github.com/lonnieezell/myth-auth/issues/414)
- Login / Logout loop [\#411](https://github.com/lonnieezell/myth-auth/issues/411)
- How can we use UUID except auto increment ID with this library? [\#408](https://github.com/lonnieezell/myth-auth/issues/408)
- VENDORPATH\myth\auth\src\Config\Services.php at line 92 [\#397](https://github.com/lonnieezell/myth-auth/issues/397)
- InvalidArgumentException Cache key contains reserved characters {}\(\)/\@: [\#396](https://github.com/lonnieezell/myth-auth/issues/396)
- auth page not working when I add login filter globally [\#393](https://github.com/lonnieezell/myth-auth/issues/393)
- Migrate Laravel 6 Users to Myth [\#389](https://github.com/lonnieezell/myth-auth/issues/389)
- Failed To reset password [\#340](https://github.com/lonnieezell/myth-auth/issues/340)
- Resend email activation not working [\#339](https://github.com/lonnieezell/myth-auth/issues/339)
- Document Password Reset [\#333](https://github.com/lonnieezell/myth-auth/issues/333)
- Multiple Login System [\#332](https://github.com/lonnieezell/myth-auth/issues/332)
- Get last inserted id when registering new user [\#318](https://github.com/lonnieezell/myth-auth/issues/318)
- This user account is not yet activated [\#314](https://github.com/lonnieezell/myth-auth/issues/314)
Expand All @@ -23,6 +75,46 @@
- `NothingPersonalValidator.php` Exception, if $email is empty [\#254](https://github.com/lonnieezell/myth-auth/issues/254)
- Activate-Account as an exception in login filter [\#240](https://github.com/lonnieezell/myth-auth/issues/240)
- Extend or change Language File [\#202](https://github.com/lonnieezell/myth-auth/issues/202)

**Merged pull requests:**

- Parameter Cast [\#541](https://github.com/lonnieezell/myth-auth/pull/541) ([MGatner](https://github.com/MGatner))
- Replace `route_to()` [\#540](https://github.com/lonnieezell/myth-auth/pull/540) ([MGatner](https://github.com/MGatner))
- Validation Extensions [\#539](https://github.com/lonnieezell/myth-auth/pull/539) ([MGatner](https://github.com/MGatner))
- User Type [\#537](https://github.com/lonnieezell/myth-auth/pull/537) ([MGatner](https://github.com/MGatner))
- Enforce password type [\#536](https://github.com/lonnieezell/myth-auth/pull/536) ([MGatner](https://github.com/MGatner))
- Update Development Tools [\#532](https://github.com/lonnieezell/myth-auth/pull/532) ([MGatner](https://github.com/MGatner))
- Removed redundant group permissions db lookup [\#530](https://github.com/lonnieezell/myth-auth/pull/530) ([manageruz](https://github.com/manageruz))
- Update PermissionModel.php [\#526](https://github.com/lonnieezell/myth-auth/pull/526) ([sclubricants](https://github.com/sclubricants))
- updated commands doc file, added 3 new parts [\#523](https://github.com/lonnieezell/myth-auth/pull/523) ([manageruz](https://github.com/manageruz))
- Add new command of list registered. [\#519](https://github.com/lonnieezell/myth-auth/pull/519) ([anjooficial](https://github.com/anjooficial))
- CodeIgniter DevKit [\#517](https://github.com/lonnieezell/myth-auth/pull/517) ([MGatner](https://github.com/MGatner))
- fix namespace entity ci 4.1.9 [\#514](https://github.com/lonnieezell/myth-auth/pull/514) ([agiltriyas](https://github.com/agiltriyas))
- Entity encapsulation namespace and documentation update [\#511](https://github.com/lonnieezell/myth-auth/pull/511) ([lyimolucasl](https://github.com/lyimolucasl))
- update documentation typo [\#502](https://github.com/lonnieezell/myth-auth/pull/502) ([lyimolucasl](https://github.com/lyimolucasl))
- Respect routing when generating e-mail links [\#501](https://github.com/lonnieezell/myth-auth/pull/501) ([rmilecki](https://github.com/rmilecki))
- Update spanish \(Spain\) translation [\#496](https://github.com/lonnieezell/myth-auth/pull/496) ([treborin](https://github.com/treborin))
- PostgreSQL support - proposal n.1: without change in database schema [\#494](https://github.com/lonnieezell/myth-auth/pull/494) ([xlii-chl](https://github.com/xlii-chl))
- permit multiple permissions in restrictWithPermissions\(\) [\#481](https://github.com/lonnieezell/myth-auth/pull/481) ([paul45](https://github.com/paul45))
- Update RU language [\#462](https://github.com/lonnieezell/myth-auth/pull/462) ([oleg1540](https://github.com/oleg1540))
- docs: highlight PHP code blocks [\#461](https://github.com/lonnieezell/myth-auth/pull/461) ([kenjis](https://github.com/kenjis))
- Update authentication.md [\#457](https://github.com/lonnieezell/myth-auth/pull/457) ([jdavidson-hhg](https://github.com/jdavidson-hhg))
- Re-work the filters & Set the route name for routing in config [\#444](https://github.com/lonnieezell/myth-auth/pull/444) ([mjamilasfihani](https://github.com/mjamilasfihani))
- Add validation rules for email attemptForgot\(\) [\#435](https://github.com/lonnieezell/myth-auth/pull/435) ([Eelisland](https://github.com/Eelisland))
- Text correction [\#434](https://github.com/lonnieezell/myth-auth/pull/434) ([daycry](https://github.com/daycry))
- Fix bug in published User Entity and UserModel [\#433](https://github.com/lonnieezell/myth-auth/pull/433) ([Eelisland](https://github.com/Eelisland))
- Added missing open block comment asterisk sign [\#424](https://github.com/lonnieezell/myth-auth/pull/424) ([lyimolucasl](https://github.com/lyimolucasl))
- Fix Translation [\#412](https://github.com/lonnieezell/myth-auth/pull/412) ([teddcm](https://github.com/teddcm))
- Fix wrong translation [\#410](https://github.com/lonnieezell/myth-auth/pull/410) ([nynsen](https://github.com/nynsen))
- Fix namespace to path sync of views files during publish [\#407](https://github.com/lonnieezell/myth-auth/pull/407) ([paulbalandan](https://github.com/paulbalandan))
- Use "env" key instead of additional workflow step [\#406](https://github.com/lonnieezell/myth-auth/pull/406) ([paulbalandan](https://github.com/paulbalandan))

## [v1.0.1](https://github.com/lonnieezell/myth-auth/tree/v1.0.1) (2021-07-02)

[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0...v1.0.1)

**Closed issues:**

- Validation from \Config\Services::validation\(\) is no longer worked in frontend after implementing Myth/Auth [\#395](https://github.com/lonnieezell/myth-auth/issues/395)
- Improve IPv6 support [\#392](https://github.com/lonnieezell/myth-auth/issues/392)
- var $requireActivation on config not working for disable activation user when register [\#382](https://github.com/lonnieezell/myth-auth/issues/382)
Expand Down
13 changes: 13 additions & 0 deletions docs/_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Unreleased

_No unreleased changes yet_

## 1.1.0

Released July 13, 2022

**It has been more than a year since the previous release. The volume of changes since `1.0.1`**
**is daunting and individual Pull Requests did not keep up with the docs. If you would be willing**
**to help generate this section please [see this issue](https://github.com/lonnieezell/myth-auth/issues/543).**

Visit the [CHANGELOG](https://github.com/lonnieezell/myth-auth/blob/develop/CHANGELOG.md) or
[Release Notes](https://github.com/lonnieezell/myth-auth/releases/tag/v1.1.0) for details.

## 1.0.1

Released July 2, 2021
Expand Down

0 comments on commit c6a603a

Please sign in to comment.