Changeset 2906763
- Timestamp:
- 05/02/2023 01:20:49 AM (3 years ago)
- Location:
- fastcomments
- Files:
-
- 40 added
- 2 edited
-
tags/3.12.7 (added)
-
tags/3.12.7/.gitignore (added)
-
tags/3.12.7/LICENSE (added)
-
tags/3.12.7/README.md (added)
-
tags/3.12.7/README.txt (added)
-
tags/3.12.7/admin (added)
-
tags/3.12.7/admin/fastcomments-admin-advanced-settings-view.js (added)
-
tags/3.12.7/admin/fastcomments-admin-advanced-settings-view.php (added)
-
tags/3.12.7/admin/fastcomments-admin-manual-sync-view.js (added)
-
tags/3.12.7/admin/fastcomments-admin-manual-sync-view.php (added)
-
tags/3.12.7/admin/fastcomments-admin-setup-view.js (added)
-
tags/3.12.7/admin/fastcomments-admin-setup-view.php (added)
-
tags/3.12.7/admin/fastcomments-admin-sso-view.css (added)
-
tags/3.12.7/admin/fastcomments-admin-sso-view.js (added)
-
tags/3.12.7/admin/fastcomments-admin-sso-view.php (added)
-
tags/3.12.7/admin/fastcomments-admin-support-view.php (added)
-
tags/3.12.7/admin/fastcomments-admin-view.php (added)
-
tags/3.12.7/admin/fastcomments-admin.css (added)
-
tags/3.12.7/admin/fastcomments-admin.php (added)
-
tags/3.12.7/admin/images (added)
-
tags/3.12.7/admin/images/api.png (added)
-
tags/3.12.7/admin/images/crown.png (added)
-
tags/3.12.7/admin/images/css.png (added)
-
tags/3.12.7/admin/images/debugging.png (added)
-
tags/3.12.7/admin/images/download.png (added)
-
tags/3.12.7/admin/images/home.png (added)
-
tags/3.12.7/admin/images/logo-50.png (added)
-
tags/3.12.7/admin/images/logo.png (added)
-
tags/3.12.7/admin/images/settings.png (added)
-
tags/3.12.7/admin/images/support.png (added)
-
tags/3.12.7/admin/images/sync-status.png (added)
-
tags/3.12.7/admin/images/sync.png (added)
-
tags/3.12.7/core (added)
-
tags/3.12.7/core/FastCommentsIntegrationCore.php (added)
-
tags/3.12.7/core/FastCommentsWordPressIntegration.php (added)
-
tags/3.12.7/fastcomments-wordpress-plugin.php (added)
-
tags/3.12.7/public (added)
-
tags/3.12.7/public/fastcomments-public.php (added)
-
tags/3.12.7/public/fastcomments-widget-view.php (added)
-
tags/3.12.7/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
r2789049 r2906763 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: 6.0 5 Tested up to: 6.0.4 6 6 Stable tag: 3.12.6 7 7 Requires PHP: 5.2.5 … … 88 88 == Changelog == 89 89 90 = 3.12.7 = 91 * WordPress 6.0.4 92 90 93 = 3.12.6 = 91 94 * Compatibility improvements for some themes that might move the FastComments javascript around on the page. -
fastcomments/trunk/fastcomments-wordpress-plugin.php
r2789049 r2906763 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. 66 Version: 3.12.7 7 7 Author: winrid @ FastComments 8 8 License: GPL-2.0+ … … 14 14 } 15 15 16 $FASTCOMMENTS_VERSION = 3.12 6;16 $FASTCOMMENTS_VERSION = 3.127; 17 17 18 18 require_once plugin_dir_path(__FILE__) . 'admin/fastcomments-admin.php';
Note: See TracChangeset
for help on using the changeset viewer.