Skip to content

Commit

Permalink
Finish 4.13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 19, 2024
1 parent 0202abe commit 2c91772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft CMS 4

## 4.13.1.1 - 2024-11-18

- Fixed a PHP error. ([#16142](https://github.com/craftcms/cms/issues/16142))

## 4.13.1 - 2024-11-18

- Fixed a JavaScript error that could occur on element edit pages. ([#16055](https://github.com/craftcms/cms/issues/16055))
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '4.13.1',
'version' => '4.13.1.1',
'schemaVersion' => '4.5.3.0',
'minVersionRequired' => '3.7.11',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 2c91772

Please sign in to comment.