From 3bb7109ffe18c5a7af288661297fdf0141c58ff7 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Thu, 23 Jan 2025 10:34:12 -0800 Subject: [PATCH] Release notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e708591..95e068c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## Unreleased - CKEditor fields no longer have extra bottom padding, and the CKEditor logo is now displayed over the bottom border. ([#252](https://github.com/craftcms/ckeditor/pull/252)) +- Added the ability to show the “Source” button for specific user groups. ([#318](https://github.com/craftcms/ckeditor/pull/318)) +- Added `craft\ckeditor\Field::$sourceEditingGroups`. +- Deprecated `craft\ckeditor\Field::$enableSourceEditingForNonAdmins`. ## 3.10.0 - 2024-10-19