From 922f0f4f328cd61d831a1a214433a74f7044c6dc Mon Sep 17 00:00:00 2001 From: Tihomir Dmitrovic Date: Tue, 29 Aug 2023 14:26:03 +0200 Subject: [PATCH] Ver 0.22.27.1 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d2044..b0b8e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ## [Releases] +## 0.22.27.1 - 2023-08-29 + +* Registered PHP `function_exists()` function. + ## 0.22.27 - 2023-08-29 * Registered PHP functions in the core package: `rawurlencode()`, `base64_encode()`, `hash_hmac()`, `uniqid()`, `http_build_query()`. diff --git a/composer.json b/composer.json index a5afbf2..93bbce2 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.27", + "version": "0.22.27.1", "license" : "MIT", "require" : { "php" : "^7.2.5",