Skip to content

Releases: WebberZone/autoclose

Version 2.2.0

20 Aug 09:12
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/auto-close-v2-2-0/

  • Enhancements:
    • The comment count for the post will be updated when deleting Pingbacks/Trackbacks
    • Settings page now uses the latest version of the WebberZone Settings_API class

Version 2.1.0

16 May 17:31
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/auto-close-v2-1-0/

Features:

  • New revisions tab with settings to control the number of revisions by post type
  • New button in Tools page to delete all revisions

Version 2.0.0

10 Mar 17:55
Compare
Choose a tag to compare

This is a major update to AutoClose. The plugin file has been renamed from ald-autoclose.php to autoclose.php which will cause WordPress to deactivate the plugin when upgraded. You will need to activate this again from the Plugins page.

  • Features:

    • New Tools page with several buttons to open, close and delete comments, pingbacks and trackbacks. You can find the link in the Settings page under the main header
    • New button to delete all pingbacks and trackbacks in the Tools page
    • Activating the plugin on Multisite should upgrade settings from v1.x
    • Uninstalling the plugin on Multisite will delete the settings from all sites
  • Enhancements:

    • Migrated options to the Settings API
  • Modifications:

    • Main plugin file has been renamed to autoclose.php
    • Cron hook renamed from ald_acc_hook to acc_cron_hook

For older changes, refer to changelog.txt

Version 1.6

18 Apr 14:50
Compare
Choose a tag to compare
  • Fixed: Bug where comments on attachments did not get closed
  • Fixed: JavaScript bug when saving options in Admin area

Version 1.5

16 Aug 00:01
Compare
Choose a tag to compare
  • New: Custom post type support. Now close comments on posts, pages, attachments and your custom post types!
  • Modified: Language initialisation
  • Modified: More code cleaning
  • New: Spanish and Serbian languages thanks to Ogi Djuraskovic

Version 1.4

13 Aug 22:50
Compare
Choose a tag to compare
  • New: Responsive admin interface
  • New: Plugin is now ready to be translated
  • Modified: Massive code rewrite and cleanup