CHANGELOG 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. * 1.0.0 build 2010031920
  2. - first public release
  3. - help in readme, install
  4. - cleanup ans separation of QRtools and QRspec
  5. - now TCPDF binding requires minimal changes in TCPDF, having most of job
  6. done in QRtools tcpdfBarcodeArray
  7. - nicer QRtools::timeBenchmark output
  8. - license and copyright notices in files
  9. - indent cleanup - from tab to 4spc, keep it that way please :)
  10. - sf project, repository, wiki
  11. - simple code generator in index.php
  12. * 1.1.0 build 2010032113
  13. - added merge tool wich generate merged version of code
  14. located in phpqrcode.php
  15. - splited qrconst.php from qrlib.php
  16. * 1.1.1 build 2010032405
  17. - patch by Rick Seymour allowing saving PNG and displaying it at the same time
  18. - added version info in VERSION file
  19. - modified merge tool to include version info into generated file
  20. - fixed e-mail in almost all head comments
  21. * 1.1.2 build 2010032722
  22. - full integration with TCPDF thanks to Nicola Asuni, it's author
  23. - fixed bug with alphanumeric encoding detection
  24. * 1.1.3 build 2010081807
  25. - short opening tags replaced with standard ones
  26. * 1.1.4 build 2010100721
  27. - added missing static keyword QRinput::check (found by Luke Brookhart, Onjax LLC)