-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix to not ignore alphanumerical characters by [vanabel](https://github.com/vanabel), closes [issue #4](#4)
- Loading branch information
Piet Bos
committed
Mar 10, 2016
1 parent
0ad55cd
commit cd3c48b
Showing
4 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
Plugin URI: http://so-wp.com/?p=17 | ||
Description: Transforms Chinese character titles (of Posts, Pages and all other content types that use slugs) into a permalink friendly slug, showing pinyin that can be read by humans and (Chinese) search engines alike. | ||
Author: SO WP | ||
Version: 2.0.4 | ||
Version: 2.1.0 | ||
Author URI: http://so-wp.com/plugins/ | ||
Text Domain: so-pinyin-slugs | ||
Domain Path: /languages | ||
*/ | ||
|
||
/** | ||
* Copyright 2014-2015 Piet Bos (email : [email protected]) | ||
* Copyright 2014-2016 Piet Bos (email : [email protected]) | ||
* | ||
* The SO Pinyin Slugs plugin is a fork of the original [Pinyin Permalinks](http://wordpress.org/plugins/pinyin-permalink/) plugin | ||
* by user [xiaole_tao](http://profiles.wordpress.org/xiaole_tao/) who has seemingly abandoned his plugin as he never responded to emails. | ||
|