Changeset 656328
- Timestamp:
- 01/21/2013 03:21:41 PM (13 years ago)
- Location:
- hu-permalinks
- Files:
-
- 4 edited
-
tags/1.0/hu-permalinks.php (modified) (1 diff)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/hu-permalinks.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hu-permalinks/tags/1.0/hu-permalinks.php
r318899 r656328 2 2 /* 3 3 Plugin Name: HU Permalinks 4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html5 4 Description: Fixing the hungarian letters with accents in the permalinks. 6 Version: 1.0 5 Version: 1.02 7 6 Author: Gravuj Miklos Henrich 8 Author URI: http:// mikiblog.info7 Author URI: http://henrich.ro 9 8 */ 9 10 define( 'HUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 10 11 11 12 add_filter('name_save_pre', 'hu_permalinks', 0); -
hu-permalinks/tags/1.0/readme.txt
r318935 r656328 1 1 === HU Permalinks === 2 2 Author: henrichro 3 Author URI: http://mikiblog.info 4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html 3 Author URI: http://henrich.ro 5 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6BNKTG5G4TPEU 6 5 Tags: hu, permalinks, clean, slugs, hungarian, magyar 7 6 Requires at least: 2.9.1 8 Tested up to: 3. 09 Stable tag: 3. 07 Tested up to: 3.5 8 Stable tag: 3.5 10 9 11 10 == Description == … … 31 30 == Changelog == 32 31 32 = 1.02 = 33 34 * Testing the plugin on the latest WordPress releases 35 * Updating credential links 36 33 37 = 1.0 = 38 34 39 * First release. -
hu-permalinks/trunk/hu-permalinks.php
r318893 r656328 2 2 /* 3 3 Plugin Name: HU Permalinks 4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html5 4 Description: Fixing the hungarian letters with accents in the permalinks. 6 Version: 1.0 5 Version: 1.02 7 6 Author: Gravuj Miklos Henrich 8 Author URI: http:// mikiblog.info7 Author URI: http://henrich.ro 9 8 */ 9 10 define( 'HUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 10 11 11 12 add_filter('name_save_pre', 'hu_permalinks', 0); -
hu-permalinks/trunk/readme.txt
r318933 r656328 1 1 === HU Permalinks === 2 2 Author: henrichro 3 Author URI: http://mikiblog.info 4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html 3 Author URI: http://henrich.ro 5 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6BNKTG5G4TPEU 6 5 Tags: hu, permalinks, clean, slugs, hungarian, magyar 7 6 Requires at least: 2.9.1 8 Tested up to: 3. 09 Stable tag: 3. 07 Tested up to: 3.5 8 Stable tag: 3.5 10 9 11 10 == Description == … … 31 30 == Changelog == 32 31 32 = 1.02 = 33 34 * Testing the plugin on the latest WordPress releases 35 * Updating credential links 36 33 37 = 1.0 = 38 34 39 * First release.
Note: See TracChangeset
for help on using the changeset viewer.