Skip to content

Releases: lanlin/nylas-php

5.3.1

28 Apr 15:17
Compare
Choose a tag to compare
  1. Fixed Management->Account->returnTokenInformation #53, thanks to @eriksaulnier
  2. Add support for the following options that can be added when using availabilityForSingleMeetings or availabilityForMultipleMeetings #49, thanks to @BEndreLexly

5.3.0

27 Jul 11:26
Compare
Choose a tag to compare
  1. Nylas Scheduler support: https://developer.nylas.com/docs/api/v2/scheduler/#tag--Scheduler
  2. All methods' API document link update
  3. Some parameters' validation rules update
  4. PHP original upload support: $_FILES['file'], $_FILES['image']
    https://github.com/lanlin/nylas-php/blob/master/src/Files/File.php#L97
    https://github.com/lanlin/nylas-php/blob/master/src/Schedulers/Image.php#L94

5.2.0

21 Jul 11:09
Compare
Choose a tag to compare
  1. Nylas API 2.7 support
  2. Packges minimal version required update
  3. Code format & Doc update
  4. Bug fix #48, thanks to @luisvdbk-c

5.1.1

09 Mar 03:23
Compare
Choose a tag to compare
  1. bugfix #45
  2. dev package replacement(fzaninotto/faker to fakerphp/faker)

5.1.0

27 Jan 13:31
Compare
Choose a tag to compare
  1. Nylas API 2.3 support
  2. PHP 8.1 support
  3. some helper functions optimization
  4. Some other updates

break changes:

// params of this method changed, now it needs to pass an array
$nylas->Threads->Thread->returnAllAccounts(); 

5.0.1

23 Nov 10:49
Compare
Choose a tag to compare

fix bug #42 Hosted Authentication postOAuthToken issn't working.

4.2.6

23 Nov 10:49
Compare
Choose a tag to compare

fix bug #42 Hosted Authentication postOAuthToken issn't working.

3.7.6

23 Nov 10:48
Compare
Choose a tag to compare

fix bug #42 Hosted Authentication postOAuthToken issn't working.

5.0.0

08 Oct 01:35
Compare
Choose a tag to compare
  1. API 2.2 & 2.3 beta supported
  2. PHP 8.0+ supported
  3. Many breaking changes

5.0.0-beta

30 Sep 04:41
Compare
Choose a tag to compare
5.0.0-beta Pre-release
Pre-release

update unit tests
update document
fix some bugs