From 305d98d24e63300831157bf384960194e171e9a8 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Fri, 18 Jan 2019 12:21:34 -0800 Subject: [PATCH] f0525d65f371c3bcb54504ace79edcbc6eca56ea fixed #3664 --- CHANGELOG-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index c11a6d8568a..5d471f5646b 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -20,7 +20,7 @@ - Fixed a bug where commercial plugins weren’t installable from the Plugin Store. - Fixed a bug where Matrix block type fields’ `beforeSave()` methods weren’t getting called. - Fixed a bug where Matrix fields could forget their content table name if they were created with a non-global context. -- Fixed a bug where links to the Plugin Store from Settings → Plugins were 404ing. +- Fixed a bug where links to the Plugin Store from Settings → Plugins were 404ing. ([#3664](https://github.com/craftcms/cms/issues/3664)) - Fixed a bug where soft-deleted sections and entry types were still showing up in the Control Panel. ([#3648](https://github.com/craftcms/cms/issues/3648)) - Fixed a bug where an update to Craft 3.1 would fail with a database error in some scenarios. - Fixed a bug where Plugin Store’s Try buttons would appear as disabled when they should be enabled. ([#3619](https://github.com/craftcms/cms/issues/3619))