From f1bf597af50c17d5c86d53ece6c6d55b773cf721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loegel?= Date: Thu, 16 May 2024 14:02:35 +0200 Subject: [PATCH] PB-33541: Bump browser extension version --- CHANGELOG.md | 7 ++++++- RELEASE_NOTES.md | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- src/chrome-mv3/manifest.json | 2 +- src/chrome/manifest.json | 2 +- src/firefox/manifest.json | 2 +- src/safari/manifest.json | 2 +- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1d38a4..d6577f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.8.0] - 2024-05-16 +### Maintenance +- PB-33541 Chrome Extension Manifest upgrade to version 3 + ## [4.7.8] - 2024-05-14 ### Fixed - PB-33410 Fix Chrome Extension frozen and unusable after some period of inactivity @@ -1615,7 +1619,8 @@ self registration settings option in the left-side bar - AP: User with plugin installed - LU: Logged in user -[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.8...HEAD +[Unreleased]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.8.0...HEAD +[4.8.0]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.8...4.8.0 [4.7.8]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.7...v4.7.8 [4.7.7]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.6...v4.7.7 [4.7.6]: https://github.com/passbolt/passbolt_browser_extension/compare/v4.7.5...v4.7.6 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 22d910eb..9b63e143 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ -Song: https://www.youtube.com/watch?v=YR5ApYxkU-U +Song: https://www.youtube.com/watch?v=hbe3CQamF8k -Passbolt v4.7.8 is a maintenance release fixing issue introduces on v4.7.0 which might lead to unresponsive browser extension. +Passbolt is pleased to announce that the v4.8.0 Release Candidate is officially available for testing. This maintenance release aims to publish the first version of the Manifest v3 browser extension for Chrome and adds tools for administrators to help them maintain their instances. As always, your feedback is invaluable, so please share and report any issues you come across. -## [4.7.8] - 2024-05-14 -### Fixed -- PB-33410 Chrome Extension frozen and unusable after some period of inactivity \ No newline at end of file +## [4.8.0] - 2024-05-16 +### Maintenance +- PB-33541 Chrome Extension Manifest upgrade to version 3 diff --git a/package-lock.json b/package-lock.json index 2e8a204c..719d7d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt-browser-extension", - "version": "4.7.8", + "version": "4.8.0-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt-browser-extension", - "version": "4.7.8", + "version": "4.8.0-rc.0", "license": "AGPL-3.0", "dependencies": { "await-lock": "^2.1.0", diff --git a/package.json b/package.json index 7ec89f84..d643ea21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt-browser-extension", - "version": "4.7.8", + "version": "4.8.0-rc.0", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams", diff --git a/src/chrome-mv3/manifest.json b/src/chrome-mv3/manifest.json index b7fda48a..378a179a 100644 --- a/src/chrome-mv3/manifest.json +++ b/src/chrome-mv3/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.8", + "version": "4.8.0", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": { diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index a1f7fadb..e5d6d44a 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.8", + "version": "4.8.0", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/firefox/manifest.json b/src/firefox/manifest.json index 34db7097..c5018934 100644 --- a/src/firefox/manifest.json +++ b/src/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.8", + "version": "4.8.0", "description": "__MSG_appDescription__", "default_locale": "en", "browser_specific_settings": { diff --git a/src/safari/manifest.json b/src/safari/manifest.json index b465ba2d..6af90c06 100644 --- a/src/safari/manifest.json +++ b/src/safari/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "4.7.8", + "version": "4.8.0", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {},