diff --git a/.changelog.md.twig b/.changelog.md.twig index 387bed4..9be22d5 100644 --- a/.changelog.md.twig +++ b/.changelog.md.twig @@ -2,7 +2,7 @@ ## Overview -This release includes [CMS and Framework version X.X.X](#). +This release includes [Silverstripe CMS version X.X.X](#). {% if version.stability == 'rc' %} @@ -12,7 +12,7 @@ This version of CWP is a **release candidate** for an upcoming stable version, a {% elseif version.stable %} -Upgrading to Recipe {{ version }} is recommended for all CWP sites. This upgrade can be carried out by any development team familiar with SilverStripe. However, if you would like SilverStripe's assistance, you can request support via the [Service Desk](https://www.cwp.govt.nz/service-desk/new-request/). +Upgrading to Recipe {{ version }} is recommended for all CWP sites. This upgrade can be carried out by any development team familiar with the Silverstripe CMS. However, if you would like Silverstripe and the CWP team's assistance, you can request support via the [Service Desk](https://www.cwp.govt.nz/service-desk/new-request/). ## New features diff --git a/composer.json b/composer.json index 8f1ffa5..b3f2068 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,6 @@ "silverstripe/textextraction": "3.x-dev", "silverstripe/realme": "4.x-dev", "silverstripe/ckan-registry": "1.x-dev", - "silverstripe/mfa": "4.x-dev", - "silverstripe/totp-authenticator": "4.x-dev", "silverstripe/webauthn-authenticator": "4.x-dev", "silverstripe/security-extensions": "4.x-dev", "silverstripe/login-forms": "4.x-dev", @@ -33,10 +31,6 @@ "mikey179/vfsstream": "^1.6", "sminnee/phpunit-mock-objects": "^3.4.5" }, - "suggest": { - "silverstripe/mfa": "Add MFA authentication. Only available in PHP ^7.1.", - "silverstripe/totp-authenticator": "Add TOTP for the silverstripe/mfa module. Only available in PHP ^7.1." - }, "extra": { "project-files": [] },