Skip to content

Commit

Permalink
Finish 3.8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 10, 2023
1 parent 01aaac1 commit c961fb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Craft CMS 3.x

## 3.8.10.1 - 2023-05-09
## 3.8.10.2 - 2023-05-09

- Fixed a bug where it wasn’t possible to add new Matrix blocks via the “Add a block” menu. ([#13177](https://github.com/craftcms/cms/issues/13177))

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' => '3.8.10.1',
'version' => '3.8.10.2',
'schemaVersion' => '3.8.0.1',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/matrix/dist/MatrixInput.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/matrix/dist/MatrixInput.js.map

Large diffs are not rendered by default.

0 comments on commit c961fb9

Please sign in to comment.