From 860207ede56ee106f5145b41b62ab87d2187371f Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 13 Sep 2024 12:54:56 +0000 Subject: [PATCH] chore: prepare for 1.5.11 releas --- CHANGES.md | 7 +++++++ app/init.php | 4 ++-- app/views/install/compose.phtml | 2 +- docker-compose.yml | 2 +- src/Appwrite/Migration/Migration.php | 1 + 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e6649d795e..ff447ae5cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# Version 1.5.11 + +## What's Changed + +## Security +- + # Version 1.5.10 ## What's Changed diff --git a/app/init.php b/app/init.php index 3b43d98895..3d1959dc6d 100644 --- a/app/init.php +++ b/app/init.php @@ -112,8 +112,8 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours -const APP_CACHE_BUSTER = 4330; -const APP_VERSION_STABLE = '1.5.10'; +const APP_CACHE_BUSTER = 4331; +const APP_VERSION_STABLE = '1.5.11'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum'; const APP_DATABASE_ATTRIBUTE_IP = 'ip'; diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 39cc03c8a6..251683067f 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -753,7 +753,7 @@ $image = $this->getParam('image', ''); <<: *x-logging restart: unless-stopped stop_signal: SIGINT - image: openruntimes/executor:0.5.7 + image: openruntimes/executor:0.5.8 networks: - appwrite - runtimes diff --git a/docker-compose.yml b/docker-compose.yml index c17f81bddf..feb1928da8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -833,7 +833,7 @@ services: hostname: exc1 <<: *x-logging stop_signal: SIGINT - image: openruntimes/executor:0.5.7 + image: openruntimes/executor:0.5.8 restart: unless-stopped networks: - appwrite diff --git a/src/Appwrite/Migration/Migration.php b/src/Appwrite/Migration/Migration.php index d0bb80d685..1d207f2c90 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -89,6 +89,7 @@ abstract class Migration '1.5.8' => 'V20', '1.5.9' => 'V20', '1.5.10' => 'V20', + '1.5.11' => 'V20' ]; /**