File: CHANGELOG

package info (click to toggle)
phpqrcode 1.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,116 kB
  • sloc: php: 6,056; makefile: 2; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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)