All notable changes to Socialize
will be documented in this file.
Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.5.0...v1.6.0
Fixed: removed "illuminate/contracts" from dependencies Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.4.0...v1.5.0
Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.3.0...v1.4.0
Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.2.3...v1.3.0
Changed: Decrease the minimum PHP version to 8.0
Added: Add $granularity parameter to twitter queryPlace()
Fix: Minor fixes.
Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.2.2...v1.2.3
- Fixed a bug in Facebook
getPost()
,getComments()
and method. - Fixed a bug in Instagram
array_merge(): Argument #2 must be of type array, null given
.
- Added
Twitter->addComment()
method to add a comment to a tweet.
- README.md: Added an example of how to add a comment to a tweet.
- Minor fixes.