Releases: SimpleSoftwareIO/simple-qrcode
Releases · SimpleSoftwareIO/simple-qrcode
Documentation Updates
1.4.3
- Updated the docs to our new format.
- Correct some typos in the Russian translation.
Translations!
1.4.2
- Added Russian translation.
- Added Chinese translation. -Thanks blusewang!
Improved QrCode Quality
1.4.1
- Improved the quality of QrCodes with logos merge on them. -Thanks tuupke!
Allow binary strings with logos!
1.4.0
- Added the
mergeStringmethod. 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.
1.3.3
- Allow absolute paths to be used with the
mergemethod.
Laravel 5.2 Support
1.3.2
- Changed
bindSharedtosingletonto support Laravel 5.2 -Thanks lhdev!
Merge Bug Fix
1.3.1
- Fixed a bug where
mergedid not work as expected when used withsize.
Logos Within QrCodes!
1.3.0
- Added
mergemethod. - Fixed a typo in the readme.
Laravel 5 Support and Helpers
1.2.0
- Added full support for Laravel 5
- Added the following helpers.
- Geo
- Phone Number
- SMS
- WiFi
Dependeny Updates
1.1.1
- Update dependencies.
- Corrected some composer file issues.
- Added some missing Laravel information to the QrCode Service Provider.