Skip to content

Commit f7f6c22

Browse files
authored
Merge pull request #389 from itk-dev/release/1.3.0
Release 1.3.0
2 parents d0e3add + 658b564 commit f7f6c22

47 files changed

Lines changed: 1753 additions & 1669 deletions

File tree

Some content is hidden

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

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp
4848
# Define binary file attributes.
4949
# - Do not treat them as text.
5050
# - Include binary diff in patches instead of "binary files differ."
51+
*.avif -text diff
5152
*.eot -text diff
5253
*.exe -text diff
5354
*.gif -text diff

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.3.0]
12+
13+
- [PR-382](https://github.com/itk-dev/os2loop/pull/382)
14+
Updated drupal core Drupal 11.3.7
15+
1116
## [1.2.4]
1217

1318
- [PR-388](https://github.com/itk-dev/os2loop/pull/388)

composer.json

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@
99
"composer/installers": "^2.0",
1010
"cweagans/composer-patches": "^1.7",
1111
"dompdf/dompdf": "^2.0",
12-
"drupal/adminimal_theme": "^1.7",
1312
"drupal/autocomplete_deluxe": "^2.0",
1413
"drupal/better_formats": "^1.0@beta",
1514
"drupal/block_field": "^1.0@RC",
1615
"drupal/chosen": "^4.0",
17-
"drupal/color": "^1.0",
16+
"drupal/color": "^2.0@alpha",
1817
"drupal/config_filter": "^2.7",
1918
"drupal/config_ignore": "^3.3",
2019
"drupal/convert_media_tags_to_markup": "^4.0",
21-
"drupal/core-composer-scaffold": "^10.4",
22-
"drupal/core-project-message": "^10.4",
23-
"drupal/core-recommended": "^10.4",
20+
"drupal/core-composer-scaffold": "^11.3",
21+
"drupal/core-project-message": "^11.3",
22+
"drupal/core-recommended": "^11.3",
2423
"drupal/date_popup": "^2.0",
2524
"drupal/diff": "^1.1",
2625
"drupal/entity_print": "^2.13",
@@ -30,9 +29,9 @@
3029
"drupal/facets": "^2.0",
3130
"drupal/field_group": "^3.4",
3231
"drupal/flag": "^4.0@beta",
33-
"drupal/gin": "^4.1",
32+
"drupal/gin": "^5.0",
3433
"drupal/gin_login": "^2.0",
35-
"drupal/gin_toolbar": "^2.1",
34+
"drupal/gin_toolbar": "^3.0",
3635
"drupal/inline_entity_form": "^3.0@RC",
3736
"drupal/mailsystem": "^4.4",
3837
"drupal/masquerade": "^2.0@RC",
@@ -67,15 +66,15 @@
6766
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
6867
"drupal/coder": "^8.3",
6968
"drupal/content_fixtures": "^3.2",
70-
"drupal/core-dev": "^10.1",
69+
"drupal/core-dev": "^11.3",
7170
"drupal/devel": "^5.1",
7271
"ergebnis/composer-normalize": "^2.42",
7372
"kint-php/kint": "^5.0",
74-
"mglaman/phpstan-drupal": "^1.2",
73+
"mglaman/phpstan-drupal": "^2.0",
7574
"os2loop/os2loop_fixtures": "^1.0",
7675
"phpspec/prophecy-phpunit": "^2.0",
7776
"phpstan/extension-installer": "^1.3",
78-
"phpstan/phpstan-deprecation-rules": "^1.1",
77+
"phpstan/phpstan-deprecation-rules": "^2.0",
7978
"vincentlanglet/twig-cs-fixer": "^3.10"
8079
},
8180
"conflict": {
@@ -100,10 +99,6 @@
10099
},
101100
"type": "package"
102101
},
103-
"drupal/theme_switcher": {
104-
"type": "vcs",
105-
"url": "https://git.drupalcode.org/project/theme_switcher"
106-
},
107102
"os2loop/os2loop_fixtures": {
108103
"options": {
109104
"symlink": false,
@@ -113,19 +108,6 @@
113108
},
114109
"type": "path",
115110
"url": "web/profiles/custom/os2loop/modules/os2loop_fixtures"
116-
},
117-
"drupal/views_flag_refresh": {
118-
"package": {
119-
"name": "drupal/views_flag_refresh",
120-
"source": {
121-
"reference": "origin/2929394-drupal-8-port",
122-
"type": "git",
123-
"url": "https://git.drupalcode.org/issue/views_flag_refresh-2929394.git"
124-
},
125-
"type": "drupal-module",
126-
"version": "dev-2929394-drupal-8-port"
127-
},
128-
"type": "package"
129111
}
130112
},
131113
"minimum-stability": "dev",
@@ -212,7 +194,7 @@
212194
},
213195
"patches": {
214196
"drupal/core": {
215-
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch"
197+
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2025-07-24/drupal-3150540-D1122_0.patch"
216198
},
217199
"drupal/entity_print": {
218200
"Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch",

0 commit comments

Comments
 (0)