Changeset 2656982
- Timestamp:
- 01/13/2022 06:17:31 AM (4 years ago)
- Location:
- fastcomments
- Files:
-
- 37 added
- 3 edited
-
tags/3.10.2 (added)
-
tags/3.10.2/.gitignore (added)
-
tags/3.10.2/LICENSE (added)
-
tags/3.10.2/README.md (added)
-
tags/3.10.2/README.txt (added)
-
tags/3.10.2/admin (added)
-
tags/3.10.2/admin/fastcomments-admin-advanced-settings-view.js (added)
-
tags/3.10.2/admin/fastcomments-admin-advanced-settings-view.php (added)
-
tags/3.10.2/admin/fastcomments-admin-setup-view.js (added)
-
tags/3.10.2/admin/fastcomments-admin-setup-view.php (added)
-
tags/3.10.2/admin/fastcomments-admin-sso-view.css (added)
-
tags/3.10.2/admin/fastcomments-admin-sso-view.js (added)
-
tags/3.10.2/admin/fastcomments-admin-sso-view.php (added)
-
tags/3.10.2/admin/fastcomments-admin-support-view.php (added)
-
tags/3.10.2/admin/fastcomments-admin-view.php (added)
-
tags/3.10.2/admin/fastcomments-admin.css (added)
-
tags/3.10.2/admin/fastcomments-admin.php (added)
-
tags/3.10.2/admin/images (added)
-
tags/3.10.2/admin/images/api.png (added)
-
tags/3.10.2/admin/images/crown.png (added)
-
tags/3.10.2/admin/images/css.png (added)
-
tags/3.10.2/admin/images/debugging.png (added)
-
tags/3.10.2/admin/images/download.png (added)
-
tags/3.10.2/admin/images/home.png (added)
-
tags/3.10.2/admin/images/logo-50.png (added)
-
tags/3.10.2/admin/images/logo.png (added)
-
tags/3.10.2/admin/images/settings.png (added)
-
tags/3.10.2/admin/images/support.png (added)
-
tags/3.10.2/admin/images/sync.png (added)
-
tags/3.10.2/core (added)
-
tags/3.10.2/core/FastCommentsIntegrationCore.php (added)
-
tags/3.10.2/core/FastCommentsWordPressIntegration.php (added)
-
tags/3.10.2/fastcomments-wordpress-plugin.php (added)
-
tags/3.10.2/public (added)
-
tags/3.10.2/public/fastcomments-public.php (added)
-
tags/3.10.2/public/fastcomments-widget-view.php (added)
-
tags/3.10.2/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/fastcomments-admin-setup-view.php (modified) (1 diff)
-
trunk/fastcomments-wordpress-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastcomments/trunk/README.txt
r2656916 r2656982 4 4 Requires at least: 4.6 5 5 Tested up to: 5.8 6 Stable tag: 3.10. 16 Stable tag: 3.10.2 7 7 Requires PHP: 5.2.4 8 8 License: GPLv2 or later … … 85 85 86 86 == Changelog == 87 88 = 3.10.2 = 89 * Friendly setup note. 87 90 88 91 = 3.10.1 = -
fastcomments/trunk/admin/fastcomments-admin-setup-view.php
r2577451 r2656982 37 37 <?php } ?> 38 38 39 <noscript> 40 <h3>Please enable JavaScript and reload the page to complete setup.</h3> 41 <p>JavaScript is not required to use FastComments to comment, but it is required for the initial setup.</p> 42 </noscript> 43 39 44 <?php 40 45 global $FASTCOMMENTS_VERSION; -
fastcomments/trunk/fastcomments-wordpress-plugin.php
r2656916 r2656982 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.10. 16 Version: 3.10.2 7 7 Author: winrid @ FastComments 8 8 License: GPL-2.0+
Note: See TracChangeset
for help on using the changeset viewer.