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 140d002 commit 331af00Copy full SHA for 331af00
CHANGELOG.md
@@ -7,6 +7,11 @@ 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
11
+
12
+* Add states and translations
13
+* Fix timezone Europe/Kyiv and Pacific/Kanton
14
15
### [0.1.20] - 2024-05-24
16
17
* Add Pacific/Kanton timezone
VERSION
@@ -1 +1 @@
1
-0.1.20
+0.1.21
composer.json
@@ -1,4 +1,5 @@
{
2
+ "version": "0.1.21",
3
"name": "ixnode/php-timezone",
4
"description": "PHP Timezone - This library converts different timezone strings.",
5
"type": "library",
0 commit comments