Skip to content

Modern PHP 8 API

Latest
Compare
Choose a tag to compare
@danog danog released this 01 Apr 16:52
· 2 commits to master since this release

This release features a major modernization refactoring!

All constants were removed and turned into the FileIdType and UniqueFileIdType enums, all getters and setters from the FileId and UniqueFileId classes were removed and replaced with public readonly properties, plus the overall API was improved.