|
4 | 4 | - Fix for `merge` bundling rule (#660) |
5 | 5 | - Fix for undefined variable exception under strict mode in `ufAlerts` (#809) |
6 | 6 | - Fix for site cache reset upon login (#828) |
| 7 | +- Changed global cache tag to proper prefix |
7 | 8 |
|
8 | 9 | ## v4.1.15-alpha |
9 | 10 | - Refactor `Password` into a instantiable `Hasher` class, service, and `Password` facade (#827) |
|
34 | 35 | - Change "remember me" text |
35 | 36 | - Improve table tool buttons |
36 | 37 | - Twig extensions now implement `Twig_Extension_GlobalsInterface` as required by https://twig.symfony.com/doc/2.x/advanced.html#id1 (#788) |
37 | | -- Display element based on permissions for group list/info pages |
| 38 | +- Display element based on permissions for group list/info pages |
38 | 39 | - Factor the admin user creation out of migrations and into its own Bakery command (See #778) |
39 | 40 | - Bakery `clear-cache` command now clears Twig and router cache (Fix #750) |
40 | 41 | - Add Russian translations |
@@ -365,7 +366,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x |
365 | 366 | - Use Laravel's Schema interface to create tables and default rows, instead of constructing them with SQL |
366 | 367 |
|
367 | 368 | ## v0.3.1.20 |
368 | | -- Added `pushAlert()`,`clearAlerts()` in `public/js/userfrosting.js` and updated `flashAlerts()` |
| 369 | +- Added `pushAlert()`,`clearAlerts()` in `public/js/userfrosting.js` and updated `flashAlerts()` |
369 | 370 | - Revert changes to User::fresh() but leave comment regarding upgrading Eloquent |
370 | 371 |
|
371 | 372 | ## v0.3.1.19 |
@@ -492,7 +493,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x |
492 | 493 | - [Theming](https://v3.userfrosting.com/components/#theming) |
493 | 494 | - [Plugins](https://v3.userfrosting.com/components/#plugins) |
494 | 495 |
|
495 | | -## v0.2.1 |
| 496 | +## v0.2.1 |
496 | 497 | - Implemented db-driven menu system. Menu items are pulled from the database, and can be modified via plugins. |
497 | 498 | - Implemented backend templating of forms and tables via [Bootsole](https://github.com/alexweissman/bootsole). |
498 | 499 |
|
@@ -529,7 +530,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x |
529 | 530 | - Included better functions for sanitizing user input, validating user ip, generating csrf (cross-site request forgery) tokens - thanks to contributor @r3wt |
530 | 531 |
|
531 | 532 | ## v0.1.3 |
532 | | -- Root account (user id = 1) : created upon installation, cannot be deleted or disabled. |
| 533 | +- Root account (user id = 1) : created upon installation, cannot be deleted or disabled. |
533 | 534 | - Special color scheme for when logged in as root user. |
534 | 535 | - Installer now guides user through creation of root account |
535 | 536 | - Moved common JS and CSS includes to "includes.php" |
|
0 commit comments