From 9cae5193017305782dfcea11c66916d8c016eac6 Mon Sep 17 00:00:00 2001 From: Tihomir Dmitrovic Date: Wed, 16 Oct 2024 20:30:48 +0200 Subject: [PATCH] Add 0.22.29 changelog --- CHANGELOG.md | 5 +++++ composer.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda1d45..49dda2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ ## [Releases] +## 0.22.29 - 2024-10-16 + +* Registered PHP `constant()` function. +* Minor fixes + ## 0.22.28 - 2023-11-24 * Registered PHP `array_reverse()` function. diff --git a/composer.json b/composer.json index c8154c6..f34ef14 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name" : "zef-dev/convoworks-core", "type" : "library", - "description" : "PHP framework for handling conversational services like Amazon Alexa, Google Assistant, Viber, FB messenger ...", + "description" : "PHP framework for handling workflows and conversational services like Amazon Alexa", "homepage" : "https://github.com/zef-dev/convoworks-core", "keywords" : [ - "alexa", "dialogflow", "viber", "messenger", "chatbot", "voice enabled", "voice assistant", "no code" + "alexa", "viber", "chatbot", "voice enabled", "voice assistant", "no-code" ], - "version": "0.22.28", + "version": "0.22.29", "license" : "MIT", "require" : { "php" : "^7.2.5",