Expandable Dashboard Recent Comments
Version: 2.0
Adds the ability to do in-place expansion of comment excerpts on the admin dashboard 'Recent Comments' widget to view full com
2.0
- Use "Show more"/"Show less" links in comment row actions instead of appending expand/collapse link
- Add filter 'c2c_expandable_dashboard_recent_comments_start_expanded' to permit initial display of comments in expanded state
- Remove class configuration array
- Remove filter 'c2c_expandable_dashboard_recent_comments_config'
- Enqueue CSS
- Enqueue JS
- Add register_styles(), enqueue_admin_css(), enqueue_admin_js()
- Remove add_css(), add_js()
- Add support for localization
- Add .pot
- No longer hide the ellipsis
- Hook 'load-index.php' action to initialize plugin rather than checking pagenow
- Add version() to return plugin version
- Minor code reformatting (spacing)
- Note compatibility through WP 3.3+
- Drop support for versions of WP older than 3.1
- Update screenshots (now based on WP 3.3)
- Add link to plugin directory page to readme.txt
- Update copyright date (2012)
1.3.1
- Note compatibility through WP 3.2+
- Minor code formatting changes (spacing)
- Fix plugin homepage and author links in description in readme.txt
1.3
- Don't display expand/collapse links for users without JavaScript and jQuery enabled
- Add admin unobtrusive javascript to handle expand/collapse of comments when links are clicked
- Use substr() instead of preg_match() to detect presence of '...'
- Remove 'onclick' attribute for links (perform via unobtrusive JS)
- Fix plugin links in description in readme.txt
1.2.1
- Add link to plugin homepage to description in readme.txt
1.2
- Switch from object instantiation to direct class function invocation
- Explicitly declare all functions public static and class variables public static
- Note compatibility with WP 3.1+
- Update copyright date (2011)
1.1
- Add filter 'c2c_expandable_dashboard_recent_comments_config' to allow filtering of config options
- Rename class from 'ExpandableDashboardRecentComments' to 'c2c_ExpandableDashboardRecentComments'
- Store plugin instance in global variable, $c2c_expandable_dashboard_recent_comments, to allow for external manipulation
- Move is_admin() check to before class creation
- Add init() and move hooking of actions/filters to there
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Note compatibility with WP 3.0+
- Minor code reformatting (spacing)
- Add Filters and Upgrade Notice sections to readme
- Remove trailing whitespace in header docs
1.0.1
- Add full PHPDoc documentation
- Minor formatting tweaks
- Note compatibility with WP 2.9+
- Update copyright date
- Update readme.txt (including adding Changelog)
1.0
Requires: 3.1 or higher
Compatible up to: 3.3.2
Last Updated: 2011-6-28
Downloads: 2,166
Average Rating
(2 ratings)
Support
Got something to say? Need help?