Skip to content

Releases: SimpleSoftwareIO/simple-qrcode

Documentation Updates

24 Apr 02:04

Choose a tag to compare

1.4.3

  • Updated the docs to our new format.
  • Correct some typos in the Russian translation.

Translations!

16 Apr 00:04

Choose a tag to compare

1.4.2

  • Added Russian translation.
  • Added Chinese translation. -Thanks blusewang!

Improved QrCode Quality

17 Mar 01:52

Choose a tag to compare

1.4.1

  • Improved the quality of QrCodes with logos merge on them. -Thanks tuupke!

Allow binary strings with logos!

03 Mar 13:04

Choose a tag to compare

1.4.0

  • Added the mergeString method. This method adds the ability to pass in a binary string to create a QrCode with an image on it. -Thanks tuupke!

Absolute paths when merging images.

31 Jan 02:10

Choose a tag to compare

1.3.3

  • Allow absolute paths to be used with the merge method.

Laravel 5.2 Support

22 Dec 18:01

Choose a tag to compare

1.3.2

  • Changed bindShared to singleton to support Laravel 5.2 -Thanks lhdev!

Merge Bug Fix

18 Sep 00:40

Choose a tag to compare

1.3.1

  • Fixed a bug where merge did not work as expected when used with size.

Logos Within QrCodes!

25 Jun 01:58

Choose a tag to compare

1.3.0

  • Added merge method.
  • Fixed a typo in the readme.

Laravel 5 Support and Helpers

28 Feb 18:08

Choose a tag to compare

1.2.0

  • Added full support for Laravel 5
  • Added the following helpers.
    • E-Mail
    • Geo
    • Phone Number
    • SMS
    • WiFi

Dependeny Updates

15 Nov 15:22

Choose a tag to compare

1.1.1

  • Update dependencies.
  • Corrected some composer file issues.
  • Added some missing Laravel information to the QrCode Service Provider.