Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 1.53 KB

Changelog

All notable changes to Socialize will be documented in this file.

v1.6.0 - 2023-10-26

Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.5.0...v1.6.0

v1.5.0 - 2023-07-08

Fixed: removed "illuminate/contracts" from dependencies Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.4.0...v1.5.0

v1.4.0 - 2023-01-12

Full Changelog: https://github.com/DrAliRagab/Socialize/compare/v1.3.0...v1.4.0

v1.3.0 - 2023-01-03

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.

v1.2.3 - 2022-12-29

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

  • Added Twitter->addComment() method to add a comment to a tweet.

Changed

  • README.md: Added an example of how to add a comment to a tweet.
  • Minor fixes.