Browse Source

Finish 3.8.2

pull/12911/head 3.8.2
brandonkelly 2 years ago
parent
commit
8af8d1e47d
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 2
      CHANGELOG.md
  2. 2
      src/config/app.php

2
CHANGELOG.md

@ -1,6 +1,6 @@
# Release Notes for Craft CMS 3.x
## Unreleased
## 3.8.2 - 2023-03-14
- Fixed a bug where it wasn’t always possible to access entry or category edit pages if the `slugWordSeparator` config setting was set to `/`. ([#12871](https://github.com/craftcms/cms/issues/12871))
- Fixed a bug where `craft\helpers\Html::parseTagAttribute()` wasn’t decoding attribute values, which could lead to double-encoded attributes, e.g. when using the `|attr` filter. ([#12887](https://github.com/craftcms/cms/issues/12887))

2
src/config/app.php

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

Loading…
Cancel
Save