Skip to content

Commit 9bba52b

Browse files
committed
Updated changelog for v1.0 final release.
1 parent b4b1657 commit 9bba52b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ phpunit
55
*.cache
66
composer.lock
77
.DS_Store
8+
.idea/

docs/_changes.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Highlighted Changes in Version
22

3+
## 1.0 final
4+
5+
Released June 9, 2021
6+
7+
Breaking Changes:
8+
- Config\Auth::$requireActivation should now be `null` instead of `false`
9+
- Config\Auth::$activeResetter should now be `null` instead of `false`
10+
11+
Enhancements:
12+
- All password-related features have been moved to a new class, `Myth\Auth\Password`, and can be accessed statically.
13+
- New Slovak translation
14+
- New German translation
15+
- New Indonesian translation
16+
- New Dutch translation
17+
- New CLI command: auth:activate_user
18+
- New CLI command: auth:hash_password
19+
- New CLI command: auth:set_password
20+
- new Fakers for Groups, Permissions, and Users for use during testing
21+
- AuthController now has a `_render` method you can override if you use a different view renderer, like Twig
22+
- new method: `GroupModel::getGroupsForUser`
23+
24+
Bugs Fixed:
25+
26+
- fixed improper redirect issue where it was using base_url instead of site_url
27+
- permissions cache is now deleted when the groups cached is deleted
28+
- Login filter now ignores the activate account link
29+
30+
331
## 1.0-beta 3
432

533
Released May 11, 2020

0 commit comments

Comments
 (0)