Skip to content

Commit 6898246

Browse files
committed
changelog for 6.2.5
1 parent 9586f9e commit 6898246

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ outputDir: build
66
themeDir: theme
77

88
customVariables:
9-
current_version: '6.2.4'
9+
current_version: '6.2.5'
1010
current_year: 2022

docs/installation/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@
77
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
88
-->
99
# ExpressionEngine v6 Change Log
10+
## Version 6.2.5 (Release: February 9, 2022)
11+
12+
- **Bug Fixes** 💃🐛
13+
- Resolved [#1776](https://github.com/ExpressionEngine/ExpressionEngine/issues/1776) where some pages were showing warnings when using PHP 8.1
14+
- Resolved [#1766](https://github.com/ExpressionEngine/ExpressionEngine/issues/1766) where Consent module was not respecting `disable_csrf_protection` config override
15+
- Resolved [#1747](https://github.com/ExpressionEngine/ExpressionEngine/issues/1747) where mime type of some PDF files was not identified correctly
16+
- Resolved [#1361](https://github.com/ExpressionEngine/ExpressionEngine/issues/1361) where mime type for `.ico` files was not identified correctly
17+
- Resolved [#1647](https://github.com/ExpressionEngine/ExpressionEngine/issues/1647) where `page_uri` and `page_url` variables were not parsed in category achive tag
18+
- Resolved issue where path to first-party plugins was not set correctly
19+
- Resolved the issue where config file was not locked properly when performing system upgrade
20+
- Resolved [#67](https://github.com/ExpressionEngine/ExpressionEngine/issues/67) issues with avatars
21+
- Resolved [#1698](https://github.com/ExpressionEngine/ExpressionEngine/issues/1698) where template tags were not parsed correctly inside curly braces
22+
- Resolved very minor UI and code issues
23+
24+
25+
- **Enhancements** 🚀
26+
- Released ExpressionEngine Pro 1.2 with entry cloning support
27+
- Resolved [#1400](https://github.com/ExpressionEngine/ExpressionEngine/issues/1400) by adding `parse_files` parameter to Query tag
28+
29+
- **Developers** 💻
30+
- Optimized output of `var_dump` on models
31+
1032
## Version 6.2.4 (Release: January 24, 2022)
1133
- **Contributors** 🙌
1234
<div class="max-w-7xl mx-autotext-center">

docs/pro/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
# ExpressionEngine Pro Change Log
1111

12+
## Version 1.2.0 (Release: February 9, 2022)
13+
14+
- Added entry cloning using "Clone to New Entry" option in entry Save dropdown button.
15+
- Resolved [#1791](https://github.com/ExpressionEngine/ExpressionEngine/issues/1791) where non-existing image was requested by Dock.
16+
17+
## Version 1.1.0 (Release: January 13, 2022)
18+
19+
- Updated native Entries Prolet to use the Live Preview setting of the an entry's channel instead of current page.
20+
- Added [`provider` parameter to `consent:cookies` tag.](/pro/cookies.html#provider)
21+
- Added ability to enable/disable frontedit links on a per field basis via the [field's settings](/control-panel/field-manager.html#createedit-field).
22+
- Added [Multi-Factor Authentication](/pro/mfa.html).
23+
1224
## Version 1.1.0 (Release: January 13, 2022)
1325

1426
- Updated native Entries Prolet to use the Live Preview setting of the an entry's channel instead of current page.

0 commit comments

Comments
 (0)