##Change Log
- Fixed a bug where the merge image was not reset correctly. (#93)
- Added Laravel auto discovery support. (#82) - Thanks mazedlx
- Fixed a bug where a QrCode used within a loop would not generate correctly.
- Added Portuguese translation. -Thanks felipewmartins!
- Added Spanish translation. -Thanks gtarraga!
- Added Hindi translation. -Thanks himanshu81494!
- Added Italian translation. -Thanks simocosimo!
- Updated the docs to our new format.
- Correct some typos in the Russian translation.
- Added Russian translation. -Thanks Victoria!
- Added Chinese translation. -Thanks blusewang!
- Improved the quality of QrCodes with logos merge on them. -Thanks tuupke!
- 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!
- Allow absolute paths to be used with the
merge
method.
- Changed
bindShared
tosingleton
to support Laravel 5.2 -Thanks lhdev!
- Fixed a bug where
merge
did not work as expected when used withsize.
- Added
merge
method. - Fixed a typo in the readme.
- Added full support for Laravel 5
- Added the following helpers.
- Geo
- Phone Number
- SMS
- WiFi
- Update dependencies.
- Corrected some composer file issues.
- Added some missing Laravel information to the QrCode Service Provider.
####1.1.0
- Added the ability to change the character encoding.