Skip to content

v3.0.0

Compare
Choose a tag to compare
@yann-eugone yann-eugone released this 06 Mar 10:11
· 16 commits to 3.x since this release

Changelog (since v2.7...v3.0.0)

⚠️ This is the very first release of the 3.x major ⚠️

Requirements

  • PHP : ^7.1.3
  • Symfony : ^4.4|^5.0
  • Doctrine : ^2.7

Added

  • PHP return types
  • PHP strict types
  • PHPCS with PSR12 standard
  • PhpStan static analysis

Changed

Removed

  • ArchivistInterface::archive $before argument
  • Token::getUsedAt method
  • Token::setUsedAt method
  • Token::getUsedInformation method
  • Token::setUsedInformation method
  • Token::isUsed method
  • TokenUsedEvent class
  • EventDispatcher::tokenUsed method
  • TokenUsedException class
  • TokenManager::setUsed method
  • TokenManagerInterface::setUsed method