@wordpress/date
Advanced tools
Comparing version 4.30.0 to 4.31.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.31.0 (2023-04-12) | ||
## 4.30.0 (2023-03-29) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/date", | ||
"version": "4.30.0", | ||
"version": "4.31.0", | ||
"description": "Date module for WordPress.", | ||
@@ -30,3 +30,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/deprecated": "^3.30.0", | ||
"@wordpress/deprecated": "^3.31.0", | ||
"moment": "^2.29.4", | ||
@@ -38,3 +38,3 @@ "moment-timezone": "^0.5.40" | ||
}, | ||
"gitHead": "d5c28a67b11e91e3e4b8e90346bfcb90909364d6" | ||
"gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec" | ||
} |
@@ -42,4 +42,3 @@ # Date | ||
Backward Compatibility Notice: if `timezone` is set to `true`, the function | ||
behaves like `gmdateI18n`. | ||
Backward Compatibility Notice: if `timezone` is set to `true`, the function behaves like `gmdateI18n`. | ||
@@ -109,4 +108,3 @@ _Related_ | ||
Formats a date (like `wp_date()` in PHP), translating it into site's locale | ||
and using the UTC timezone. | ||
Formats a date (like `wp_date()` in PHP), translating it into site's locale and using the UTC timezone. | ||
@@ -113,0 +111,0 @@ _Parameters_ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196857
147