updated readme

This commit is contained in:
giandonato.inverso@edempg.it
2025-01-12 23:50:15 +01:00
parent f05c073ad4
commit d1505e1e08
-18
View File
@@ -90,21 +90,3 @@ Save time by creating reusable templates for generating QR codes with predefined
- Create static or dynamic QR codes in bulk by compiling an Excel file with the QR code data and uploading it to the site. Inside the file it is possible to specify, if necessary, an already existing QrTemplate template. After creation you will be able to download a zip file with the QR codes created and the same Excel file but with the redirect identifier added - Create static or dynamic QR codes in bulk by compiling an Excel file with the QR code data and uploading it to the site. Inside the file it is possible to specify, if necessary, an already existing QrTemplate template. After creation you will be able to download a zip file with the QR codes created and the same Excel file but with the redirect identifier added
- Create dynamic QR codes in bulk by choosing the desired number, so you can download a zip file with the created QR codes, Excel files so you can print them. At a later time you can modify the URLs associated with the QR codes created - Create dynamic QR codes in bulk by choosing the desired number, so you can download a zip file with the created QR codes, Excel files so you can print them. At a later time you can modify the URLs associated with the QR codes created
# Changelog
- Version 2.2 16th October, 2023
- Refactoring docker image building
- NEW: added docker-compose support
- Version 2.1 16th October, 2023
- Refactoring database tables
- Added script for upgrading to versions >= 2.0
- NEW: added multi-user support for dynamic/static qrcodes
- Version 2.0 15th October, 2023
- Elimination of superfluous files
- Moving read.php file within the project
- Addition of Qrcode class abstraction
- Improvement of bulk download
- General refactoring
- Version 1.0 September, 2020 (Initial release)