Replaced ucwords with ucfirst

Also rewrote the UTF-8 ucwords with a new
UTF-8 ucfirst.

Bumped version to 0.4
This commit is contained in:
2014-08-06 20:29:50 +02:00
parent 5ca28b28ef
commit 21ecd4db97
2 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
0.4 - 2014-08-06
Replaced ucwords with ucfirst (and made a matching UTF-8
ucfirst function). When using ucwords it was not
possible to reach articles with names such as 'Computer
programming language' since it would uppercase all words.
Since the first letter is always upperace, ucfirst is
still safe.
0.3.1 - 2014-08-04
Minor changes, changed some variables to constant and
added a constant for the version number.