Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
romaincazier committed Feb 24, 2022
1 parent cfb646e commit 5342ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FieldtypeQRCode.module
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class FieldtypeQRCode extends Fieldtype {
return [
"title" => "QR Code",
"author" => "Romain Cazier",
"version" => "1.0.11",
"version" => "1.0.12",
"summary" => "Generates a QR code from the public URL of the page (and more)",
"href" => "https://github.com/romaincazier/FieldtypeQRCode",
"icon" => "qrcode",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ When using `$page->getUnformatted("qrcode_field")` it returns an array with the
[
"label" => string, // label used in the admin
"qr" => string, // the qrcode image
"raw" => string, // the raw qrcode image (in base64, except if svg+markup)
"source" => string, // the source, as defined in the configuration
"text" => string // and the text used to generate the qrcode
],
Expand Down

0 comments on commit 5342ebc

Please sign in to comment.