Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 697 Bytes

File metadata and controls

21 lines (21 loc) · 697 Bytes

PHP UTF-8 To RTF

Changelog



v1.0.0

  • Initial release adding core functionality to locate & convert UTF8 characters

v1.1.0

  • Swapped regex for more widely supported version
  • Added blank space handling

v1.1.1

  • Added static analysis & fixed all issues
  • Updated phpunit
  • Fixed namespacing/autoloading of test suite
  • Added gitattributes to be more distribution friendly
  • Removed composer.lock from version control
  • Improved example RTF file generator
  • Updated class comments
  • Added Github actions