Skip to content

Commit bc71b79

Browse files
committed
Merge branch 'feature/PB-50415_13-Prepare-API-code-test3' into 'release'
PB-50415 Prepare v5.11.0-test.3 release See merge request passbolt/passbolt-ce-api!520
2 parents 50b1312 + 39a91d8 commit bc71b79

13 files changed

Lines changed: 81 additions & 56 deletions

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [5.11.0-test.3] - 2026-04-07
6+
### Added
7+
- PB-49875 OAuth support for smtp authentication
8+
- PB-50158 Add a feature flag to enable/disable Safari availability on a Passbolt instance
9+
- PB-50199 As an admin I can contain my_group_user in POST /groups.json
10+
11+
### Fixed
12+
- PB-49323 As a user creating a resource, I should not get a 500 if the secret passed is not an array of secrets
13+
- PB-40266 Health-check issues on Ubuntu 24 when running while being in a directory without the +x permission bit for www-data user (GITHUB #571)
14+
- PB-50021 As a guest, I should not get a 500 on GET /users.json?contain[pending_account_recovery_request]=1
15+
- PB-49823 Fix misleading email notification footer
16+
- PB-50028 GITHUB - Fix GPG authentication nonce UUID validation using incorrect comparison operand (#592, #596)
17+
- PB-50121 Replace rand() with a static counter to generate unique bind-parameter placeholder (GITHUB #595)
18+
- PB-50241 As a logged-in user I should not get a 500 when logging-in again
19+
- PB-49902 As a user I cannot create a v4 resource with v5 resource type
20+
21+
### Improved
22+
- PB-50489 Email digest batch sending improvements
23+
- PB-50070 Align X-Frame-Options with CSP and add missing X-XSS-Protection header
24+
25+
### Maintenance
26+
- PB-50133 Align allowCsvFormat variable name in plugin config.php
27+
- PB-50173 Fix composer security vulnerability advisory affecting phpseclib/phpseclib package (CVE-2026-32935)
28+
- PB-49096 Remove unused MFA assets & pages served by the browser extension
29+
530
## [5.11.0-test.2] - 2026-04-03
631
### Added
732
- PB-49875 OAuth support for smtp authentication

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release song: https://www.youtube.com/watch?v=9Nv-WHmjN7s
22

3-
Passbolt 5.11.0-test.2. Reapply "PB-40266 Health-check issues on Ubuntu 24 when running while being in a directory without the +x permission bit for www-data user (GITHUB #571)".
3+
Passbolt 5.11.0-test.3. Styleguide bump.
44

5-
## [5.11.0-test.2] - 2026-04-03
5+
## [5.11.0-test.3] - 2026-04-07
66
### Added
77
- PB-49875 OAuth support for smtp authentication
88
- PB-50158 Add a feature flag to enable/disable Safari availability on a Passbolt instance

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '5.11.0-test.2',
4+
'version' => '5.11.0-test.3',
55
'name' => 'TBD',
66
],
77
'php' => [

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"grunt-contrib-watch": "^1.1.0",
2525
"lockfile-lint": "^4.14.1",
2626
"openpgp": "^5.11.3",
27-
"passbolt-styleguide": "^5.11.1"
27+
"passbolt-styleguide": "^5.11.2"
2828
},
2929
"scripts": {
3030
"lint": "npm run lint:lockfile",

webroot/css/themes/default/api_authentication.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webroot/css/themes/default/api_main.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webroot/css/themes/default/ext_authentication.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webroot/css/themes/midgar/api_authentication.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webroot/css/themes/midgar/api_main.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)