Tags give the ability to mark specific points in history as being important
-
1.0.6
c2980a0b · ·fix: remove broken Drush services registration - reported by reinimax The "extra.drush.services" section in composer.json instructed Drush to load qr_generator.services.yml as a Drush service file. Drush's LegacyServiceInstantiator then tried to instantiate QRCodeExportService directly via reflection without DI, causing an ArgumentCountError on every Drush boot (drush cr, drush updb, etc.).
-
2.0.2
cb777631 · ·Release 2.0.2 — Fix array offset warning when field_expires is hidden Addresses issue #3587576: - Wrap the field_expires post-save normalization with isset($form['field_expires']) so that hiding the field via form display configuration no longer triggers "Trying to access array offset on null" warning. - Switch to safe array-path getValue(['field_expires', 0, 'value']) syntax. - Prevent silent data loss: previously, every save with the field hidden would wipe the existing expiration value from the database.
-
-
-