Releases: usulix/laravel-netsuite
Releases · usulix/laravel-netsuite
new versioned release
update version
2.0.1 update composer.json with new version number
Supporting Laravel 6.x
2.0.0 update composer.json to laravel 6
Production Release
bumped the version in composer.json for packagist
Production Release
Fix for second typo of $$
Typo Correction Hot Fix
v1.0.1 remove double $ typo
Production Release
In a nutshell:
1 merged into a unified 'getConfig' function
2 instead of registering a Service to return the main NetSuite service, simply return the main service directly
3 Setup auto-discovery for Laravel, no need to edit 'config/app.php' in 5.5 and higher
4 some minor cleanup and formatting
Many thanks to contributor @wattsie
Second Beta
Fixes an issue where user could not change from the first scriptId used to another in both nlAuth and token based RESTlet calls
With License
Added license to composer.json and corrected some errors in readme.md
First beta
Initial publishing of the package