Releases: podio-community/podio-php
Releases · podio-community/podio-php
6.0.2
6.0.1
6.0.0
- 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
- 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
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
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
- Add support for Flows (https://developers.podio.com/doc/flows)
4.2.0
- Add
update_referenceandcounttoPodioTask - Create
PodioVoting - Add low memory file fetch
- Verify TLS certificates
- Minor bug fixes
4.1.0
- Fix PodioFile get_raw concatenation
- Fix user model
mailreturn 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