Browse Source

Finish 3.6.10

pull/7849/head
brandonkelly 4 years ago
parent
commit
51e250d0ea
  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.6.10 - 2021-03-09
### Added
- Added the `|httpdate` Twig filter, which can be used to format dates for HTTP headers such as `Expires`. ([craftcms/docs#167](https://github.com/craftcms/docs/pull/167))

2
composer.json

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

2
src/config/app.php

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

Loading…
Cancel
Save