Skip to content

Releases: FastComments/fastcomments-wordpress-plugin

3.19.2 - Uninstall reliability fix

Choose a tag to compare

@winrid winrid released this 13 Jul 22:47

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.php tried to require_once core/FastCommentsWordPressIntegration.php and 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

Choose a tag to compare

@winrid winrid released this 16 Feb 00:25

This release adds support for the Streaming Chat widget.

Full Changelog: 3.9.9...3.15.0

Sync Improvements

Choose a tag to compare

@winrid winrid released this 27 Aug 15:25

Sync now supports sites more comments for a more reliable migration. They do not have to fit in memory during sync.