Skip to content

Releases: Niush/laravel-nano-to

v1.1.3

10 Jun 07:25
Compare
Choose a tag to compare
  • Dependencies Update
  • Fixed Tests due to updated real APIs in Nano.to

Full Changelog: v1.1.2...v1.1.3

v1.1.2

30 Mar 03:59
Compare
Choose a tag to compare
  • Dependencies Update & Fixes

Full Changelog: v.1.1.1...v1.1.2

v1.1.1

13 Feb 14:47
Compare
Choose a tag to compare
  • Laravel 9 Support
  • Dependencies Update & Fixes

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Dec 13:44
Compare
Choose a tag to compare
  • Update includes breaking changes, but easily fixable.
  • Change Facade name from LaravelNanoTo to NanoTo for simplicity.
  • Change Namespace from LaravelNanoTo to NanoTo for simplicity. Package name stays same.
  • Renamed config file from laravel-nano-to to nano-to for simplicity.
  • Updated Service Provider, Tests and Documentation accordingly.

Full Changelog: v1.0.4...v1.1.0

v1.0.4

03 Dec 15:46
Compare
Choose a tag to compare
  • 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

22 Nov 17:08
Compare
Choose a tag to compare
  • 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

18 Oct 18:15
Compare
Choose a tag to compare
  • 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

02 Oct 09:46
Compare
Choose a tag to compare
  • Simple Nano.to gateway initializer with proper README.md Documentation
  • Allow Custom Webhook Secret
  • PHP Unit Tests Added & Issue Fixes