Skip to content

Releases: usulix/laravel-netsuite

new versioned release

11 Dec 18:43
b6e9b66
Compare
Choose a tag to compare
2.0.2

remove versioning from package.json

update version

10 Dec 23:26
4221dd1
Compare
Choose a tag to compare
2.0.1

update composer.json with new version number

Supporting Laravel 6.x

10 Dec 23:22
2987db9
Compare
Choose a tag to compare
2.0.0

update composer.json to laravel 6

Production Release

19 Jul 00:12
655c204
Compare
Choose a tag to compare

bumped the version in composer.json for packagist

Production Release

05 Jul 18:35
e7dbc30
Compare
Choose a tag to compare

Fix for second typo of $$

Typo Correction Hot Fix

04 Jul 21:44
8fedeab
Compare
Choose a tag to compare
v1.0.1

remove double $ typo

Production Release

13 Jun 17:32
Compare
Choose a tag to compare

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

15 Dec 16:47
Compare
Choose a tag to compare

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

08 Dec 18:39
Compare
Choose a tag to compare
With License Pre-release
Pre-release

Added license to composer.json and corrected some errors in readme.md

First beta

17 Nov 22:15
Compare
Choose a tag to compare
First beta Pre-release
Pre-release

Initial publishing of the package