Skip to content

Commit 5d9970a

Browse files
committed
Merge branch '4.1'
* 4.1: [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled Add note about changed form processing when using PUT requests [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs [SecurityBundle] Dont throw if "security.http_utils" is not found [Di] Fix undefined variable found by Php Inspections (EA Ultimate) [DI] Cleanup unused service_subscriber.locator tag [DI] Resolve env placeholder in logs The debug class loader is always loaded by Debug::enable(). [Intl] Update ICU data to 62.1
2 parents b4941a3 + cb21b90 commit 5d9970a

File tree

409 files changed

+439
-411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+439
-411
lines changed

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static function getIcuDataVersion()
235235
*/
236236
public static function getIcuStubVersion()
237237
{
238-
return '61.1';
238+
return '62.1';
239239
}
240240

241241
/**

Resources/bin/icu.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
59 = http://source.icu-project.org/repos/icu/tags/release-59-1/icu4c/source
1818
60 = http://source.icu-project.org/repos/icu/tags/release-60-2/icu4c/source
1919
61 = http://source.icu-project.org/repos/icu/tags/release-61-1/icu4c/source
20+
62 = http://source.icu-project.org/repos/icu/tags/release-62-1/icu4c/source

Resources/data/currencies/af.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"AED": [
55
"AED",

Resources/data/currencies/am.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"AED": [
55
"AED",

Resources/data/currencies/ar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.20",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"ADP": [
55
"ADP",

Resources/data/currencies/as.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"AED": [
55
"AED",

Resources/data/currencies/az.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"ADP": [
55
"ADP",

Resources/data/currencies/be.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"AED": [
55
"AED",

Resources/data/currencies/bg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"ADP": [
55
"ADP",

Resources/data/currencies/bn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Version": "2.1.39.11",
2+
"Version": "2.1.41.97",
33
"Names": {
44
"ADP": [
55
"ADP",

0 commit comments

Comments
 (0)