Skip to content

Commit 9eac864

Browse files
committed
Add version 1.0.26
1 parent 945b4bd commit 9eac864

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10-
### [1.0.25] - 2025-04-016
10+
### [1.0.26] - 2025-04-23
11+
12+
* Add getJsonString function (JSON output without formatting)
13+
14+
### [1.0.25] - 2025-04-16
1115

1216
* Add getKeys method to Json object
1317

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.25
1+
1.0.26

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ixnode/php-container",
33
"description": "PHP Container - A collection of various PHP container classes like JSON, File, etc.",
4-
"version": "1.0.25",
4+
"version": "1.0.26",
55
"type": "library",
66
"license": "MIT",
77
"keywords": ["php", "container", "json", "file", "data"],

0 commit comments

Comments
 (0)