Skip to content

Releases: podio-community/podio-php

6.0.2

14 Jan 19:16
e09dd40

Choose a tag to compare

  • Bugfix: In some cases errors where raised, instead of defined exceptions if preconditions for save operations were missing (see #213).
  • Bugfix: File upload was broken (#215)

6.0.1

24 Sep 07:15
1182e8a

Choose a tag to compare

Bugfix: #211

6.0.0

23 Aug 07:29

Choose a tag to compare

  • BREAKING CHANGE: Drop support for PHP 5.x and 7.0/7.1/7.2
  • Support PHP 8.0
  • Use Guzzle HTTP client abstraction - now this falls back to PHP streams when curl is not available.
  • Added get_item_values call (#193, thanks @dougblackjr)
  • Replace optional kdyby/curl-ca-bundle by composer/ca-bundle (#200)

5.1.0

15 Jul 06:31

Choose a tag to compare

  • Bugfix: Assure Podio::set_debug(true) performs debug output (with Kint) in non-cli setting.
  • Doc: More thorough quick start guide in README.md (#190)
  • Bugfix: Force HTTP 1.1 to prevent broken requests/file uploads (#191)

Thanks to @dougblackjr for the contribution!

5.0.0

10 Mar 10:51

Choose a tag to compare

This release contains some major rework and requires to be used via Composer in particular.

For details on changes see: https://github.com/podio-community/podio-php/blob/master/CHANGES.md

4.4.0

02 Jun 15:05
356cb81

Choose a tag to compare

This is the first release under the new package name podio-community/podio-php. It contains several fixes and minor improvements and should generally be backwards compatible to podio/podio-php v4.3.0.

For details regarding changes, please browse 4.3.0...v4.4.0

4.3.0

30 Sep 08:27

Choose a tag to compare

4.2.0

02 Jul 08:09

Choose a tag to compare

  • Add update_reference and count to PodioTask
  • Create PodioVoting
  • Add low memory file fetch
  • Verify TLS certificates
  • Minor bug fixes

4.1.0

16 Jun 20:47

Choose a tag to compare

  • Fix PodioFile get_raw concatenation
  • Fix user model mail return value
  • Add votes property and support for options when getting item
  • Add missing properties to Comment model
  • Add description to space model
  • Make upload function compatible with PHP 5.6
  • Add activation method for platform
  • Add search method for platform
  • Add method for org bootstrap for platform

4.0.2

31 Oct 22:01

Choose a tag to compare

Minor bugfixes