Releases: silasjoisten/sonata-multiupload-bundle
Releases · silasjoisten/sonata-multiupload-bundle
4.0.1
What's Changed
- Fix: Prevent render Multiupload in Collection Modal by @silasjoisten in #156
- Enhancement: Add more flexibility by not decorating default controller by @mpoiriert in #155
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- Enhancement: Increases minimum PHP version
7.4
=>8.0
by @silasjoisten in #85 - Enhancement: Removes
pdo_pgsql
extension by @silasjoisten in #86 - Enhancement: Updates Yarn dependencies by @silasjoisten in #91
- npm(deps): bump lodash from 4.17.15 to 4.17.21 by @dependabot in #94
- npm(deps): bump minimist from 1.2.0 to 1.2.5 by @dependabot in #93
- npm(deps): bump kind-of from 6.0.2 to 6.0.3 by @dependabot in #92
- Enhancement: Updates Sonata Media Bundle by @silasjoisten in #96
- Upgrade Notes by @silasjoisten in #122
- Fix: Checkout in Github Actions by @OskarStark in #138
- MultiUploadController arguments not configured properly by @mpoiriert in #136
- npm(deps): bump follow-redirects from 1.7.0 to 1.15.0 by @dependabot in #141
- github-actions(deps): bump actions/setup-node from 2.4.1 to 3.1.1 by @dependabot in #133
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.14.1 by @dependabot in #134
- github-actions(deps): bump actions/cache from 2.1.6 to 3.0.2 by @dependabot in #132
- npm(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.26.0 by @dependabot in #130
- npm(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #135
- npm(deps-dev): bump sass-loader from 12.3.0 to 12.6.0 by @dependabot in #115
- npm(deps-dev): bump @symfony/webpack-encore from 1.6.1 to 1.8.2 by @dependabot in #123
- npm(deps): bump nanoid from 3.1.30 to 3.3.4 by @dependabot in #140
- npm(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #127
- npm(deps): bump ajv from 6.10.2 to 6.12.6 by @dependabot in #119
- Enhancement: Adds
removeProvider
method by @silasjoisten in #142 - Enhancement: Increase minimum requirement of symfony-http-responder by @silasjoisten in #145
- Enhancement: Adds backward compatibility by @silasjoisten in #146
- Revert "Enhancement: Adds backward compatibility" by @silasjoisten in #147
- Fix: int cast parameter by @silasjoisten in #149
- Fixes: Controller, Admin Extension by @silasjoisten in #150
- Updates Docs by @silasjoisten in #153
New Contributors
- @mpoiriert made their first contribution in #136
Full Changelog: 3.3.0...4.0.0
3.4.0
What's Changed
- Enhancement: Increases PHP version
7.1
=>7.4
by @silasjoisten in #85 - Enhancement: Removes
pdo_pgsql
extension by @silasjoisten in #86 - Enhancement: Updates Yarn dependencies by @silasjoisten in #91
- npm(deps): bump lodash from 4.17.15 to 4.17.21 by @dependabot in #94
- npm(deps): bump minimist from 1.2.0 to 1.2.5 by @dependabot in #93
- npm(deps): bump kind-of from 6.0.2 to 6.0.3 by @dependabot in #92
- Enhancement: Updates Sonata Media Bundle by @silasjoisten in #96
- Upgrade Notes by @silasjoisten in #122
- Fix: Checkout in Github Actions by @OskarStark in #138
- MultiUploadController arguments not configured properly by @mpoiriert in #136
- npm(deps): bump follow-redirects from 1.7.0 to 1.15.0 by @dependabot in #141
- github-actions(deps): bump actions/setup-node from 2.4.1 to 3.1.1 by @dependabot in #133
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.14.1 by @dependabot in #134
- github-actions(deps): bump actions/cache from 2.1.6 to 3.0.2 by @dependabot in #132
- npm(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.26.0 by @dependabot in #130
- npm(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #135
- npm(deps-dev): bump sass-loader from 12.3.0 to 12.6.0 by @dependabot in #115
- npm(deps-dev): bump @symfony/webpack-encore from 1.6.1 to 1.8.2 by @dependabot in #123
- npm(deps): bump nanoid from 3.1.30 to 3.3.4 by @dependabot in #140
- npm(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #127
- npm(deps): bump ajv from 6.10.2 to 6.12.6 by @dependabot in #119
- Enhancement: Adds
removeProvider
method by @silasjoisten in #142 - Enhancement: Increase minimum requirement of symfony-http-responder by @silasjoisten in #145
- Enhancement: Adds backward compatibility by @silasjoisten in #146
- Revert "Enhancement: Adds backward compatibility" by @silasjoisten in #147
- Fix: int cast parameter by @silasjoisten in #149
- Fixes: Controller, Admin Extension by @silasjoisten in #150
- Enhancement: 3.x PHP 7.4 support by @silasjoisten in #151
- Update Readme by @silasjoisten in #152
New Contributors
- @mpoiriert made their first contribution in #136
Full Changelog: 3.3.0...3.4.0
3.3.0
3.2.0
- Updated Yarn Packages
3.1.1
- Fixes: Formaction url passed to template
3.1.0
- Keep compatible with sonata media (template change)
3.0.0
- Replaced
Sonata\CoreBundle\Model\ManagerInterface
withSonata\Doctrine\Model\ManagerInterface
2.3.0
- Dropped PHP 7.0 support
- Fixed Symfony TreeBuilder deprecation message
2.2.3
- Docs improvement
- Fixed Video upload no image shown