Skip to content

Releases: martin-georgiev/social-post-bundle

Support Symfony 5

31 May 13:32
a9c459a
Compare
Choose a tag to compare
  • Drops support for Symfony <3.4, <4.3.
  • Drops support for PHP 7.1

Address CVE-2019-10909

20 Nov 15:54
d100b43
Compare
Choose a tag to compare
v3.0.3

Address CVE-2019-10909 (#30)

Fix regression related to Symfony 4.2 support

12 May 10:32
Compare
Choose a tag to compare
  • Fix regression introduced with Symfony 4.2 support
  • Update Travis matrix to run only for maintained Symfony and PHP versions
  • Update composer dev dependencies

Resolve Symfony 4.2 and PHPUnit deprecations

02 Dec 15:22
4c4e4fb
Compare
Choose a tag to compare
  • Fix Symfony 4.2 deprecations for TreeBuilder
  • Fix PHPUnit deprecations for the configuration file
  • Replace dev dependency of satooshi/php-coveralls with php-coveralls/php-coveralls

Split framework-agnostic logic in its own project

12 Aug 13:18
3915255
Compare
Choose a tag to compare
  • Min PHP version required bumped to 7.1
  • Non-symfony related logic moved to martin-georgiev/social-post (check UPGRADE-GUIDE.md for details)

Enable Symfony 4 support

23 Nov 14:45
9e48301
Compare
Choose a tag to compare
Merge pull request #10 from martin-georgiev/feature/symfony-4-ready

Make the package Symfony 4 ready

LinkedIn support

05 May 23:18
Compare
Choose a tag to compare

Includes:

  • Support for publishing on LinkedIn
  • Simplified SocialNetworkPublisher interface (includes new Message class)
  • Better runtime control (ability to publish only to a sublist of social networks) (RFC in #4)
  • New exceptions
  • Improved unit tests coverage

Facebook and Twitter support

17 Mar 12:52
Compare
Choose a tag to compare

Support for Facebook and Twitter