Changeset 2575538
- Timestamp:
- 07/30/2021 10:04:45 PM (5 years ago)
- Location:
- fastcomments
- Files:
-
- 34 added
- 2 edited
-
tags/3.6 (added)
-
tags/3.6/.gitignore (added)
-
tags/3.6/LICENSE (added)
-
tags/3.6/README.md (added)
-
tags/3.6/README.txt (added)
-
tags/3.6/admin (added)
-
tags/3.6/admin/fastcomments-admin-setup-view.js (added)
-
tags/3.6/admin/fastcomments-admin-setup-view.php (added)
-
tags/3.6/admin/fastcomments-admin-sso-view.css (added)
-
tags/3.6/admin/fastcomments-admin-sso-view.js (added)
-
tags/3.6/admin/fastcomments-admin-sso-view.php (added)
-
tags/3.6/admin/fastcomments-admin-support-view.php (added)
-
tags/3.6/admin/fastcomments-admin-view.php (added)
-
tags/3.6/admin/fastcomments-admin.css (added)
-
tags/3.6/admin/fastcomments-admin.php (added)
-
tags/3.6/admin/images (added)
-
tags/3.6/admin/images/api.png (added)
-
tags/3.6/admin/images/crown.png (added)
-
tags/3.6/admin/images/css.png (added)
-
tags/3.6/admin/images/debugging.png (added)
-
tags/3.6/admin/images/download.png (added)
-
tags/3.6/admin/images/home.png (added)
-
tags/3.6/admin/images/logo-50.png (added)
-
tags/3.6/admin/images/logo.png (added)
-
tags/3.6/admin/images/support.png (added)
-
tags/3.6/admin/images/sync.png (added)
-
tags/3.6/core (added)
-
tags/3.6/core/FastCommentsIntegrationCore.php (added)
-
tags/3.6/core/FastCommentsWordPressIntegration.php (added)
-
tags/3.6/fastcomments-wordpress-plugin.php (added)
-
tags/3.6/public (added)
-
tags/3.6/public/fastcomments-public.php (added)
-
tags/3.6/public/fastcomments-widget-view.php (added)
-
tags/3.6/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
r2575536 r2575538 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. 76 Stable tag: 3. 55 Tested up to: 5.8 6 Stable tag: 3.6 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 3.6 = 88 * Tested with WordPress 5.8. 89 87 90 = 3.5 = 88 91 * When upgrading from 2.1, ensure user goes through setup process properly, but allow comments to still load. -
fastcomments/trunk/fastcomments-wordpress-plugin.php
r2575535 r2575538 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. 56 Version: 3.6 7 7 Author: winrid @ FastComments 8 8 License: GPL-2.0+ … … 14 14 } 15 15 16 $FASTCOMMENTS_VERSION = 3. 5;16 $FASTCOMMENTS_VERSION = 3.6; 17 17 18 18
Note: See TracChangeset
for help on using the changeset viewer.