Skip to content

Commit

Permalink
Merge branch '6.2' into 6.3
Browse files Browse the repository at this point in the history
* 6.2:
  [Validator] Add missing validator translations in Polish language
  [HttpClient] Fix encoding some characters in query strings
  [SecurityBundle] Remove last usages of tag `security.remember_me_aware`
  [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
  [FrameworkBundle] Ignore missing directories in about command
  Revert "[Messenger] Respect `isRetryable` decision of the retry strategy when deciding if failed message should be re-delivered"
  [Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
  Add missing EN and FR translations for newest constraints
  • Loading branch information
nicolas-grekas committed Jun 21, 2023
2 parents 49c7d14 + 99753f0 commit fdf4aff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Intl.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function getIcuDataVersion(): string
*/
public static function getIcuStubVersion(): string
{
return '73.1';
return '73.2';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions Resources/data/git-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Git information
===============

URL: https://github.com/unicode-org/icu.git
Revision: 5861e1fd52f1d7673eee38bc3c965aa18b336062
Revision: 680f521746a3bd6a86f25f25ee50a62d88b489cf
Author: Peter Edberg
Date: 2023-04-11T10:32:35-07:00
Date: 2023-06-07T19:19:55-07:00
2 changes: 1 addition & 1 deletion Resources/data/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73.1
73.2

0 comments on commit fdf4aff

Please sign in to comment.