Browse Source

Finish 3.7.62

pull/12494/head 3.7.62
brandonkelly 3 years ago
parent
commit
a705dda94f
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 2
      CHANGELOG.md
  2. 2
      composer.json
  3. 2
      src/config/app.php

2
CHANGELOG.md

@ -1,6 +1,6 @@
# Release Notes for Craft CMS 3.x
## Unreleased
## 3.7.62 - 2022-12-13
- Fixed a bug where it wasn’t possible to enter `0` in Number fields and numeric column cells within editable tables, using certain keyboard layouts. ([#12412](https://github.com/craftcms/cms/issues/12412))
- Fixed a JavaScript error that could occur when autosaving an entry draft. ([#12445](https://github.com/craftcms/cms/issues/12445))

2
composer.json

@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.7.61",
"version": "3.7.62",
"keywords": [
"cms",
"craftcms",

2
src/config/app.php

@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '3.7.61',
'version' => '3.7.62',
'schemaVersion' => '3.7.33',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias

Loading…
Cancel
Save