Skip to content

Releases: eprcstudio/FieldtypeQRCode

v1.0.14

26 Jun 18:40
Compare
Choose a tag to compare

A small update with a fix and an enhancement:

  • for $this->svg, the format is now checked against gif instead of svg 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

03 Mar 15:48
Compare
Choose a tag to compare

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

24 Feb 22:16
Compare
Choose a tag to compare

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

26 Jan 08:42
Compare
Choose a tag to compare

This version only outputs the QR Code in the user's language (when applicable) if it's a guest.

v1.0.10

02 Dec 13:24
Compare
Choose a tag to compare

Small fixes, nothing major

v1.0.9

29 Nov 10:40
Compare
Choose a tag to compare

This new (small) release adds a French translation file, if needed.

v1.0.8

26 Nov 12:04
Compare
Choose a tag to compare

Fixing issues from the previous release. It should be all good now.

v1.0.7

26 Nov 11:32
Compare
Choose a tag to compare

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

25 Nov 10:16
Compare
Choose a tag to compare

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.

v.1.0.5

24 Nov 20:20
Compare
Choose a tag to compare

Quick fix: added a message if there is no QR code to output in the admin