@@ -3,7 +3,7 @@ Contributors: gitlost, zodiac1978
33Tags: Unicode, Normalization, Form C, Unicode Normalization Form C, Normalize, Normalizer, UTF-8, NFC
44Requires at least: 3.9.13
55Tested up to: 4.6
6- Stable tag: 1.0.2
6+ Stable tag: 1.0.3
77License: GPLv2 or later
88License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
@@ -39,7 +39,7 @@ data, and is fallible.
3939
4040A google-cheating schoolboy French translation is supplied.
4141
42- The plugin should run on PHP 5.2.17 to 7.0.9 , and on WP 3.9.13 to 4.6.
42+ The plugin should run on PHP 5.2.17 to 7.0.10 , and on WP 3.9.13 to 4.6.
4343
4444The project is on [github](https://github.com/gitlost/unfc-normalize).
4545
@@ -73,6 +73,11 @@ global PHP variable `unfc_normalize`, but you should ensure that the `Normalizer
7373
7474== Changelog ==
7575
76+ = 1.0.3 =
77+ * For PHP 5 performance do preliminary preg_match on isNormalized.
78+ * Improve comments in Normalizer.php, tabs -> 4 spaces, UNFC_REGEX_IS_INVALID_UTF8_XXX invert & rename.
79+ * Fix untested admin notice and adjust tests. Fix some test bleed ($wp_scripts).
80+
7681= 1.0.2 =
7782* Move all .php files bar main to includes subdir. Remove unused ajax.
7883* Fix single-byte trie. Move regex alts to tools/functions.php.
@@ -94,3 +99,8 @@ global PHP variable `unfc_normalize`, but you should ensure that the `Normalizer
9499
95100= 0.9.0 =
96101* Initial version after renaming from tl-normalize.
102+
103+ == Upgrade Notice ==
104+
105+ = 1.0.3 =
106+ Improved PHP 5 performance on isNormalized() check.
0 commit comments