From 5a47f8acc15201e95063b34b0c3cc4d81b202493 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Thu, 2 Jan 2025 15:58:46 -0800 Subject: [PATCH] Finish 4.13.8 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86e6d32085..64a1d148713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.13.8 - 2025-01-02 - Fixed a bug where asset edit page URLs contained spaces if the asset filename contained spaces. ([#15236](https://github.com/craftcms/cms/issues/15236)) - Fixed a bug where custom fields were getting included in rendered field layout forms, even if their `getInputHtml()` method returned an empty string. diff --git a/src/config/app.php b/src/config/app.php index 9bc01b6aa0c..2336b7570c3 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.13.7', + 'version' => '4.13.8', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias