From b063ff88c81a887930424a32aae2b23466d8efb6 Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 4 Apr 2026 09:07:19 +0530 Subject: [PATCH 1/3] feat: add opt-out hint to pro trial upgrade dialog and update trial to 15 days --- src/nls/root/strings.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 7ad41b058..aaa44a8fb 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -2046,7 +2046,7 @@ define({ // promos "PROMO_UPGRADE_TITLE": "You’ve been upgraded to {0}", - "PROMO_UPGRADE_MESSAGE": "Enjoy access to these premium features for the next {0} days:", + "PROMO_UPGRADE_MESSAGE": "Enjoy free access to these premium features for the next {0} days:", "PROMO_CARD_1": "Edit In Live Preview", "PROMO_CARD_1_MESSAGE": "Edit content and elements right in Live Preview - cut, copy, paste, duplicate, delete - without breaking your flow.", "PROMO_CARD_2": "Drag & Drop Elements", @@ -2056,6 +2056,8 @@ define({ "PROMO_CARD_4": "Inspect Element Layout", "PROMO_CARD_4_MESSAGE": "Design and inspect in one view - hover to see spacing, dimensions, and classes. Ruler guides for pixel-perfect alignment.", "PROMO_LEARN_MORE": "Learn More\u2026", + "PROMO_OPT_OUT_LINK": "Opt out?", + "PROMO_OPT_OUT_NOTE": "You can cancel your trial anytime by selecting `Help > Cancel Phoenix Pro Trial`.", "PROMO_UPGRADE_APP_UPSELL_BUTTON": "Upgrade to {0}", "PROMO_PRO_ENDED_TITLE": "{0} trial ended", "PROMO_PHOENIX_PRO_ENDED_MESSAGE": "Thanks for trying Pro! You're now on the Free Community Edition.
Upgrade anytime to unlock these features:", From 30799ef2fc6f47c3ee78f40372891d5a167a43a6 Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 4 Apr 2026 09:10:09 +0530 Subject: [PATCH 2/3] build: update pro deps --- src-node/package-lock.json | 4 ++-- tracking-repos.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-node/package-lock.json b/src-node/package-lock.json index cd90912d4..af90c1033 100644 --- a/src-node/package-lock.json +++ b/src-node/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phcode/node-core", - "version": "5.1.6-0", + "version": "5.1.7-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phcode/node-core", - "version": "5.1.6-0", + "version": "5.1.7-0", "hasInstallScript": true, "license": "GNU-AGPL3.0", "dependencies": { diff --git a/tracking-repos.json b/tracking-repos.json index d6a57b37c..1f89327f9 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "0fe5aec11b51afaab09ab043011834855ad8afd9" + "commitID": "7461ffc60afaf12c63024101febcfa7f1aeff8bd" } } From 5675fbf0d99c3783607052ac11b30bf8b2988b92 Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 4 Apr 2026 10:14:16 +0530 Subject: [PATCH 3/3] build: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index 1f89327f9..d9ea48c80 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "7461ffc60afaf12c63024101febcfa7f1aeff8bd" + "commitID": "9bf998b2c6c137a9bfdd2b715975a28fb8311b7e" } }