Skip to content

Latest commit

 

History

History
163 lines (108 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

163 lines (108 loc) · 2.83 KB

Changelog

All Notable changes to svycka/social-user will be documented in this file

NEXT - YYYY-MM-DD

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

3.0.0 - 2022-07-01

Added

  • #14 Added php 8 support

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • #14 [BC Break] Removed facebook-graph-sdk because it is no longer supported

Security

  • Nothing

2.0.1 - 2020-11-09

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • #13 Calling Doctrine\ORM\EntityManager::flush() with any arguments to flush specific entities is deprecated and will not be supported in Doctrine ORM 3.0.

Removed

  • Nothing

Security

  • Nothing

2.0.0 - 2020-01-13

Added

  • #11 Added support for Laminas
  • #11 Added support for PHP 7.2, 7.3 and 7.4

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • #11 Removed PHP 5.6, 7.0 and php7.1 support
  • #11 Removed zend-servicemanager 2.* support

Security

  • Nothing

1.2.0 - 2017-06-07

Added

  • #9 Added support for zend-expressive
  • #10 Added php7.1

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • #10 Removed HHVM and php5.5 support

Security

  • Nothing

v1.1.2 - 2016-09-01

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • #5 Fixed suggested facebook/graph-sdk in composer.json

Removed

  • Nothing

Security

  • Nothing

v1.1.1 - 2016-08-31

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • #4 Protect FacebookGrant from using tokens generated by other facebook applications
  • #4 Updated deprecated facebook/php-sdk-v4 dependency to facebook/graph-sdk

v1.1.0 - 2016-07-11

Added

  • #3 Added zend-servicemanager 3.0 support

Deprecated

  • Nothing

Fixed

  • #1 fixed wrong path name in config example
  • #2 fixed coveralls.io setup

Removed

  • Nothing

Security

  • Nothing

v1.0.0 - 2016-02-15

Initial release.

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing