Skip to content

Commit

Permalink
Add version 0.22.24
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Jul 18, 2023
1 parent 232fc18 commit 85c81ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

## [Releases]

## 0.22.24 - 2023-07-18

* Add support for additional internal platforms
* Register is_object() and array_keys() PHP functions

## 0.22.23.1 - 2023-07-03

* Fix args (assoc array) passed as string to be evaluated
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords" : [
"alexa", "dialogflow", "viber", "messenger", "chatbot", "voice enabled", "voice assistant", "no code"
],
"version": "0.22.23.1",
"version": "0.22.24",
"license" : "MIT",
"require" : {
"php" : "^7.2.5",
Expand All @@ -24,7 +24,7 @@
"symfony/expression-language" : "^5.2",
"symfony/event-dispatcher": "^5.4",
"wapmorgan/mp3info": "^0.0.8",
"zef-dev/zef-expression-language": "^1.3.0"
"zef-dev/zef-expression-language": "^1.3.1"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 85c81ed

Please sign in to comment.