Releases: Niush/laravel-nano-to
Releases · Niush/laravel-nano-to
v1.1.3
v1.1.2
- Dependencies Update & Fixes
Full Changelog: v.1.1.1...v1.1.2
v1.1.1
- Laravel 9 Support
- Dependencies Update & Fixes
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Update includes breaking changes, but easily fixable.
- Change Facade name from
LaravelNanoTo
toNanoTo
for simplicity. - Change Namespace from
LaravelNanoTo
toNanoTo
for simplicity. Package name stays same. - Renamed config file from
laravel-nano-to
tonano-to
for simplicity. - Updated Service Provider, Tests and Documentation accordingly.
Full Changelog: v1.0.4...v1.1.0
v1.0.4
- Use config
base_url
for choosing nano.to api url - Clean Up
LaravelNanoTo
Facade to not use fake response, instead utilize Guzzle Client Mock in tests - Removed Nano.to
GET
based function & tests isNanoToDown()
helper function
Full Changelog: v1.0.3...v1.0.4
Major v1.0.3
- Some Nano.to API route were changed. It has been updated.
- NanoToApi now returns Object or Collection as required and includes Doc Blocks
- Functions to Get Nano block info by Hash, Get Checkout URLs JSON representation, Check if Nano Crawler is down
- Use new comma separated format of background and color config, with function to override it
- Function to add Image to checkout page
- Code Formatting & Cleaning
Full Changelog: v1.0.2...v1.0.3
Major v1.0.2
- Use Nano.to POST Method as default checkout page generator
- Ability to add additional Metadata when creating checkout page (Can be received back in Webhook)
- Added Business (Name, Logo, Favicon), Background & Color customization
- Ability to generate QR Code for RAW Nano (Supporting Natrium)
- NanoToApi Advanced / Helper functions
- PHP Unit Tests Updated & Added with multiple Issue Fixes
- Cleaned & Updated the Readme file
Initial Release
- Simple Nano.to gateway initializer with proper README.md Documentation
- Allow Custom Webhook Secret
- PHP Unit Tests Added & Issue Fixes