Releases: eprcstudio/FieldtypeQRCode
v1.0.15
v1.0.14
A small update with a fix and an enhancement:
- for
$this->svg
, theformat
is now checked againstgif
instead ofsvg
to accomodate for empty value if the field is not saved - SVGs are now displayed in the admin with a min-width of 100px
v1.0.13
This new release corrects a bug introduced in the previous one: the QR code alt
contained the base64 instead of the source text.
v1.0.12
This release adds a new static function generateRawQRCode
which returns the QR code in base64 (or if the svg and markup settings are toggled on).
v1.0.11
This version only outputs the QR Code in the user's language (when applicable) if it's a guest.
v1.0.10
Small fixes, nothing major
v1.0.9
This new (small) release adds a French translation file, if needed.
v1.0.8
Fixing issues from the previous release. It should be all good now.
v1.0.7
A friend of mine made a pull request to add support for FieldtypeURL but I went ahead and added support for it while also making the change a bit more general to allow any text field (with support for multi-languages as well!).
Also I made sure template-contextual settings were taken into account.
Thanks @saerus for your suggestions!
v.1.0.6
The QR code php generator is now namespaced to avoid conflicts with other modules using it (e.g. TfaTotp).
If LanguageSupport is on: the module now also checks if the root URL is different for each languages before generating the QR codes. The default language URL is always generated though.
Thanks again to @adrianbj for his feedbacks.