Skip to content

Releases: lara-zeus/qr

1.2.2

04 Apr 05:08
Compare
Choose a tag to compare

What's Changed

  • allow to configure the upload disk and directory by @atmonshi in #48
\LaraZeus\Qr\Components\Qr::make('qr_code')
    // to customize the upload disk
    ->uploadDisk('public')
   
    // to customize the upload directory
    ->uploadDirectory('qr-dir'),

Full Changelog: 1.2.1...1.2.2

1.2.1

05 Mar 17:09
d20ee48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

05 Mar 16:53
2b5a25e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.19...1.2.0

1.1.19

02 Mar 14:26
d7adf3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.18...1.1.19

1.1.18

21 Feb 21:12
cbe1be8
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #40
  • Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #41
  • Allow passing option overrides in getDefaultOptions by @sprtk-ches in #42

New Contributors

Full Changelog: 1.1.17...1.1.18

1.1.17

22 Dec 16:09
40dcb6f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.16...1.1.17

1.1.16

02 Sep 18:07
24b36f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.15...1.1.16

1.1.15

28 Jun 16:48
0fc9604
Compare
Choose a tag to compare

What's Changed

  • Docs: Update installation and database migrations by @cgiupponi in #30

New Contributors

Full Changelog: 1.1.14...1.1.15

1.1.14

26 Jun 05:37
f805623
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.13...1.1.14

1.1.13

13 Jun 14:47
321338b
Compare
Choose a tag to compare

What's Changed

  • support png type to render qr in tables by @atmonshi in #27

Full Changelog: 1.1.12...1.1.13