From 5085c1fef9827df4b08b50526c80e805798af49a Mon Sep 17 00:00:00 2001 From: Tihomir Dmitrovic Date: Mon, 15 May 2023 11:52:32 +0200 Subject: [PATCH] v0.22.22.0 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f3bc7..df2fa6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ ## [Releases] +## 0.22.22.0 - 2023-05-15 + +* Fix missing default failback handling +* Add $_POST, $_GET and othe server variables to the evaluation context + ## 0.22.21.0 - 2023-05-03 * Fix setting deep values with expression language diff --git a/composer.json b/composer.json index 4f2d6a2..befe1b1 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "keywords" : [ "alexa", "dialogflow", "viber", "messenger", "chatbot", "voice enabled", "voice assistant", "no code" ], - "version": "0.22.21.0", + "version": "0.22.22.0", "license" : "MIT", "require" : { "php" : "^7.2.5",