Skip to content

Version 2.3

Compare
Choose a tag to compare
@Ronef Ronef released this 04 May 14:15
· 47 commits to master since this release
  • * PHP.libraries.EMT has been updated to 3.5:
    • + Unicode support has been added. At last!
    • + The +X (XXX)XXXXXXX phone format is now supported. Phones matching this pattern will be rewritten as +X XXX XXX-XX-XX.
    • + Thin space ( ) is now being used as the thousands separator (10 000).
    • * Mistaken transformation of an uppercase domain zone to initials has been fixed (XXX.RU John DoeXXX.R. U. John Doe).
    • * The error occurring while processing nested tags has been fixed.
    • * Processing of links in quotes has been improved.
    • * Putting dots in initials has been improved.
    • * The quotes parsing rule was greatly improved.
    • * The $, , and characters will be complemented with a non-breaking space ( ) either after or before depending on the position of the adjacent number.
  • * The Nobr.phone_builder typograph option now depends on the noTags snippet parameter.
  • * Forbidding line breaking using HTML tags is now controlled by the only Etc.nobr_to_nbsp typograph option.
  • * Other minor changes.