Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.4.0 source code.tar.gz | 2025-08-10 | 947.1 kB | |
2.4.0 source code.zip | 2025-08-10 | 1.3 MB | |
README.md | 2025-08-10 | 460 Bytes | |
Totals: 3 Items | 2.2 MB | 0 |
Breaking Changes
- Images will be loaded from an external source (e.g. http://example.com/img.png) only if the reader is explicitly set to allow it via
$reader->setAllowExternalImages(true)
. We do not believe that loading of external images is a widely used feature. This is a necessary change for security purposes. It unfortunately breaks Semantic Versioning for reasons described above; there is no way to start a new major version for this branch.