Skip to content

Commit 99753f0

Browse files
Merge branch '5.4' into 6.2
* 5.4: [VarDumper] Dumping DateTime throws error if getTimezone is false Only update autoload_runtime.php when it changed [Intl] Update the ICU data to 73.2 [HttpClient] Force int conversion for floated multiplier for GenericRetryStrategy [Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590 Add missing EN and FR translations for newest constraints
2 parents 860c99e + 4c4cbf5 commit 99753f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
106106
*/
107107
public static function getIcuStubVersion(): string
108108
{
109-
return '73.1';
109+
return '73.2';
110110
}
111111

112112
/**

Resources/data/git-info.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Git information
22
===============
33

44
URL: https://github.com/unicode-org/icu.git
5-
Revision: 5861e1fd52f1d7673eee38bc3c965aa18b336062
5+
Revision: 680f521746a3bd6a86f25f25ee50a62d88b489cf
66
Author: Peter Edberg
7-
Date: 2023-04-11T10:32:35-07:00
7+
Date: 2023-06-07T19:19:55-07:00

Resources/data/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73.1
1+
73.2

0 commit comments

Comments
 (0)