Skip to content

Releases: Sylius/SyliusThemeBundle

v2.5.0

Choose a tag to compare

@Rafikooo Rafikooo released this 06 Feb 13:46
3249ad4

Added support for Symfony 8.

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

v2.4.1

Choose a tag to compare

@GSadee GSadee released this 11 Mar 15:12
v2.4.1
2a2e474

Details

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

Choose a tag to compare

@GSadee GSadee released this 19 Jul 08:11
v2.4.0
aff44ba

TL:DR;

  • Add support for Symfony 7
  • Drop support for PHP 8.0

Details

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@lchrusciel lchrusciel released this 04 Sep 09:54
v2.3.0
b167b1b

TL:DR;

  • Added support for Symfony 6

Details

Added

Changed

Fixed

v2.3.0-ALPHA.1

v2.3.0-ALPHA.1 Pre-release
Pre-release

Choose a tag to compare

@lchrusciel lchrusciel released this 24 Aug 14:56
v2.3.0-ALPHA.1
e5b0aa7

TL:DR;

  • Added support for Symfony 6

Details

Added

Changed

Fixed

v2.2.0

Choose a tag to compare

@pamil pamil released this 19 Mar 13:32
v2.2.0

TL;DR

  • Added support for PHP 8, while dropping support for PHP 7.3
  • Added support for Symfony 5.2
  • Added support for using the updated bunlde directory structure (FooBundle/public instead of FooBundle/Resources/public)

Details

  • #89 Allow PHP8 (@plozmun)
  • #95 Add support for bundles using the updated bundle directory structure (@mbabker)
  • #96 Fix the build by requiring new version of ECS (@pamil)
  • #97 Drop support for PHP 7.3 and Symfony 5.1 (@pamil)

v2.1.0

Choose a tag to compare

@pamil pamil released this 05 Nov 10:54
v2.1.0
e3f6db0

v2.0.1

Choose a tag to compare

@pamil pamil released this 27 Jul 14:01
v2.0.1
563187f
  • #61 Rename Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManager service to Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface (@pamil)

v2.0.0

Choose a tag to compare

@pamil pamil released this 23 Jul 12:59
v2.0.0
0d911ce

TL;DR

For actionable information about the upgrade, please refer to UPGRADE.md file.

  • Added support for Symfony 5
  • Added support for PHP 7.4
  • Added support for theming all the assets
  • Completely refactored template loaders
  • Modified theme structure to stay closer to Symfony standards
  • Introduced legacy_mode to be compatible with themes using the old structure
  • Removed support for symfony/templating

Details

v2.0.0-alpha.2

v2.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@pamil pamil released this 24 May 18:14
v2.0.0-alpha.2
5d5ed93
  • #56 Remove Zend/Hydrator dependency (@pamil)