One Click Close Comments
Version: 2.2
Conveniently close or open comments for a post or page with one click.
2.2
- Increase font size for click character to make a larger click target
- Fix for one-click character not being clickable for quick-edited post rows
- Enqueue CSS and JavaScript rather than defining in, and outputting via, PHP
- Create 'assets' subdirectory and add admin.js and admin.css to it
- Add enqueue_scripts_and_styles(), register_styles(), enqueue_admin_css(), enqueue_admin_js()
- Remove add_css(), add_js()
- Hook 'load-edit.php' action to initialize plugin rather than using pagenow
- Add version() to return plugin version
- Create 'lang' subdirectory and move .pot file into it
- Regenerate .pot
- Add 'Domain Path' directive to top of main plugin file
- Add link to plugin directory page to readme.txt
- Update screenshot for WP 3.3
- Update copyright date (2012)
2.1.1
- Note compatibility through WP 3.2+
- Minor code formatting changes (spacing)
- Fix plugin homepage and author links in description in readme.txt
2.1
- Switch from object instantiation to direct class function invocation
- Rename the class from 'OneClickCloseComments' to 'c2c_OneClickCloseComments'
- Declare all class methods public static and class variables private static
- Output JS via 'admin_print_footer_scripts' action instead of 'admin_footer' action
- Rename filter from 'one-click-close-comments-click-char' to 'c2c_one_click_close_comments_click_char'
- Add Filters section to readme.txt
- Note compatibility through WP 3.1+
- Update copyright date (2011)
2.0.1
- Don't even define class unless in the admin section of site
- Store plugin instance in global variable, $c2c_one_click_close_comments, to allow for external manipulation
- Move registering actions and filters into init()
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Note compatibility with WP 3.0+
- Minor tweaks to code formatting (spacing)
- Add Upgrade Notice section to readme.txt
- Remove trailing whitespace
2.0
- Display commenting status even if JS is disabled
- Render commenting status as a 'span' instead of an 'a' and use unobtrusive JS to make it clickable
- Insert column into desired position using PHP instead of JS
- Fix issue related to disappearance of button for a post after using Quick Edit
- Fix issue of 'Allow Comments' checkbox in 'Quick Edit' getting out of sync with actual comment status
- Allow filtering of character used as click link, via 'one-click-close-comments-click-char'
- Move initialization of config array out of constructor and into new function load_config()
- Create init() to handle calling load_textdomain() and load_config() (textdomain must be loaded before initializing config)
- Add support for localization
- Add PHPDoc documentation
- Add .pot file
- Note compatibility with WP 2.9+
- Drop compatibility with versions of WP older than 2.8
- Update documentation (descriptions, FAQs, etc) to reflect behavior changes
- Update copyright date
1.1
- Bail out early if not on pertinent admin pages
- Make use of admin_url() for path to admin section
- Note WP 2.8 compatibility
1.0
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2011-6-29
Downloads: 17,017
Average Rating
(12 ratings)
Support
Got something to say? Need help?