- Add support for Flows (https://developers.podio.com/doc/flows)
- Add
update_reference
andcount
toPodioTask
- Create
PodioVoting
- Add low memory file fetch
- Verify TLS certificates
- Minor bug fixes
- 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
- Minor bugfixes
- Minor bugfixes
- Make
authenticate_with_password
actually work - Support image downloads at different sizes
- Introduced PodioCollection to make it easier to work with collections. Removed field and related methods from * PodioItem and PodioApp objects. Use the new array access interface instead.
- Made Podio*Itemfield objects more intuitive to work with
- Unit tests added for PodioCollection (and subclasses), PodioObject and Podio*ItemField classes
- Improved debugging options and added Kint for debugging
- Bug fixed: Handle GET/DELETE urls with options properly.
- Made __attributes and __properties private properties of PodioObject instances to underline that they shouldn’t be used
- Add options to bulk delete
- ¯_(ツ)_/¯