diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-25 19:05:49 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-25 19:05:49 -0700 |
commit | 70975dda4ae5237914b510ee61559fc8233ab34d (patch) | |
tree | 993b00bbfb51c3170bd2671962da09319bce0244 /library/phpqrcode/CHANGELOG | |
parent | b06b6f798fbfde8ab7f0ed25145b53560e6b4968 (diff) | |
download | volse-hubzilla-70975dda4ae5237914b510ee61559fc8233ab34d.tar.gz volse-hubzilla-70975dda4ae5237914b510ee61559fc8233ab34d.tar.bz2 volse-hubzilla-70975dda4ae5237914b510ee61559fc8233ab34d.zip |
remove all QR-code stuff from core - now in qrator addon
Diffstat (limited to 'library/phpqrcode/CHANGELOG')
-rw-r--r-- | library/phpqrcode/CHANGELOG | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/library/phpqrcode/CHANGELOG b/library/phpqrcode/CHANGELOG deleted file mode 100644 index 1088530c3..000000000 --- a/library/phpqrcode/CHANGELOG +++ /dev/null @@ -1,38 +0,0 @@ -* 1.0.0 build 2010031920
-
- - first public release
- - help in readme, install
- - cleanup ans separation of QRtools and QRspec
- - now TCPDF binding requires minimal changes in TCPDF, having most of job
- done in QRtools tcpdfBarcodeArray
- - nicer QRtools::timeBenchmark output
- - license and copyright notices in files
- - indent cleanup - from tab to 4spc, keep it that way please :)
- - sf project, repository, wiki
- - simple code generator in index.php
-
-* 1.1.0 build 2010032113
-
- - added merge tool wich generate merged version of code
- located in phpqrcode.php
- - splited qrconst.php from qrlib.php
-
-* 1.1.1 build 2010032405
-
- - patch by Rick Seymour allowing saving PNG and displaying it at the same time
- - added version info in VERSION file
- - modified merge tool to include version info into generated file
- - fixed e-mail in almost all head comments
-
-* 1.1.2 build 2010032722
-
- - full integration with TCPDF thanks to Nicola Asuni, it's author
- - fixed bug with alphanumeric encoding detection
-
-* 1.1.3 build 2010081807
-
- - short opening tags replaced with standard ones
-
-* 1.1.4 build 2010100721
-
- - added missing static keyword QRinput::check (found by Luke Brookhart, Onjax LLC)
|