Skip to content

Releases: netsuitephp/netsuite-php

v2023.1.0

28 Jun 16:06
c8a58e0
Compare
Choose a tag to compare

Upgrade to the 2023_1 toolkit.

v2022.1.1: Logger format improvements (#78)

02 Aug 21:52
5e0085f
Compare
Choose a tag to compare

v2022.1.0

06 Jun 22:02
3c2a5b1
Compare
Choose a tag to compare
Update to 2022_1 (#119)

v2021.2.0

04 Dec 17:23
0455a3d
Compare
Choose a tag to compare
Update to 2021_2 (#118)

v2021.1.0

27 Nov 07:45
8ce9ae1
Compare
Choose a tag to compare
Updated to 2021_1 (#109)

Update to the 2021.1 version of web services toolkit thanks to @FSElias

v2020.2.1

20 Apr 03:35
3763fea
Compare
Choose a tag to compare

This is the final release officially supporting PHP5. The next release will require php >= 7.1

  • Remove generated: timestamp from class docblocks and adjust some paths and vendor names
  • Add some type hints for some enum-ish classes
  • Add composer generate helper command to generate toolkit classes
  • Fresh set of 2020_2 classes based on the above

Upgrade to 2020_2 and update class separator

23 Jan 09:27
836583e
Compare
Choose a tag to compare

Fixes the class generation based on the changes to the NetSuite php toolkit source distribution. Includes newly generated 2020_2 web services classes.

v2020.1.0

30 Jul 04:11
b844396
Compare
Choose a tag to compare
  • Upgrade default web services version to 2020_1

v2019.2.1

10 Apr 22:20
ab9a0ec
Compare
Choose a tag to compare
  • Rebuild 2019_2 classes to now include typehinting docblocks to assist hinting in some IDEs ( thanks @neclimdul )
  • Cleared out some classes no longer part of the NetSuite toolkit distribution

v2019.2.0

27 Feb 05:24
34093c8
Compare
Choose a tag to compare
  • Upgrade to 2019_2 release & improve handling of the Logger object ( Thanks @neclimdul )
  • Fix NetSuiteClient::__construct() issue with using the correct $config variable ( Thanks @serhiimakarov )