Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Maxx Crawford
8ace15f49f
Merge pull request #2591 from mozilla/8.1.3-candidate
Firefox Accounts Rebrand (Dot Release)
2023-10-24 15:25:04 -05:00
maxxcrawford
dc53cc40d6
Add latest strings 2023-10-24 15:22:23 -05:00
maxxcrawford
a18a22e2f6
Fix addons-linter.sh 2023-10-24 13:30:38 -05:00
maxxcrawford
05f63e0759
Fix failing test 2dfd1ee4bb 2023-10-24 13:28:05 -05:00
maxxcrawford
944b849b2f
Bump version number to 8.1.3 2023-10-24 13:10:33 -05:00
maxxcrawford
6383825c95
FXA Rebrand 60466258b8 2023-10-24 13:08:44 -05:00
Danny Colin
9017b9be9b
Merge pull request #2488 from mozilla/8.1.2-release
Bump version number for AMO submission
2023-01-17 16:14:59 -05:00
Maxx Crawford
9d1371c34a
Bump version number for AMO submission 2023-01-17 15:08:41 -06:00
9 changed files with 11 additions and 11 deletions

View file

@ -32,4 +32,4 @@ rm -rf $TMPDIR/src/_locales/.github || die
print G "done."
print Y "Running the test..."
$(npm bin)/addons-linter $TMPDIR/src || die
npx addons-linter $TMPDIR/src || die

View file

@ -23,4 +23,4 @@ if [[ $# -gt 0 ]]; then
EXTRA_PARAMS="--filename $1"
fi
$(npm bin)/web-ext build --overwrite-dest $EXTRA_PARAMS || die
npx web-ext build --overwrite-dest $EXTRA_PARAMS || die

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "testpilot-containers",
"version": "8.1.1",
"version": "8.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

@ -2,7 +2,7 @@
"name": "testpilot-containers",
"title": "Multi-Account Containers",
"description": "Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
"version": "8.1.1",
"version": "8.1.3",
"author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston",
"bugs": {
"url": "https://github.com/mozilla/multi-account-containers/issues"

@ -1 +1 @@
Subproject commit 417e6294ed767914b617a5e56ccbe67482df181c
Subproject commit d3301069f51262e8cf493a86aa2785cf3261141e

View file

@ -640,7 +640,7 @@ Logic.registerPanel(P_ONBOARDING_7, {
// Let's move to the containers list panel.
Utils.addEnterHandler(document.querySelector("#sign-in"), async () => {
browser.tabs.create({
url: "https://accounts.firefox.com/?service=sync&action=email&context=fx_desktop_v3&entrypoint=multi-account-containers&utm_source=addon&utm_medium=panel&utm_campaign=container-sync",
url: "https://accounts.firefox.com/?service=sync&action=email&context=fx_desktop_v3&entrypoint=multi-account-containers&utm_source=addon&utm_medium=panel&utm_campaign=container-sync&brand=mozilla",
});
await Logic.setOnboardingStage(7);
Logic.showPanel(P_ONBOARDING_8);

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Firefox Multi-Account Containers",
"version": "8.1.1",
"version": "8.1.3",
"incognito": "not_allowed",
"description": "__MSG_extensionDescription__",
"icons": {

View file

@ -40,7 +40,7 @@
</div>
</div>
</div>
<h3 data-i18n-message-id="firefoxAccountsSync"></h3>
<h3 data-i18n-message-id="sync"></h3>
<div class="settings-group">
<label>
<input type="checkbox" id="syncCheck">

View file

@ -44,7 +44,7 @@
<div class="panel onboarding onboarding-panel-6 hide" id="onboarding-panel-6">
<img class="onboarding-img" alt="" src="/img/Sync.svg" />
<h3 class="onboarding-title" data-i18n-message-id="onboarding-6-header"></h3>
<p data-i18n-message-id="onboarding-6-description"></p>
<p data-i18n-message-id="onboarding-6-description-2"></p>
<div class="half-button-wrapper">
<a href="#" id="no-sync" class="half-onboarding-button grey-button keyboard-nav" tabindex="0" data-i18n-message-id="notNow"></a>
<a href="#" id="start-sync-button" class="half-onboarding-button keyboard-nav" tabindex="0" data-i18n-message-id="startSyncing"></a>
@ -53,8 +53,8 @@
<div class="panel onboarding onboarding-panel-7 hide" id="onboarding-panel-7">
<img class="onboarding-img" alt="" src="/img/Account.svg" />
<h3 class="onboarding-title" data-i18n-message-id="onboarding-7-header"></h3>
<p data-i18n-message-id="onboarding-7-description"></p>
<h3 class="onboarding-title" data-i18n-message-id="onboarding-7-header-2"></h3>
<p data-i18n-message-id="onboarding-7-description-2"></p>
<div class="half-button-wrapper">
<a href="#" id="no-sign-in" class="half-onboarding-button grey-button keyboard-nav" tabindex="0" data-i18n-message-id="notNow"></a>
<a href="#" id="sign-in" class="half-onboarding-button keyboard-nav" tabindex="0" data-i18n-message-id="signIn"></a>