Releases: WebberZone/autoclose
Releases · WebberZone/autoclose
Version 3.0.0
What's New
Release post: https://webberzone.com/announcements/auto-close-v3-0-0/
Completely rewritten the plugin to use autoloading, namespaces and classes.
-
Features:
- Added block ping URLs feature and self-pings feature.
- Introduced a new meta box allowing users to schedule the closure of comments, pingbacks, and trackbacks for the current post.
-
Bug fixes:
- Fixed PHP error/warnings about loading translations too early.
What's Changed
- Complete plugin rewrite to use classes by @ajaydsouza in #12
Full Changelog: v2.2.0...3.0.0
Version 2.2.0
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
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
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
toacc_cron_hook
For older changes, refer to changelog.txt
Version 1.6
- Fixed: Bug where comments on attachments did not get closed
- Fixed: JavaScript bug when saving options in Admin area
Version 1.5
- 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
- New: Responsive admin interface
- New: Plugin is now ready to be translated
- Modified: Massive code rewrite and cleanup