Changeset 2746763
- Timestamp:
- 06/23/2022 03:30:01 AM (4 years ago)
- Location:
- fastcomments
- Files:
-
- 40 added
- 4 edited
-
tags/3.12.1 (added)
-
tags/3.12.1/.gitignore (added)
-
tags/3.12.1/LICENSE (added)
-
tags/3.12.1/README.md (added)
-
tags/3.12.1/README.txt (added)
-
tags/3.12.1/admin (added)
-
tags/3.12.1/admin/fastcomments-admin-advanced-settings-view.js (added)
-
tags/3.12.1/admin/fastcomments-admin-advanced-settings-view.php (added)
-
tags/3.12.1/admin/fastcomments-admin-manual-sync-view.js (added)
-
tags/3.12.1/admin/fastcomments-admin-manual-sync-view.php (added)
-
tags/3.12.1/admin/fastcomments-admin-setup-view.js (added)
-
tags/3.12.1/admin/fastcomments-admin-setup-view.php (added)
-
tags/3.12.1/admin/fastcomments-admin-sso-view.css (added)
-
tags/3.12.1/admin/fastcomments-admin-sso-view.js (added)
-
tags/3.12.1/admin/fastcomments-admin-sso-view.php (added)
-
tags/3.12.1/admin/fastcomments-admin-support-view.php (added)
-
tags/3.12.1/admin/fastcomments-admin-view.php (added)
-
tags/3.12.1/admin/fastcomments-admin.css (added)
-
tags/3.12.1/admin/fastcomments-admin.php (added)
-
tags/3.12.1/admin/images (added)
-
tags/3.12.1/admin/images/api.png (added)
-
tags/3.12.1/admin/images/crown.png (added)
-
tags/3.12.1/admin/images/css.png (added)
-
tags/3.12.1/admin/images/debugging.png (added)
-
tags/3.12.1/admin/images/download.png (added)
-
tags/3.12.1/admin/images/home.png (added)
-
tags/3.12.1/admin/images/logo-50.png (added)
-
tags/3.12.1/admin/images/logo.png (added)
-
tags/3.12.1/admin/images/settings.png (added)
-
tags/3.12.1/admin/images/support.png (added)
-
tags/3.12.1/admin/images/sync-status.png (added)
-
tags/3.12.1/admin/images/sync.png (added)
-
tags/3.12.1/core (added)
-
tags/3.12.1/core/FastCommentsIntegrationCore.php (added)
-
tags/3.12.1/core/FastCommentsWordPressIntegration.php (added)
-
tags/3.12.1/fastcomments-wordpress-plugin.php (added)
-
tags/3.12.1/public (added)
-
tags/3.12.1/public/fastcomments-public.php (added)
-
tags/3.12.1/public/fastcomments-widget-view.php (added)
-
tags/3.12.1/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/fastcomments-admin-setup-view.php (modified) (1 diff)
-
trunk/admin/fastcomments-admin.php (modified) (1 diff)
-
trunk/fastcomments-wordpress-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastcomments/trunk/README.txt
r2744374 r2746763 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0 6 Stable tag: 3.12. 06 Stable tag: 3.12.1 7 7 Requires PHP: 5.2.5 8 8 License: GPLv2 or later … … 88 88 == Changelog == 89 89 90 = 3.12.1 = 91 * Improved support for keeping your data in the EU. 92 90 93 = 3.12.0 = 91 94 * Support for keeping your data in the EU. -
fastcomments/trunk/admin/fastcomments-admin-setup-view.php
r2744374 r2746763 4 4 <p>We'll go through a couple steps before FastComments is activated.</p> 5 5 6 <?php if (!get_option('fastcomments_site') || get_option('fastcomments_site') === 'https://fastcomments.com') { ?> 7 <h2>Where should we put your data?</h2> 8 <p>Continue without changing anything and we will store your data replicated in all data centers.</p> 6 <?php if (get_option('fastcomments_site') === 'https://eu.fastcomments.com') { ?> 7 <h2>1. Where should we put your data?</h2> 8 <p>✔️ We will keep your data in the EU.</p> 9 10 <p> 11 <a class="button-primary button-not-in-eu" 12 href="?page=fastcomments&isEU=false">I'm not in the EU.</a> 13 </p> 14 <?php } else { ?> 15 <h2>1. Where should we put your data?</h2> 16 <p>Continue without changing anything and we will store your data replicated globally in all data centers.</p> 9 17 10 18 Do you want to only keep your users' data in the EU? 11 <a class="button-primary button-in-eu" 12 href="?isEU=true" 13 target="_blank">I'm in the EU.</a> 14 <?php } else { ?> 15 <h2>Where should we put your data?</h2> 16 <p>✔ We will keep your data in the EU.</p> 19 <p> 20 <a class="button-primary button-in-eu" 21 href="?page=fastcomments&isEU=true">I'm in the EU.</a> 22 </p> 17 23 18 <a class="button-primary button-not-in-eu" 19 href="?isEU=false" 20 target="_blank">I'm not in the EU.</a> 24 If you're not in the EU, you can continue to Step 2. 21 25 <?php } ?> 22 26 23 27 <?php if (!get_option('fastcomments_tenant_id')) { ?> 28 <h2>2. Connect and Sync</h2> 24 29 <ol> 25 30 <li><input type="checkbox" readonly="readonly" disabled>️ Connect WordPress with FastComments</li> -
fastcomments/trunk/admin/fastcomments-admin.php
r2744374 r2746763 162 162 } 163 163 } else { 164 if (isset($_GET['isEU'])) { 165 if ($_GET['isEU'] === 'true') { 166 update_option('fastcomments_site', 'https://eu.fastcomments.com'); 167 update_option('fastcomments_cdn', 'https://cdn-eu.fastcomments.com'); 168 } else { 169 update_option('fastcomments_site', 'https://fastcomments.com'); 170 update_option('fastcomments_cdn', 'https://cdn.fastcomments.com'); 171 } 172 } 164 173 require_once plugin_dir_path(__FILE__) . 'fastcomments-admin-setup-view.php'; 165 174 } -
fastcomments/trunk/fastcomments-wordpress-plugin.php
r2744374 r2746763 4 4 Plugin URI: https://fastcomments.com 5 5 Description: Live Comments, Fast. A comment system that will delight your users and developers. 6 Version: 3.12. 06 Version: 3.12.1 7 7 Author: winrid @ FastComments 8 8 License: GPL-2.0+ … … 14 14 } 15 15 16 $FASTCOMMENTS_VERSION = 3.12 0;16 $FASTCOMMENTS_VERSION = 3.121; 17 17 18 18 require_once plugin_dir_path(__FILE__) . 'admin/fastcomments-admin.php';
Note: See TracChangeset
for help on using the changeset viewer.