Releases: dustin10/VichUploaderBundle
Releases · dustin10/VichUploaderBundle
v3.0.0-rc2
What's Changed
- fix the "Non-readonly class PHPUnit\Metadata\DataProvider cannot exte… by @guillaume-sainthillier in #1572
- update directory_namer service id in doc by @guillaume-sainthillier in #1571
Full Changelog: v2.9.1...v3.0.0-rc2
v3.0.0-rc
What's Changed
- Support multiple extensions for MIME types in FileExtensionTrait by @endelwar in #1538
- Add namer_keep_extension configuration option by @endelwar in #1540
- Update PHPStan configuration and fix type issues by @endelwar in #1542
- Add FileRequired validator constraint by @endelwar in #1541
- Add interfaces for easier testing by @gnat42 in #1539
- Remove support for annotations by @garak in #1549
- Add cleanup command to remove orphaned uploaded files by @endelwar in #1553
- Migrate configuration from XML to PHP by @endelwar in #1554
- Remove deprecated Annotation namespace by @endelwar in #1556
- Drop support for PHP < 8.3 and Symfony < 6.4 by @garak in #1558
- PHPUnit 12 compatibility fixes and test refactor by @endelwar in #1560
- update NamerInterface signature by @garak in #1561
- remove bypass-finals by @garak in #1565
Full Changelog: v2.8.1...v3.0.0-rc
v2.9.1
What's Changed
- Fix AttributeDriver not using Vich\UploaderBundle\Mapping\Annotation\UploadableField by @andyexeter in #1564
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- Support multiple extensions for MIME types in FileExtensionTrait by @endelwar in #1538
- Add namer_keep_extension configuration option by @endelwar in #1540
- Update PHPStan configuration and fix type issues by @endelwar in #1542
- Add FileRequired validator constraint by @endelwar in #1541
- Migrate configuration from XML to PHP by @endelwar in #1551
- Deprecate Annotation namespace in favor of Attribute namespace by @endelwar in #1555
- ⬆️ allow Symfony 8 by @garak in #1524
Full Changelog: v2.8.1...v2.9.0
v2.8.1
v2.8.0
What's Changed
- Add description within the command attribute by @laurentmuller in #1514
- keep xlsb extension by @mathiiii-dev in #1518
- fix cs failures by @garak in #1525
- Fix resolveStream method to handle invalid file paths by @rserry in #1523
- do not inject container in PropertyMappingResolver by @garak in #1529
- Set default upload destination by @laurentmuller in #1527
- Erase option by @garak in #1532
- 👷 improve CI by @garak in #1530
New Contributors
- @mathiiii-dev made their first contribution in #1518
- @rserry made their first contribution in #1523
Full Changelog: v2.7.0...v2.8.0
v2.7.0
v2.6.1
What's Changed
- Updated the PropertyMapping to accept array for the getUploadDir() function. by @laurentmuller in #1500
Full Changelog: v2.6.0...v2.6.1
v2.6.0
This release mostly allows for more recent Doctrine libraries, and polishes the tests a bit.
What's Changed
- use self to access constant in final classes by @guillaume-sainthillier in #1488
- fix typo by @guillaume-sainthillier in #1490
- Fix php cs fixer by @guillaume-sainthillier in #1487
- Fix tests by @guillaume-sainthillier in #1486
- update objects and methods typehint by @guillaume-sainthillier in #1489
- fix tests on flysystem v2 by @guillaume-sainthillier in #1492
- Improve public uri by @guillaume-sainthillier in #1491
- Allow Doctrine Persistence v4 by @tobias-93 in #1494
- ⬆️ upgrade PHPUnit by @garak in #1496
- migrate to phpunit attributes by @garak in #1498
New Contributors
- @guillaume-sainthillier made their first contribution in #1488
Full Changelog: v2.5.1...v2.6.0