From 6a9dd066c9a4317714aa1444f4ca7a5e5a60977d Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Thu, 1 Jun 2017 18:13:37 +0800 Subject: [PATCH] Move changelog item to V3 where it should have gone. --- CHANGELOG-v3.md | 1 + CHANGELOG.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index 0c4eb13a3fd..ba6012758d0 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -16,6 +16,7 @@ Craft CMS 3.0 Working Changelog - Fixed a 403 error that occurred when a non-Admin attempted to edit a Category on a single-site install. ([#1729](https://github.com/craftcms/cms/issues/1729)) - Fixed a bug where plugin index templates weren’t getting resolved without appending an `/index` to the end of the template path. - Fixed a PHP error that occurred when saving an element with a Number field, if using a locale with a non-US number format. ([#1739](https://github.com/craftcms/cms/issues/1739)) +- Fixed a bug where a plugin’s control panel nav item was not having it’s `subnav` rendered within the control panel navigation. - Fixed a bug where `craft\web\View::head()`, `beginBody()`, and `endBody()` were getting called for non-“page” templates that contained `` and/or `` tags. ([#1742](https://github.com/craftcms/cms/issues/1742)) - Fixed a bug where singles were forgetting their field layouts when their section settings were re-saved. ([#1743](https://github.com/craftcms/cms/issues/1743)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 079252d5d72..9aba5901dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ Craft CMS Changelog - Fixed a bug where clicking Enter/Return on a time field with a manually-entered time would change the value to the closest rounded time value. ([#1720](https://github.com/craftcms/cms/issues/1720)) - Fixed a bug where resaving Elements task would fail in some cases. - Fixed a bug where entries’ titles weren’t getting updated automatically after saving a Section, for Entry Types with dynamic titles. ([#1728](https://github.com/craftcms/cms/issues/1728)) -- Fixed a bug where a plugin’s control panel nav item was not having it’s `subnav` rendered within the control panel navigation. - Fixed a bug where the Get Help widget would check for the existence of the log file path when trying to zip up site templates, if that option was selected. - Fixed a bug where the Edit Entry page wouldn’t show the current revision notes for the current entry if it was displaying any validation errors. ([#1747](https://github.com/craftcms/cms/issues/1747)) - Fixed a bug where the revision dropdown on the Edit Entry page would attribute the current version to the entry author, if version history wasn’t known for the entry. ([#1746](https://github.com/craftcms/cms/issues/1746))