Plugin Directory

Changeset 656328


Ignore:
Timestamp:
01/21/2013 03:21:41 PM (13 years ago)
Author:
henrichro
Message:

tested on latest wordpress releases
updated credential links

Location:
hu-permalinks
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • hu-permalinks/tags/1.0/hu-permalinks.php

    r318899 r656328  
    22/*
    33Plugin Name: HU Permalinks
    4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html
    54Description: Fixing the hungarian letters with accents in the permalinks.
    6 Version: 1.0
     5Version: 1.02
    76Author: Gravuj Miklos Henrich
    8 Author URI: http://mikiblog.info
     7Author URI: http://henrich.ro
    98*/
     9
     10define( 'HUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    1011
    1112add_filter('name_save_pre', 'hu_permalinks', 0);
  • hu-permalinks/tags/1.0/readme.txt

    r318935 r656328  
    11=== HU Permalinks ===
    22Author: henrichro
    3 Author URI: http://mikiblog.info
    4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html
     3Author URI: http://henrich.ro
    54Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6BNKTG5G4TPEU
    65Tags: hu, permalinks, clean, slugs, hungarian, magyar
    76Requires at least: 2.9.1
    8 Tested up to: 3.0
    9 Stable tag: 3.0
     7Tested up to: 3.5
     8Stable tag: 3.5
    109
    1110== Description ==
     
    3130== Changelog ==
    3231
     32= 1.02 =
     33
     34* Testing the plugin on the latest WordPress releases
     35* Updating credential links
     36
    3337= 1.0 =
     38
    3439* First release.
  • hu-permalinks/trunk/hu-permalinks.php

    r318893 r656328  
    22/*
    33Plugin Name: HU Permalinks
    4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html
    54Description: Fixing the hungarian letters with accents in the permalinks.
    6 Version: 1.0
     5Version: 1.02
    76Author: Gravuj Miklos Henrich
    8 Author URI: http://mikiblog.info
     7Author URI: http://henrich.ro
    98*/
     9
     10define( 'HUP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    1011
    1112add_filter('name_save_pre', 'hu_permalinks', 0);
  • hu-permalinks/trunk/readme.txt

    r318933 r656328  
    11=== HU Permalinks ===
    22Author: henrichro
    3 Author URI: http://mikiblog.info
    4 Plugin URI: http://inturnets.com/2010/12/wordpress-plugin-hu-permalinks.html
     3Author URI: http://henrich.ro
    54Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6BNKTG5G4TPEU
    65Tags: hu, permalinks, clean, slugs, hungarian, magyar
    76Requires at least: 2.9.1
    8 Tested up to: 3.0
    9 Stable tag: 3.0
     7Tested up to: 3.5
     8Stable tag: 3.5
    109
    1110== Description ==
     
    3130== Changelog ==
    3231
     32= 1.02 =
     33
     34* Testing the plugin on the latest WordPress releases
     35* Updating credential links
     36
    3337= 1.0 =
     38
    3439* First release.
Note: See TracChangeset for help on using the changeset viewer.