Releases: Swader/diffbot-php-client
Major dependencies updated
The Httplug project has reached 1.0, and deprecated some earlier sub-packages. This required extensive reworking. What's more, the project now depends on PuliPHP.
The minimum PHP version for this package has also been raised to 5.5 which is the oldest supported PHP version.
No extra new features were added - those are coming soon.
PHP-HTTP changes
The php-http project has introduced some changes - versioning, class renames etc. These minor updates reflect this.
Carbon dating
The article and post entities now return Carbon instances in all date-related getters, as long as Carbon is installed. If not, everything works as usual.
New fields in Article Entity
1.1 Fixes #27
authorUrl and missed bug
- Minor fixes based on feedback from PHP-HTTP team
- authorUrl getter added to Article entity
PHP-HTTP
Fixed #30
Fixed bug #16
Finally fixed EntityIterator problems. I hope.
Fixed bug #15
0.4.3 Fixed #15
EntityIterator Fix
Fixed a minor bug in the EntityIterator where unsetting some of the entities by would cause the cursor to break on second iteration of the same iterator object.