Linkify Posts
Version: 2.1.4
Turn a string, list, or array of post IDs and/or slugs into a list of links to those posts.
2.1.4
- Add check to prevent execution of code if file is directly accessed
- Note compatibility through WP 3.5+
- Update copyright date (2013)
- Create repo's WP.org assets directory
- Move screenshot into repo's assets directory
2.1.3
- Re-license as GPLv2 or later (from X11)
- Add 'License' and 'License URI' header tags to readme.txt and plugin file
- Remove ending PHP close tag
- Note compatibility through WP 3.4+
2.1.2
- Note compatibility through WP 3.3+
- Add link to plugin directory page to readme.txt
- 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
- Add Linkify Posts widget
- Note compatibility through WP 3.1+
- Add Screenshots and Frequently Asked Questions sections to readme.txt
- Add screenshot of widget admin
- Update copyright date (2011)
- Change tags in readme.txt
2.0
- Rename plugin from 'Linkify Post IDs' to 'Linkify Posts'
- Rename
linkify_post_ids() to c2c_linkify_posts() (but maintain a deprecated version for backwards compatibility)
- Rename 'linkify_post_ids' filter to 'c2c_linkify_posts' (no backwards compatibility support since v1.5 was never released)
- Allow linkifying posts specified by slug (in addition to existing support for posts specified by ID)
- Change description
- Drop support for version of WP older than 2.8
1.5
- Add filter 'linkify_post_ids' to respond to the function of the same name so that users can use the do_action() notation for invoking template tags
- Fix to prevent PHP notice
- Wrap function in if(!function_exists()) check
- Reverse order of implode() arguments
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Add package info to top of plugin file
- Add PHPDoc documentation
- Note compatibility with WP 2.8+, 2.9+, 3.0+
- Minor tweaks to code formatting (spacing)
- Add Changelog, Filters, and Upgrade Notice sections to readme.txt
- Update copyright date
- Remove trailing whitespace
1.0
Requires: 2.8 or higher
Compatible up to: 3.5.1
Last Updated: 2012-12-10
Downloads: 1,492
Support
Got something to say? Need help?