Fixed lexer issue with non word characters

This commit is contained in:
Frederic Guillot
2016-07-01 09:47:10 -04:00
parent 4b94714b3d
commit a089cd72de
3 changed files with 46 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Bug fixes:
* Fixed broken CSV exports
* Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT)
* Fixed lexer issue with non word characters
Version 1.0.30
--------------