Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@greg0ire greg0ire released this 11 Dec 07:57
· 175 commits to 1.x since this release
1.1.0
a3ff865

Added

  • Added Article::isValidated() method

Fixed

  • Fixed Article::getValidatedAt() to be able to return null

Changed

  • In AbstractArticle, getValidatedAt(): \DateTimeInterface becomes
    getValidatedAt(): ?\DateTimeInterface, this is technically a BC-break