Files
admin
old
phpqrcode
bindings
cache
temp
tools
CHANGELOG
INSTALL
LICENSE
README
VERSION
index.php
phpqrcode.php
qrbitstream.php
qrconfig.php
qrconst.php
qrencode.php
qrimage.php
qrinput.php
qrlib.php
qrmask.php
qrrscode.php
qrspec.php
qrsplit.php
qrtools.php
#config.php
2022-01-12_unzugeordnet.php
administration_frame.php
fill_qr.php
gd_verwaltung.php
hauptframe.php
index.php
indexframe.php
liste_qr_name.php
liste_tn.php
logout.php
menu_administration.php
menu_qr.php
menu_survey.php
menu_verwaltung.php
menu_youtube.php
parameter.php
qr_code.php
qr_frame.php
save_platz.php
sitz_koord.php
sitzplatz.php
sort_table.html
sort_table.php
survey_erfassen.php
survey_frame.php
termine.php
titel.php
unzugeordnet.php
verwaltung_frame.php
warteliste.php
youtube_frame.php
bootstrap
classes
config
controller
datepicker
jquery
js
language
lib
media
mpdf
sql
survey
templates
templates_c
abmeldung.php
config.inc.php
index.php
redirect.php
survey/admin/phpqrcode/CHANGELOG
2023-03-14 14:47:50 +01:00

39 lines
1.2 KiB
Plaintext

* 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)