Skip to content

Releases: xabbuh/PandaBundle

2.0.1

20 Apr 17:16
v2.0.1
Compare
Choose a tag to compare
  • removed invalid xabbuh_panda.cloud_factory service definition
  • fixed compatibility with symfony/dependency-injection 5.1
  • exclude tests and development files from the archive

1.5.1

20 Apr 17:09
v1.5.1
Compare
Choose a tag to compare
  • fixed compatibility with symfony/dependency-injection 5.1
  • exclude tests and development files from the archive

2.0

31 Mar 10:14
v2.0.0
Compare
Choose a tag to compare
2.0
  • removed CloudFactoryInterface and CloudFactory
  • dropped support for Symfony 3.4

1.5.0

21 Mar 09:15
v1.5.0
Compare
Choose a tag to compare
  • not injecting the required dependencies through the constructor of the
    command classes is deprecated
  • the setContainer() and getContainer() 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

10 May 07:39
v1.4.1
Compare
Choose a tag to compare
  • register commands as services for compatibility with recent Symfony versions

1.4.0

01 Feb 10:17
v1.4.0
Compare
Choose a tag to compare
  • 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) and CloudManagerInterface

1.3.0

10 Jul 10:12
v1.3.0
Compare
Choose a tag to compare
  • make use of HTTPlug to perform HTTP requests
  • made the bundle compatible with Symfony 3.x and PHP 7.1
  • dropped support for Symfony versions before 2.8

1.2.1

20 Jul 06:36
1.2.1
Compare
Choose a tag to compare

The VideoUploaderExtension is now properly registered when using Symfony 3.0 or higher.

1.2.0

06 Sep 11:46
1.2.0
Compare
Choose a tag to compare

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.

1.1.1

03 Sep 20:17
1.1.1
Compare
Choose a tag to compare
  • update dependencies to work with Symfony 2.5.4