Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Jan 30, 2024
1 parent 9be6966 commit 946a13b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@
- Deprecated the `_elements/element.twig` control panel template. `elementChip()` or `elementCard()` should be used instead.
- Deprecated the `cp.elements.element` control panel template hook.
- Removed the `_includes/revisionmenu.twig` control panel template.
- Removed `\craft\mail\transportadapters\Gmail::$timeout`.
- Removed `\craft\mail\transportadapters\Smtp::$encryptionMethod`.
- Removed `\craft\mail\transportadapters\Smtp::$timeout`.
- Removed `craft\base\ApplicationTrait::getMatrix()`.
- Removed `craft\base\Element::$contentId`.
- Removed `craft\base\Element::ATTR_STATUS_MODIFIED`. `craft\enums\AttributeStatus::Modified` should be used instead.
Expand Down Expand Up @@ -569,6 +572,7 @@
- Craft now requires `pragmarx/recovery`.
- Craft now requires `web-auth/webauthn-lib`.
- Updated `illuminate/collections` to v10.
- Updated `yiisoft/yii2-symfonymailer` to v4.
- Craft no longer requires `composer/composer`.
- New database tables now default to the `utf8mb4` charset, and the `utf8mb4_0900_ai_ci` or `utf8mb4_unicode_ci` collation, on MySQL. Existing installs should run `db/convert-charset` after upgrading, to ensure all tables have consistent charsets and collations. ([#11823](https://github.com/craftcms/cms/discussions/11823))
- The `defaultTemplateExtensions` config setting now lists `twig` before `html` by default. ([#11809](https://github.com/craftcms/cms/discussions/11809))
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
- Added the `languageMenu` and `languageMenuField` form macros.
- Added `craft\models\Site::getLanguage()`.
- Added `craft\models\Site::setLanguage()`.
- Updated `yiisoft/yii2-symfonymailer` to v4
- Removed `\craft\mail\transportadapters\Smtp::$encryptionMethod`
- Removed `\craft\mail\transportadapters\Smtp::$timeout`
- Removed `\craft\mail\transportadapters\Gmail::$timeout`
- Removed `\craft\mail\transportadapters\Gmail::$timeout`.
- Removed `\craft\mail\transportadapters\Smtp::$encryptionMethod`.
- Removed `\craft\mail\transportadapters\Smtp::$timeout`.
- Updated `yiisoft/yii2-symfonymailer` to v4.

## 5.0.0-alpha.9 - 2024-01-29

Expand Down

0 comments on commit 946a13b

Please sign in to comment.