Changeset 192197
- Timestamp:
- 01/10/2010 09:50:16 AM (16 years ago)
- Location:
- shorter-links/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
shorter_links.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shorter-links/trunk/readme.txt
r187907 r192197 5 5 Requires at least: 2.5 6 6 Tested up to: 2.9 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 9 9 This plugin creates rel="shorturl" link with a shorter URL in it, along with … … 71 71 == History == 72 72 73 **1.6 - 10 January 2010** 74 Update version number in correct places so that the WP plugins system notices the update. 75 73 76 **1.5 - 29 December 2009** 74 77 Support permalinks that start with /%category%/ -
shorter-links/trunk/shorter_links.php
r187907 r192197 4 4 * @author Rob Allen (rob@akrabat.com) 5 5 * @license New BSD: http://akrabat.com/license/new-bsd 6 * @version 1. 46 * @version 1.6 7 7 */ 8 8 /* 9 9 Plugin Name: Shorter Links 10 Plugin URI: http:// akrabat.com/shorter_links11 Description: Provide a link in the header with rel="shorturl" along with a Link HTTP header 10 Plugin URI: http://wordpress.org/extend/plugins/shorter-links/ 11 Description: Provide a link in the header with rel="shorturl" along with a Link HTTP header and custom shortcodes 12 12 Author: Rob Allen 13 Version: 1. 413 Version: 1.6 14 14 Author URI: http://akrabat.com 15 15 */
Note: See TracChangeset
for help on using the changeset viewer.