QRCDR 5.3.x to 5.3.4

Follow the GENERIC SCRIPT UPGRADE

QRCDR 5.2.9 to 5.3.0

Follow the GENERIC SCRIPT UPGRADE

NOTE: with the Bootstrap 5 version some clesses slightly changed, so you should also replace the following template files:

  • /template/navbar.php
  • /template/modals.php

Also update the translations inside the folder /translations/


QRCDR 5.1.x to 5.2

Follow the GENERIC SCRIPT UPGRADE

Also update the translations inside the folder /translations/


QRCDR 4.x to 5

Follow the GENERIC SCRIPT UPGRADE

NOTE: also replace the following files:

  • template/footer.php
  • template/navbar.php

or simply change the following functions inside these files:

Old version:
<?php echo getString('title').' © '.date('Y'); ?>
<?php echo langMenu('menu'); ?>
New version:
<?php echo qrcdr()->getString('title').' © '.date('Y'); ?>
<?php echo qrcdr()->langMenu('menu'); ?>

Updated options inside the config.php file:

'rounded_buttons' => '["tabnav", "options", "save"]',   // selective Rounded buttons: '["tabnav", "options", "save"]',
'debug_mode' => false,                                  // set true to track errors,
'precision' => 'H',                                     // available: L, M, Q, H
        

GENERIC SCRIPT UPGRADE (valid from any version)

1) Backup all the files, then replace everything except for:

  • /qrcodes/ (folder)
  • /template/ (folder)
  • config.php (file)

2) Check to have all the options inside the file config.php (sometimes new options are added)


Log History

Version 5.3.4
* Fix: keep image-editor LTR direction
* Fix: decode html text and email content
* New: Turkish translations