Releases: FastComments/fastcomments-wordpress-plugin
Release list
3.19.2 - Uninstall reliability fix
Fixed
-
Deleting a partially-installed plugin no longer fails. If the plugin folder was left incomplete (missing its
core/directory, e.g. after an interrupted install/upgrade),uninstall.phptried torequire_once core/FastCommentsWordPressIntegration.phpand hit a fatal error. WordPress's AJAX "Delete" then returned HTTP 500, leaving the plugin stuck: it could neither be deleted (uninstall fatals) nor reinstalled (folder already exists).Uninstall now deletes all
fastcomments_*options unconditionally and only runs the class-backed cleanup (removeSendCommentsLock+deactivate) when the core file is actually present, so deletion always completes cleanly.
No functional or configuration changes for healthy installs.
3.15.0 - Support for Streaming Chat
This release adds support for the Streaming Chat widget.
Full Changelog: 3.9.9...3.15.0
Sync Improvements
Sync now supports sites more comments for a more reliable migration. They do not have to fit in memory during sync.