|
2 | 2 |
|
3 | 3 | ## 2.0.0 (2023-05-02)
|
4 | 4 |
|
5 |
| -* [new] Statamic 4 support |
6 |
| -* [break] The previously deprecated `mb:user:change_password_form`, `mb:user:has` and `mb:user:member` tags have been removed |
7 |
| -* Login starter template includes remember me checkbox |
| 5 | +- [new] Statamic 4 support |
| 6 | +- [break] The previously deprecated `mb:user:change_password_form`, `mb:user:has` and `mb:user:member` tags have been removed |
| 7 | +- Login starter template includes remember me checkbox |
8 | 8 | - Dropped support for Statamic 3
|
9 | 9 |
|
10 | 10 | ## 1.1.2 (2023-03-01)
|
11 | 11 |
|
12 |
| -* [new] Ability to switch the CP Members section off |
13 |
| -* [fix] Using a custom page for the activate form |
| 12 | +- [new] Ability to switch the CP Members section off |
| 13 | +- [fix] Using a custom page for the activate form |
14 | 14 |
|
15 | 15 | ## 1.1.1 (2023-01-06)
|
16 | 16 |
|
17 |
| -* [new] Added Danish translations by @rabol |
| 17 | +- [new] Added Danish translations by @rabol |
18 | 18 |
|
19 | 19 | ## 1.1.0 (2023-01-06)
|
20 | 20 |
|
21 |
| -* [new] Added column selector to members listing |
22 |
| -* The `mb:user:change_password_form` tag has been deprecated |
23 |
| -* Updated templates and documentation to use new Statamic tags |
24 |
| -* Updated templates to use runtime parser syntax |
25 |
| -* Include file field example in the profile template |
| 21 | +- [new] Added column selector to members listing |
| 22 | +- The `mb:user:change_password_form` tag has been deprecated |
| 23 | +- Updated templates and documentation to use new Statamic tags |
| 24 | +- Updated templates to use runtime parser syntax |
| 25 | +- Include file field example in the profile template |
26 | 26 |
|
27 | 27 | ## 1.0.4 (2022-11-28)
|
28 | 28 |
|
29 |
| -* [fix] Profile form values not being processed before save |
| 29 | +- [fix] Profile form values not being processed before save |
30 | 30 |
|
31 | 31 | ## 1.0.3 (2022-11-28)
|
32 | 32 |
|
33 |
| -* [fix] Email field now optional in profile form |
| 33 | +- [fix] Email field now optional in profile form |
34 | 34 |
|
35 | 35 | ## 1.0.2 (2022-07-20)
|
36 | 36 |
|
37 |
| -* [new] Add pagination totals to CP listing page |
38 |
| -* [fix] CP search returning non-members |
| 37 | +- [new] Add pagination totals to CP listing page |
| 38 | +- [fix] CP search returning non-members |
39 | 39 |
|
40 | 40 | ## 1.0.1 (2022-07-15)
|
41 | 41 |
|
42 |
| -* [fix] CP listing page error with Statamic 3.3.18+ |
| 42 | +- [fix] CP listing page error with Statamic 3.3.18+ |
43 | 43 |
|
44 | 44 | ## 1.0.0 (2022-06-21)
|
45 | 45 |
|
46 |
| -* [new] Ability to export members as either a CSV or JSON file |
47 |
| -* [new] Fresh install configuration check and introduction |
48 |
| -* [fix] Better message when there's an error during member creation |
| 46 | +- [new] Ability to export members as either a CSV or JSON file |
| 47 | +- [new] Fresh install configuration check and introduction |
| 48 | +- [fix] Better message when there's an error during member creation |
49 | 49 |
|
50 | 50 | ## 0.5.1 (2022-03-16)
|
51 | 51 |
|
|
84 | 84 |
|
85 | 85 | ## 0.4.0 (2021-11-10)
|
86 | 86 |
|
87 |
| -- [break] 💥 **Everything:** This addon has been significantly reworked and also renamed. Update instructions: |
| 87 | +- [break] 💥 **Everything:*- This addon has been significantly reworked and also renamed. Update instructions: |
88 | 88 | 1. Update `composer.json` to `"jacksleight/statamic-memberbox": "0.4.0",`
|
89 | 89 | 2. Run `composer update`
|
90 | 90 | 3. Republish the config, views and translations if you've published them
|
|
0 commit comments