summaryrefslogtreecommitdiff
path: root/pdf/phpqrcode/CHANGELOG
diff options
context:
space:
mode:
authorSashi202021-02-10 09:51:46 +0530
committerGitHub2021-02-10 09:51:46 +0530
commit400c7d35e7fe3a819a005b651f371902895f2e56 (patch)
tree1fc50a613ec9baa68adfa6df262e5e87a00d2992 /pdf/phpqrcode/CHANGELOG
parentb2e32fc5dde27c8b9d07d6e480e953e54ae56bba (diff)
parentde95a3f7981ffdc76cf37b9339cdb0464050819e (diff)
downloadr_lab_migration-400c7d35e7fe3a819a005b651f371902895f2e56.tar.gz
r_lab_migration-400c7d35e7fe3a819a005b651f371902895f2e56.tar.bz2
r_lab_migration-400c7d35e7fe3a819a005b651f371902895f2e56.zip
Merge pull request #8 from Sashi20/master
Add certificates form
Diffstat (limited to 'pdf/phpqrcode/CHANGELOG')
-rwxr-xr-xpdf/phpqrcode/CHANGELOG38
1 files changed, 38 insertions, 0 deletions
diff --git a/pdf/phpqrcode/CHANGELOG b/pdf/phpqrcode/CHANGELOG
new file mode 100755
index 0000000..1088530
--- /dev/null
+++ b/pdf/phpqrcode/CHANGELOG
@@ -0,0 +1,38 @@
+* 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)