From 0fcbad002aa76ecf8934f87ecf95a734d3ea71ff Mon Sep 17 00:00:00 2001 From: "Jean J. de Jong" Date: Sat, 3 Aug 2024 17:19:48 +0200 Subject: [PATCH 1/2] Update readme.md --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index a3ed6b76..b3c24732 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,12 @@ Head for the [Wiki](https://github.com/jjdejong/phpip/wiki) for further informat # New features +## 2024-08-02 Updated the old application structure to that of Laravel 11 + +This involved deleting, moving and cleaning many files, yet the functionality should not change. + +The authorization mechanism has been improved, using gates rather than policies. + ## 2024-01-05 A significant upgrade of the autocompletion functionality Navigation and selection in the suggestion lists can now be performed with the keyboard. From 2a4ab9837aa86573aa62294046d7a9ac82bcca59 Mon Sep 17 00:00:00 2001 From: "Jean J. de Jong" Date: Sat, 3 Aug 2024 17:34:15 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b3c24732..97c5fc2b 100644 --- a/readme.md +++ b/readme.md @@ -12,9 +12,9 @@ Head for the [Wiki](https://github.com/jjdejong/phpip/wiki) for further informat ## 2024-08-02 Updated the old application structure to that of Laravel 11 -This involved deleting, moving and cleaning many files, yet the functionality should not change. +This involved deleting, moving and cleaning many files, yet the functionality should not change. See commit `bf00718`. -The authorization mechanism has been improved, using gates rather than policies. +The authorization mechanism has been improved, using gates rather than policies. See commit `a4c4764`. ## 2024-01-05 A significant upgrade of the autocompletion functionality