From 2e849772c85ca7c90fcf2af9f3a7ad671cd706e4 Mon Sep 17 00:00:00 2001 From: Slevin Kelevra Date: Fri, 4 Aug 2023 10:13:15 +0200 Subject: [PATCH] Update version.yaml --- updates/version.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updates/version.yaml b/updates/version.yaml index b1e7074..9785d02 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -1,9 +1,9 @@ 1.0.1: - Development version - create_tables.php -1.0.2: !!! Various optimization changes, this update is not compatible with previous versions. -1.0.3: !!! Consolidation of permission functions into a single hasUserPermission() function, other various changes. -1.1.0: !!! Added requested code field, optimized SQL query and data handling. Changes to permission forms. +1.0.2: Various optimization changes, this update is not compatible with previous versions. +1.0.3: Consolidation of permission functions into a single hasUserPermission() function, other various changes. +1.1.0: Added requested code field, optimized SQL query and data handling. Changes to permission forms. 1.1.1: - Fixed so that back-end permissions can control the availability of controlling front-end user permissions 1.1.2: