Changeset 2752858
- Timestamp:
- 07/07/2022 04:12:16 AM (4 years ago)
- Location:
- fastcomments
- Files:
-
- 40 added
- 3 edited
-
tags/3.12.3 (added)
-
tags/3.12.3/.gitignore (added)
-
tags/3.12.3/LICENSE (added)
-
tags/3.12.3/README.md (added)
-
tags/3.12.3/README.txt (added)
-
tags/3.12.3/admin (added)
-
tags/3.12.3/admin/fastcomments-admin-advanced-settings-view.js (added)
-
tags/3.12.3/admin/fastcomments-admin-advanced-settings-view.php (added)
-
tags/3.12.3/admin/fastcomments-admin-manual-sync-view.js (added)
-
tags/3.12.3/admin/fastcomments-admin-manual-sync-view.php (added)
-
tags/3.12.3/admin/fastcomments-admin-setup-view.js (added)
-
tags/3.12.3/admin/fastcomments-admin-setup-view.php (added)
-
tags/3.12.3/admin/fastcomments-admin-sso-view.css (added)
-
tags/3.12.3/admin/fastcomments-admin-sso-view.js (added)
-
tags/3.12.3/admin/fastcomments-admin-sso-view.php (added)
-
tags/3.12.3/admin/fastcomments-admin-support-view.php (added)
-
tags/3.12.3/admin/fastcomments-admin-view.php (added)
-
tags/3.12.3/admin/fastcomments-admin.css (added)
-
tags/3.12.3/admin/fastcomments-admin.php (added)
-
tags/3.12.3/admin/images (added)
-
tags/3.12.3/admin/images/api.png (added)
-
tags/3.12.3/admin/images/crown.png (added)
-
tags/3.12.3/admin/images/css.png (added)
-
tags/3.12.3/admin/images/debugging.png (added)
-
tags/3.12.3/admin/images/download.png (added)
-
tags/3.12.3/admin/images/home.png (added)
-
tags/3.12.3/admin/images/logo-50.png (added)
-
tags/3.12.3/admin/images/logo.png (added)
-
tags/3.12.3/admin/images/settings.png (added)
-
tags/3.12.3/admin/images/support.png (added)
-
tags/3.12.3/admin/images/sync-status.png (added)
-
tags/3.12.3/admin/images/sync.png (added)
-
tags/3.12.3/core (added)
-
tags/3.12.3/core/FastCommentsIntegrationCore.php (added)
-
tags/3.12.3/core/FastCommentsWordPressIntegration.php (added)
-
tags/3.12.3/fastcomments-wordpress-plugin.php (added)
-
tags/3.12.3/public (added)
-
tags/3.12.3/public/fastcomments-public.php (added)
-
tags/3.12.3/public/fastcomments-widget-view.php (added)
-
tags/3.12.3/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/core/FastCommentsIntegrationCore.php (modified) (1 diff)
-
trunk/fastcomments-wordpress-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastcomments/trunk/README.txt
r2752856 r2752858 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0 6 Stable tag: 3.12. 26 Stable tag: 3.12.3 7 7 Requires PHP: 5.2.5 8 8 License: GPLv2 or later … … 88 88 == Changelog == 89 89 90 = 3.12.3 = 91 * Decreasing time to wait in some cases after setup complete. 92 90 93 = 3.12.2 = 91 94 * Bugfixes on initial sync after changing data location. -
fastcomments/trunk/core/FastCommentsIntegrationCore.php
r2752856 r2752858 235 235 236 236 private function tryAckLock($name, $windowSeconds) { 237 $secondsRemaining = $windowSeconds;237 $secondsRemaining = 5; 238 238 $retryInterval = 1; 239 239 $gotLock = $this->canAckLock($name, $windowSeconds); -
fastcomments/trunk/fastcomments-wordpress-plugin.php
r2752856 r2752858 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. 26 Version: 3.12.3 7 7 Author: winrid @ FastComments 8 8 License: GPL-2.0+ … … 14 14 } 15 15 16 $FASTCOMMENTS_VERSION = 3.12 2;16 $FASTCOMMENTS_VERSION = 3.123; 17 17 18 18 require_once plugin_dir_path(__FILE__) . 'admin/fastcomments-admin.php';
Note: See TracChangeset
for help on using the changeset viewer.