From b4b42ddb2939aef635b79e337869ab529f4f1365 Mon Sep 17 00:00:00 2001 From: "giandonato.inverso@edempg.it" Date: Sun, 12 Jan 2025 23:50:15 +0100 Subject: [PATCH] updated readme --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 4c00957..c84b07d 100644 --- a/README.md +++ b/README.md @@ -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 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) -