diff --git a/CHANGELOG.md b/CHANGELOG.md index 3561d1c972..487abda7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.6.0-rc.1] - 2024-03-11 +### Added +- PB-24485 As an administrator I can view the API healthcheck in the administration section +- PB-29396 As an administrator I can hide the share folder capability with a RBAC +- PB-25463 As an administrator I can disable the healthcheck index endpoint with a flag +- PB-29397 As an administrator I can disable the healthcheck administration panel with a flag + +### Improved +- PB-29009 As an administrator completing my setup I should not receive a notification that I completed my setup +- PB-26152 The API should identify openpgpjs v5.10 revoked key as revoked +- PB-29437 As an administrator I can log internal errors with the complete trace in Json format + +### Security +- PB-30155 Update phpseclib/phpseclib to fix composer security vulnerability + +### Fixed +- PB-30019 As a user I should not get a 500 when editing a user with payload containing integers as fields +- PB-29964 As an administrator disabling a user I should not get a 500 if the disabled date is not valid +- PB-29970 As a group manager I should receive an accurate summary in my notifications on group permission changes +- PB-29054 As an administrator I should not get an error when running the cleanup command and the users table does not exist +- PB-28719 As an administrator sending emails the timezone displayed in the emails should be in the correct time zone +- PB-30266 As an administrator sending emails with the email digest the message ID should be defined + +### Maintenance +- PB-28247 Update cakephp/cakephp to version 4.5 + ## [4.6.0-test.1] - 2024-03-07 ### Added - PB-24485 As an administrator I can view the API healthcheck in the administration section diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0785e2d9a7..6bafc3b1a1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,7 +10,7 @@ The best part? All you have to do is head to GitHub and dive in! Of course, you Enjoy the testing journey! ♥️ -## [4.6.0-test.1] - 2024-03-07 +## [4.6.0-rc.1] - 2024-03-11 ### Added - PB-24485 As an administrator I can view the API healthcheck in the administration section - PB-29396 As an administrator I can hide the share folder capability with a RBAC diff --git a/config/version.php b/config/version.php index 8bee4d79e2..5ba380f862 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ [ - 'version' => '4.6.0-test.1', + 'version' => '4.6.0-rc.1', 'name' => 'Purple Haze', ], 'php' => [ diff --git a/package-lock.json b/package-lock.json index 59aa4618f2..a8076de1bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "jquery": "^3.5.1", "lockfile-lint": "^4.12.1", "openpgp": "5.2.1", - "passbolt-styleguide": "^4.6.0" + "passbolt-styleguide": "^4.6.1" }, "engines": { "node": ">=16.14.0", @@ -2358,9 +2358,9 @@ } }, "node_modules/passbolt-styleguide": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/passbolt-styleguide/-/passbolt-styleguide-4.6.0.tgz", - "integrity": "sha512-3CXAO4DvJV4Zih3E+jpQ1afPse8rxyFZfqDlRfw1Dmglgoc95udH1XBWbRL9Ar2dsFkNxAcU469cs4RiQvH1oQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/passbolt-styleguide/-/passbolt-styleguide-4.6.1.tgz", + "integrity": "sha512-bkSrBF1+MyW3luCFsou0AApzhoY93erRPVKEKk1HFTtYzPDRxXYINKJ8U0Rn7Jm+IvQ7HoaryHyhh8qt/iDnWA==", "dev": true, "dependencies": { "@testing-library/dom": "^8.11.3", @@ -5228,9 +5228,9 @@ "dev": true }, "passbolt-styleguide": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/passbolt-styleguide/-/passbolt-styleguide-4.6.0.tgz", - "integrity": "sha512-3CXAO4DvJV4Zih3E+jpQ1afPse8rxyFZfqDlRfw1Dmglgoc95udH1XBWbRL9Ar2dsFkNxAcU469cs4RiQvH1oQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/passbolt-styleguide/-/passbolt-styleguide-4.6.1.tgz", + "integrity": "sha512-bkSrBF1+MyW3luCFsou0AApzhoY93erRPVKEKk1HFTtYzPDRxXYINKJ8U0Rn7Jm+IvQ7HoaryHyhh8qt/iDnWA==", "dev": true, "requires": { "@testing-library/dom": "^8.11.3", diff --git a/package.json b/package.json index f46d47377b..9e72fc5a46 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jquery": "^3.5.1", "lockfile-lint": "^4.12.1", "openpgp": "5.2.1", - "passbolt-styleguide": "^4.6.0" + "passbolt-styleguide": "^4.6.1" }, "scripts": { "lint": "npm run lint:lockfile",