You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip
* refactor licensing messaging, add global header badge
* wip ...
- Move to a vue component instead of having logic in the root App.vue
- Closing the modal or navigating to the licenses page will trigger a snooze
- License manager alert only cares about when licenses are invalid
- License request failues are handled on the pro badge by turning it yellow and putting the error in a tooltip.
- Tooltip component becomes "disabled" and just renders the slot if there's no text.
* Snooze is 5 minutes on production, a full day in dev.
* No longer need hasLicenseBanner. The component won't be rendered at all if it doesnt need to be.
* Make modal non-dismissible. It was so easy to accidentally close the modal by clicking outside of it and now you wont see it again for a whole day.
* If on production, the pro badge says "Unlicensed" in red instead of "Trial Mode" in green.
* Improve badge-as-link dark hover colors
---------
Co-authored-by: Jason Varga <jason@pixelfear.com>
Copy file name to clipboardExpand all lines: resources/lang/en/messages.php
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -173,14 +173,14 @@
173
173
'licensing_error_unlicensed' => 'Unlicensed',
174
174
'licensing_incorrect_key_format_body' => 'Your site key format is incorrect. Site keys are 16-character alphanumeric strings. Get your current key from your account at <a href="https://statamic.com" class="underline">statamic.com</a>. Do not use legacy UUID license keys.',
175
175
'licensing_incorrect_key_format_heading' => 'Incorrect site key format',
176
-
'licensing_production_alert' => 'This site is using Statamic Pro and commercial addons. Please purchase appropriate licenses.',
177
-
'licensing_production_alert_addons' => 'This site is using commercial addons. Please purchase appropriate licenses.',
178
-
'licensing_production_alert_renew_statamic' => 'Using this version of Statamic Pro requires a license renewal.',
179
-
'licensing_production_alert_statamic' => 'This site is using Statamic Pro. Please purchase a license.',
180
-
'licensing_sync_instructions' => 'Data from statamic.com is synced once per hour. Force a sync to see any changes you\'ve made.',
181
-
'licensing_trial_mode_alert' => 'This site is using Statamic Pro and commercial addons. Valid licenses are required before launch.',
182
-
'licensing_trial_mode_alert_addons' => 'This site is using commercial addons. Valid licenses are required before launch.',
183
-
'licensing_trial_mode_alert_statamic' => 'This site is using Statamic Pro. A valid license is required before launch.',
176
+
'licensing_production_alert' => 'This site is running Statamic Pro and commercial addons on a production domain. To continue using these features, please ensure you have valid licenses.',
177
+
'licensing_production_alert_addons' => 'This site is using commercial addons on a production domain. To continue using these features, please ensure you have valid licenses.',
178
+
'licensing_production_alert_renew_statamic' => 'Your Statamic Pro license needs to be renewed to use this version. Please update your license or downgrade your Statamic version to continue.',
179
+
'licensing_production_alert_statamic' => 'This site is running Statamic Pro on a production domain. To continue using Pro features, please ensure you have a valid license.',
180
+
'licensing_sync_instructions' => 'License data syncs from statamic.com hourly. Use the sync button to check for any recent changes you\'ve made.',
181
+
'licensing_trial_mode_alert' => 'This site is using Statamic Pro and commercial addons in trial mode. Valid licenses will be required when you\'re ready to launch.',
182
+
'licensing_trial_mode_alert_addons' => 'This site is using commercial addons in trial mode. Valid licenses will be required when you\'re ready to launch.',
183
+
'licensing_trial_mode_alert_statamic' => 'Thanks for trying Statamic Pro! This site is currently in trial mode — please enter a license before your site goes live.',
184
184
'licensing_utility_description' => 'View and resolve licensing details.',
185
185
'max_depth_instructions' => 'Set the max page nesting level.',
186
186
'max_items_instructions' => 'Set a maximum number of selectable items.',
0 commit comments