diff --git a/package-lock.json b/package-lock.json index 6036928e12..66c685f46a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.93.0", + "version": "4.93.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3471e4402e..c2cb74aa94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.93.0", + "version": "4.93.2", "main": "./website/server/index.js", "dependencies": { "@google-cloud/trace-agent": "^3.6.0", diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 5869557e2d..204afa3348 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -798,9 +798,9 @@ "armorMystery201810Text": "Dark Forest Robes", "armorMystery201810Notes": "These robes are extra warm to protect you from the ghastly cold of haunted realms. Confers no benefit. October 2018 Subscriber Item.", "armorMystery201903Text": "Shell-ebration Armor", - "armorMystery201903Notes": "This shining garment has opals sewn into the front panel to grant you arcane powers and a fabulous look. Confers no benefit. April 2019 Subscriber Item.", + "armorMystery201903Notes": "People are dye-ing to know where you got this egg-cellent outfit! Confers no benefit. March 2019 Subscriber Item.", "armorMystery201904Text": "Opalescent Outfit", - "armorMystery201904Notes": "People are dye-ing to know where you got this egg-cellent outfit! Confers no benefit. March 2019 Subscriber Item.", + "armorMystery201904Notes": "This shining garment has opals sewn into the front panel to grant you arcane powers and a fabulous look. Confers no benefit. April 2019 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorMystery301703Text": "Steampunk Peacock Gown", diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index ac80f2be43..a73aeb0146 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers -const LAST_ANNOUNCEMENT_TITLE = 'APRIL SUBSCRIBER ITEMS!'; +const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR APRIL GOODIES!'; const worldDmg = { // @TODO bailey: false, }; @@ -30,12 +30,20 @@ api.getNews = {

${res.t('newStuff')}

-

4/25/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

4/30/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-

The April Subscriber Item Set has been revealed: the Opulent Opal Item Set! You only have until April 30 to receive the item set when you subscribe. If you're already an active subscriber, reload the site and then head to Inventory > Items to claim your gear!

-

Subscribers also receive the ability to buy Gems for Gold -- the longer you subscribe, the more gems you can buy per month! There are other perks as well, such as longer access to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running. Thank you very much for your support -- it means a lot to us.

+
+

Last Chance for Spring Fling Outfits, Customizations, Magic Hatching Potions, and Shiny Seeds

+

Today is the final day of the Spring Fling Festival, so if you still have any remaining Spring Fling Items that you want to buy, you'd better do it now! The special Spring Fling Equipment will not return for at least one year and will be available for gems instead of gold when it returns.

+

Pastel Skins and Shimmer Hair colors will also vanish when the Gala ends, so be sure to grab them from User > Edit Avatar!

+

Rainbow, Celestial, and Garden Magic Hatching Potions are also disappearing from the Market when the Gala ends. Make sure you snag all the potions you need before they're gone!

+

Plus, the Seasonal Shop will be closing down, so now's the time to seize those final items and stock up on Shiny Seeds!

+
+

Last Chance for Opulent Opal Set

+

Reminder: this is the final day to subscribe and receive the Opulent Opal Set! Subscribing also lets you buy Gems with Gold. The longer your subscription, the more Gems you get!

+

Thanks so much for your support! You help keep Habitica running.

by Beffymaroo
`,