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