Skip to content

Commit 13fae02

Browse files
committed
Merge branch '5.x' into bugfix/18666-link-field-info-icon
2 parents ecfb72c + be93439 commit 13fae02

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Fixed an exception that would be thrown when attempting to access undefined keys within `craft\fields\data\JsonData` objects from Twig. ([#18656](https://github.com/craftcms/cms/issues/18656))
1919
- Fixed a bug where address cards could be missing their address preview. ([#18632](https://github.com/craftcms/cms/issues/18632))
2020
- Fixed a bug where the Save button’s spinner wouldn’t appear right away when saving a nested element in a slideout. ([#18664](https://github.com/craftcms/cms/discussions/18664))
21+
- Fixed a bug where the server check script wasn’t treating GD as a requirement. ([craftcms/server-check#30](https://github.com/craftcms/server-check/issues/30))
2122

2223
## 5.9.18 - 2026-03-26
2324

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"commerceguys/addressing": "^2.1.1",
3939
"composer/semver": "^3.3.2",
4040
"craftcms/plugin-installer": "~1.6.0",
41-
"craftcms/server-check": "~5.0.1",
41+
"craftcms/server-check": "~5.1.0",
4242
"creocoder/yii2-nested-sets": "~0.9.0",
4343
"elvanto/litemoji": "~4.3.0",
4444
"enshrined/svg-sanitize": "~0.22.0",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)