Skip to content

Commit

Permalink
Merge branch 'feature/PB-33541_12-Prepare-browser-extension' into 're…
Browse files Browse the repository at this point in the history
…lease'

PB-33541: Bump browser extension version

See merge request passbolt/passbolt-browser-extension!878
  • Loading branch information
cedricalfonsi committed May 16, 2024
2 parents 799389c + f1bf597 commit eab7acf
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
## [4.8.0] - 2024-05-16
### Maintenance
- PB-33541 Chrome Extension Manifest upgrade to version 3
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/chrome-mv3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/safari/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit eab7acf

Please sign in to comment.