Releases: arokettu/torrent-file
Releases · arokettu/torrent-file
2.5.2
- Backported magnet link code from 5.x to fix problem with invalid magnet links
with latest version of league/uri-components- Dependency on league/uri-components dropped entirely
- Symfony 7 is allowed
- This is the last purely dependency related update in the 2.x branch
5.0.2
5.0.1
2.5.1
5.0.0
- File listings for both versions 1 and 2 via version objects:
$torrent->v1()
and$torrent->v2()
- getInfoHash() and isDirectory() moved to version objects
- hasMetadata() to check what metadata versions are present
MetaVersion::HybridV1V2
is no longer a separate case but an alias for an array
[MetaVersion::V1, MetaVersion::V2]
4.1.0
3.3.0
2.5.0
- Adds forceMultifile option for v1 creation
- Fixes probable v1/v2 compatibility issue in case name was edited by always creating v1 data in forceMultifile mode
- Hybrid torrents will be generated with different infohashes for same paths
- Fixes deprecation warning in PHP 8.1+