Skip to content

Commit

Permalink
Update docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Jul 2, 2021
1 parent 99bc4a2 commit ad228ba
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [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)
- Question : How to login programmatically from controller without password or use loginById Function from AuthenticationBase ? [\#379](https://github.com/lonnieezell/myth-auth/issues/379)
- Cache key contains reserved characters {}\(\)/\@ [\#378](https://github.com/lonnieezell/myth-auth/issues/378)
- broken link in docs/extending.md [\#374](https://github.com/lonnieezell/myth-auth/issues/374)
- BadMethodCallException when i add new fields [\#370](https://github.com/lonnieezell/myth-auth/issues/370)
- localhost redirected you too many times. [\#365](https://github.com/lonnieezell/myth-auth/issues/365)
- Delete a user [\#364](https://github.com/lonnieezell/myth-auth/issues/364)
- Cache Reserved Characters [\#359](https://github.com/lonnieezell/myth-auth/issues/359)
- Tests fail on composer auth [\#336](https://github.com/lonnieezell/myth-auth/issues/336)
- Cache issues [\#334](https://github.com/lonnieezell/myth-auth/issues/334)

**Merged pull requests:**

- Remove Roave Workflow [\#399](https://github.com/lonnieezell/myth-auth/pull/399) ([MGatner](https://github.com/MGatner))
- Remove cache of group after delete/add user to group [\#398](https://github.com/lonnieezell/myth-auth/pull/398) ([WebStarVenlo](https://github.com/WebStarVenlo))
- Created the method "usersInGroup" in the src\Authorization\FlatAuthorization.php file [\#391](https://github.com/lonnieezell/myth-auth/pull/391) ([rafinhaa](https://github.com/rafinhaa))
- Apply static analysis [\#387](https://github.com/lonnieezell/myth-auth/pull/387) ([MGatner](https://github.com/MGatner))
- Fix cache\(\) return value checks. [\#386](https://github.com/lonnieezell/myth-auth/pull/386) ([sfadschm](https://github.com/sfadschm))
- Update development toolkit [\#383](https://github.com/lonnieezell/myth-auth/pull/383) ([MGatner](https://github.com/MGatner))
- Update AuthController.php [\#381](https://github.com/lonnieezell/myth-auth/pull/381) ([snelledre](https://github.com/snelledre))
- fix small typo: Models -\> Entities [\#380](https://github.com/lonnieezell/myth-auth/pull/380) ([hatsat32](https://github.com/hatsat32))
- Prevalidate user fields [\#377](https://github.com/lonnieezell/myth-auth/pull/377) ([MGatner](https://github.com/MGatner))
- Update extending.md [\#376](https://github.com/lonnieezell/myth-auth/pull/376) ([mjamilasfihani](https://github.com/mjamilasfihani))
- Fix typo activate user. It is a method, not variable. [\#375](https://github.com/lonnieezell/myth-auth/pull/375) ([adjiekrazz](https://github.com/adjiekrazz))
- Update docs for release [\#369](https://github.com/lonnieezell/myth-auth/pull/369) ([MGatner](https://github.com/MGatner))

## [v1.0](https://github.com/lonnieezell/myth-auth/tree/v1.0) (2021-06-10)

[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/1.0-beta.3...v1.0)
Expand Down
13 changes: 13 additions & 0 deletions docs/_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

## Unreleased

## 1.0.1

Released July 2, 2021

Enhancements:

- Added Infection for mutation testing (test quality testing)
- Added RoaveBC to detect breaking changes
- Added Tachycardia for slow test detection and annotation
- Added Coveralls to track and record test coverage
- Switched code style enforcement to PHP CS Fixer to match the framework (awaiting configuration)
- Added `FlatAuthorization::usersInGroup()`

Bugs Fixed:

- Fixed a typo causing user activation to fail
- Enforced user field validation to prevent false password validation failures
- Fixed a bug preventing empty cache stores

## 1.0 final

Expand All @@ -19,6 +31,7 @@ Breaking Changes:
- `UserModel` now requires `username` to be 30 characters or less (to match the database restriction)

Enhancements:

- All password-related features have been moved to a new class, `Myth\Auth\Password`, and can be accessed statically.
- New Slovak translation
- New German translation
Expand Down

0 comments on commit ad228ba

Please sign in to comment.