Bug 1925093 - Add donation appeal to 115. r=sancus a=coreycb THUNDERBIRD_115_16_2_BUILD1 THUNDERBIRD_115_16_2_RELEASE
authorAlessandro Castellani <alessandro@thunderbird.net>
Wed, 16 Oct 2024 14:00:19 -0700 (9 months ago)
changeset 52402 2322e882f0b2a5c24135e5efabfe6f42d047eaff
parent 52401 9c5f8f81fcec95ffe55d5238f9ada44b686be0e8
child 52403 8910116a0060c620157cc3fadcf6ba96677438cd
push id4391
push userrob@thunderbird.net
push dateWed, 16 Oct 2024 22:19:44 +0000 (9 months ago)
treeherdercomm-esr115@2322e882f0b2 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewerssancus, coreycb
bugs1925093
Bug 1925093 - Add donation appeal to 115. r=sancus a=coreycb
mail/app/profile/all-thunderbird.js
--- a/mail/app/profile/all-thunderbird.js
+++ b/mail/app/profile/all-thunderbird.js
@@ -1407,19 +1407,19 @@ pref("services.sync.engine.addressbooks"
 pref("services.sync.engine.addresses", false);
 pref("services.sync.engine.calendars", true);
 pref("services.sync.engine.creditcards", false);
 pref("services.sync.engine.identities", true);
 pref("services.sync.engine.prefs", false);
 #endif
 
 // Donation appeal.
-pref("app.donation.eoy.version", 5);
+pref("app.donation.eoy.version", 6);
 pref("app.donation.eoy.version.viewed", 0);
-pref("app.donation.eoy.url", "https://www.thunderbird.net/thunderbird/115.0/spring24/");
+pref("app.donation.eoy.url", "https://www.thunderbird.net/thunderbird/115.0/appeal24/");
 
 // Beta appeal
 pref("app.beta_appeal.version", 3);
 pref("app.beta_appeal.version.viewed", 0);
 pref("app.beta_appeal.url", "https://www.thunderbird.net/thunderbird/115.0/beta-appeal/?locale=%LOCALE%&version=%VERSION%&channel=%CHANNEL%&os=%OS%&buildid=%APPBUILDID%");
 // June 21st expiry.
 pref("app.beta_appeal.expiry", 1718902800);