Releases: xabbuh/PandaBundle
Releases · xabbuh/PandaBundle
2.0.1
1.5.1
2.0
1.5.0
- not injecting the required dependencies through the constructor of the
command classes is deprecated - the
setContainer()
andgetContainer()
methods of the command classes
are deprecated - marked all command and event classes as
final
, extending them will not
be supported as of 2.0 - added support for Symfony 5 components
- dropped support for PHP 5 and 7.0
- dropped support for unmaintained Symfony versions
1.4.1
1.4.0
- made the bundle compatible with Symfony 4
- explicitly marked the
xabbuh_panda.controller
service as public - deprecated the
cloud_factory
service - added autowiring support by adding aliases for
CloudInterface
(if at
least one cloud is configured) andCloudManagerInterface
1.3.0
1.2.1
1.2.0
This release does not ship with any (real) new features. It comes with a lot
of improvements to not use deprecated features when being used with Symfony
2.7 and (the yet to be released) Symfony 2.8.
Some other improvements that have been made:
- switch to PSR-4 autoloading
- improve the handling of configured options in the video uploader form
extension class (it will now trigger meaningful error messages when invalid
values were used)
CAUTION: Before 1.2, the video uploader form extension was able to work
with custom implementations of the OptionsResolverInterface
. This does not
work anymore. Instances of the OptionsResolver
class must always be used.