Notion Sdk Php Versions Save

A complete Notion SDK for PHP developers.

v1.14.0

3 weeks ago

Added

  • 'Change' methods to page properties (#342)
  • Description to property metadata (#365)

Docs

  • Update documentation website URL (#364)

Build

  • Bump vite from 3.2.7 to 3.2.8 in /docs (#335)
  • Bump squizlabs/php_codesniffer from 3.8.0 to 3.8.1 (#334)
  • Bump phpunit/phpunit from 10.5.5 to 10.5.7 (#332)
  • Bump vimeo/psalm from 5.18.0 to 5.19.0 (#333)
  • Bump phpunit/phpunit from 10.5.7 to 10.5.10 (#344)
  • Bump squizlabs/php_codesniffer from 3.8.1 to 3.9.0 (#348)
  • Bump vite from 3.2.8 to 3.2.10 in /docs (#363)
  • Bump squizlabs/php_codesniffer from 3.9.0 to 3.9.1 (#361)
  • Bump phpunit/phpunit from 10.5.10 to 10.5.16 (#362)
  • Bump infection/infection from 0.27.9 to 0.27.11 (#359)

v1.13.0

4 months ago

Added

  • Support to inline databases (#330)

Build

  • Bump infection/infection from 0.27.8 to 0.27.9 (#327)
  • Bump squizlabs/php_codesniffer from 3.7.2 to 3.8.0 (#328)
  • Bump phpunit/phpunit from 10.5.3 to 10.5.5 (#329)

v1.12.0

4 months ago

Added

  • Add support to tables (#224)

Fixed

  • Allow DateFilter to filter created_time and last_edited_time
  • Add formula to pages notUpdatableProps (#320)
  • Use null fallback for missing array keys for optional user properties (#324)

Documentation

  • Fix page property example (#293)
  • Recommend static analysers (#304)

Build

  • Bump infection/infection from 0.27.2 to 0.27.8 (#309)
  • Bump phpunit/phpunit from 10.3.4 to 10.4.2 (#305)
  • Bump postcss from 8.4.24 to 8.4.31 in /docs (#294)
  • Bump phpunit/phpunit from 10.4.2 to 10.5.3 (#322)
  • Bump vimeo/psalm from 5.15.0 to 5.18.0 (#321)
  • Bump php-http/discovery from 1.19.1 to 1.19.2 (#316)
  • Bump guzzlehttp/guzzle from 7.8.0 to 7.8.1 (#315)
  • Bump brianium/paratest from 7.2.7 to 7.3.1 (#306)
  • Fix tests CI (#325)

v1.11.1

7 months ago

Fixed

  • Error when Notion sends an empty response (#289)

Build

  • Bump brianium/paratest from 7.2.3 to 7.2.4 (#274)
  • Bump vimeo/psalm from 5.14.0 to 5.14.1 (#275)
  • Bump brianium/paratest from 7.2.4 to 7.2.5 (#277)
  • Bump phpunit/phpunit from 10.3.1 to 10.3.2 (#278)
  • Bump vimeo/psalm from 5.14.1 to 5.15.0 (#279)
  • Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0 (#280)
  • Bump brianium/paratest from 7.2.5 to 7.2.6 (#283)
  • Bump phpunit/phpunit from 10.3.2 to 10.3.3 (#284)
  • Bump phpunit/phpunit from 10.3.3 to 10.3.4 (#286)
  • Bump brianium/paratest from 7.2.6 to 7.2.7 (#288)
  • Bump infection/infection from 0.27.0 to 0.27.2 (#287)

v1.11.0

9 months ago

Added

  • UniqueId page and database property (#268)

Fixed

  • Do not update Unique ID property (#269)
  • Do not update Rollup properties (#272)

Build

  • Bump vimeo/psalm from 5.13.0 to 5.13.1 (#263)
  • Bump phpunit/phpunit from 10.2.2 to 10.2.3 (#262)
  • Bump phpunit/phpunit from 10.2.3 to 10.2.4 (#264)
  • Bump php-http/discovery from 1.19.0 to 1.19.1 (#266)
  • Bump phpunit/phpunit from 10.2.4 to 10.2.6 (#265)
  • Bump brianium/paratest from 7.2.2 to 7.2.3 (#267)
  • Bump vimeo/psalm from 5.13.1 to 5.14.0 (#271)

v1.10.0

10 months ago

Added

  • Page properties with empty values (#260)

Build

  • Bump php-http/discovery from 1.18.1 to 1.19.0 (#254)
  • Bump brianium/paratest from 7.1.4 to 7.2.0 (#255)
  • Bump vimeo/psalm from 5.12.0 to 5.13.0 (#259)
  • Bump brianium/paratest from 7.2.0 to 7.2.2 (#258)

Documentation

  • Fix typo on metadata method (#253)

Full Changelog: https://github.com/mariosimao/notion-sdk-php/compare/v1.9.0...v1.10.0

v1.9.0

11 months ago

Added

  • Caption on image block and file objects (#250)

Fixed

  • Do not update CreatedBy prop on pages (#251)

Full Changelog: https://github.com/mariosimao/notion-sdk-php/compare/v1.8.1...v1.9.0

v1.8.1

11 months ago

Fixed

  • Rich Text mention creation (#241)
  • Possible null pointer on RichText (#246)
  • Change rich text URL
  • Only send to API file name when set (#234)

Build

  • Bump phpunit/phpunit from 10.1.2 to 10.1.3 (#227)
  • Bump guzzlehttp/guzzle from 7.5.1 to 7.6.1 (#226)
  • Bump php-http/discovery from 1.18.0 to 1.18.1 (#228)
  • Bump infection/infection from 0.26.21 to 0.27.0 (#229)
  • Bump guzzlehttp/guzzle from 7.6.1 to 7.7.0 (#230)
  • Bump vimeo/psalm from 5.11.0 to 5.12.0 (#233)
  • Bump vite from 3.1.3 to 3.2.7 in /docs (#236)
  • Bump phpunit/phpunit from 10.1.3 to 10.2.2 (#244)

Test

  • Fix file-related tests (#245)

Chore

  • Add sponsors to README (#237)

Full Changelog: https://github.com/mariosimao/notion-sdk-php/compare/v1.8.0...v1.8.1

v1.8.0

1 year ago

Added

  • Support block as page and database parent (#214)
  • number_with_commas format in Number database properties (#216)

Fixed

  • API error while updating page file property (#220)

Build

  • Bump php-http/discovery from 1.15.3 to 1.17.0 (#217)
  • Bump infection/infection from 0.26.20 to 0.26.21 (#218)
  • Bump brianium/paratest from 7.1.3 to 7.1.4 (#221)
  • Bump php-http/discovery from 1.17.0 to 1.18.0 (#222)
  • Bump vimeo/psalm from 5.9.0 to 5.11.0 (#223)

New Contributors

Full Changelog: https://github.com/mariosimao/notion-sdk-php/compare/v1.7.0...v1.8.0

v1.7.0

1 year ago

Added

  • Support block colors (#209)
  • Render blocks as markdown (#207)

Fixed

  • API exception on query all pages (#211)

Build

  • Bump phpunit from 10.0.19 to 10.1.2 (#206)
  • Bump infection from 0.26.19 to 0.26.20 (#204)
  • Bump paratest from 7.1.2 to 7.1.3 (#205)
  • Bump guzzle from 7.5.0 to 7.5.1 (#203)

Full Changelog: https://github.com/mariosimao/notion-sdk-php/compare/v1.6.2...v1.7.0