]> Raphaƫl G. Git Repositories - cdn/blob - vendor/phpqrcode/CHANGELOG
Fix undefined titleHeight variable
[cdn] / vendor / phpqrcode / CHANGELOG
1 * 1.0.0 build 2010031920
2
3 - first public release
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
13
14 * 1.1.0 build 2010032113
15
16 - added merge tool wich generate merged version of code
17 located in phpqrcode.php
18 - splited qrconst.php from qrlib.php
19
20 * 1.1.1 build 2010032405
21
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
26
27 * 1.1.2 build 2010032722
28
29 - full integration with TCPDF thanks to Nicola Asuni, it's author
30 - fixed bug with alphanumeric encoding detection
31
32 * 1.1.3 build 2010081807
33
34 - short opening tags replaced with standard ones
35
36 * 1.1.4 build 2010100721
37
38 - added missing static keyword QRinput::check (found by Luke Brookhart, Onjax LLC)