This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
1.1.0
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