We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a724db5 commit 3dfaa47Copy full SHA for 3dfaa47
CHANGELOG.md
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## Releases
9
10
-### [0.1.21] - 2024-05-24
+### [0.1.22] - 2024-11-20
11
+
12
+* Add StateAll class for easy access
13
+* Refactoring
14
15
+### [0.1.21] - 2024-11-20
16
17
* Add states and translations
18
* Fix timezone Europe/Kyiv and Pacific/Kanton
VERSION
@@ -1 +1 @@
1
-0.1.21
+0.1.22
composer.json
@@ -1,5 +1,5 @@
{
2
- "version": "0.1.21",
+ "version": "0.1.22",
3
"name": "ixnode/php-timezone",
4
"description": "PHP Timezone - This library converts different timezone strings.",
5
"type": "library",
0 commit comments