Changeset 2733525
- Timestamp:
- 05/29/2022 06:14:21 PM (4 years ago)
- Location:
- fastcomments
- Files:
-
- 40 added
- 2 edited
-
tags/3.11.1 (added)
-
tags/3.11.1/.gitignore (added)
-
tags/3.11.1/LICENSE (added)
-
tags/3.11.1/README.md (added)
-
tags/3.11.1/README.txt (added)
-
tags/3.11.1/admin (added)
-
tags/3.11.1/admin/fastcomments-admin-advanced-settings-view.js (added)
-
tags/3.11.1/admin/fastcomments-admin-advanced-settings-view.php (added)
-
tags/3.11.1/admin/fastcomments-admin-manual-sync-view.js (added)
-
tags/3.11.1/admin/fastcomments-admin-manual-sync-view.php (added)
-
tags/3.11.1/admin/fastcomments-admin-setup-view.js (added)
-
tags/3.11.1/admin/fastcomments-admin-setup-view.php (added)
-
tags/3.11.1/admin/fastcomments-admin-sso-view.css (added)
-
tags/3.11.1/admin/fastcomments-admin-sso-view.js (added)
-
tags/3.11.1/admin/fastcomments-admin-sso-view.php (added)
-
tags/3.11.1/admin/fastcomments-admin-support-view.php (added)
-
tags/3.11.1/admin/fastcomments-admin-view.php (added)
-
tags/3.11.1/admin/fastcomments-admin.css (added)
-
tags/3.11.1/admin/fastcomments-admin.php (added)
-
tags/3.11.1/admin/images (added)
-
tags/3.11.1/admin/images/api.png (added)
-
tags/3.11.1/admin/images/crown.png (added)
-
tags/3.11.1/admin/images/css.png (added)
-
tags/3.11.1/admin/images/debugging.png (added)
-
tags/3.11.1/admin/images/download.png (added)
-
tags/3.11.1/admin/images/home.png (added)
-
tags/3.11.1/admin/images/logo-50.png (added)
-
tags/3.11.1/admin/images/logo.png (added)
-
tags/3.11.1/admin/images/settings.png (added)
-
tags/3.11.1/admin/images/support.png (added)
-
tags/3.11.1/admin/images/sync-status.png (added)
-
tags/3.11.1/admin/images/sync.png (added)
-
tags/3.11.1/core (added)
-
tags/3.11.1/core/FastCommentsIntegrationCore.php (added)
-
tags/3.11.1/core/FastCommentsWordPressIntegration.php (added)
-
tags/3.11.1/fastcomments-wordpress-plugin.php (added)
-
tags/3.11.1/public (added)
-
tags/3.11.1/public/fastcomments-public.php (added)
-
tags/3.11.1/public/fastcomments-widget-view.php (added)
-
tags/3.11.1/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/fastcomments-wordpress-plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastcomments/trunk/README.txt
r2678152 r2733525 3 3 Tags: live comments, comments, comment spam, comment system, fast comments, live commenting 4 4 Requires at least: 4.6 5 Tested up to: 5.96 Stable tag: 3.11. 05 Tested up to: 6.0 6 Stable tag: 3.11.1 7 7 Requires PHP: 5.2.5 8 8 License: GPLv2 or later … … 86 86 == Changelog == 87 87 88 = 3.11.1 = 89 * WordPress 6 90 88 91 = 3.11.0 = 89 92 * Option to opt out of initial sync during setup. -
fastcomments/trunk/fastcomments-wordpress-plugin.php
r2678152 r2733525 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.11. 06 Version: 3.11.1 7 7 Author: winrid @ FastComments 8 8 License: GPL-2.0+ … … 14 14 } 15 15 16 $FASTCOMMENTS_VERSION = 3.11 0;16 $FASTCOMMENTS_VERSION = 3.111; 17 17 18 18 require_once plugin_dir_path(__FILE__) . 'admin/fastcomments-admin.php';
Note: See TracChangeset
for help on using the changeset viewer.