Skip to content

Releases: Orbitale/CmsBundle

v2.0.0

16 Jul 12:11
Compare
Choose a tag to compare

Global 2.0 changes and BC breaks

  • Now, you must create your own Page and Category entities and configure them in the bundle, which is much better when you need to override them.
  • Remove Gedmo doctrine behaviors: you have to implement them yourself if you need them.
  • You can use your own repositories, but Orbitale's controllers use a specific one configured as a service. By the way, your repos can extend this one if you want.
  • Make the bundle require php 5.4 (hey, we're in 2016!)

v2.0.0-beta2

09 Jul 13:34
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

Changelog

  • Make config more strict & light for injections
  • Remove createdAt setters and fix category slug update
  • Fixed tests
  • Make the bundle require php 5.4 (hey, we're in 2016!)
  • Update docs to add warning about 1.x and master branches

v1.6.1

09 Jul 12:41
Compare
Choose a tag to compare

Fix tag parameter injection (closes #7)

v2.0.0-beta1

08 Jul 19:34
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

Changelog for v1.5.1...v2.0.0-beta1

Now, you must create your own Page and Category entities, which is much better when you need to override them.

  • Remove entities Gedmo dependencies and make them abstract
  • Update config for new Page and Category classes
  • Remove Gedmo services from configuration
  • Create a listener to update mapped superclasses mapping (else it'd be "illegal" according to doctrine)
  • Remove updatedAt sortable field in Category controller
  • Update repositories so they use the correct classes
  • Updated tests
  • Fixed dependencies
  • Update readme

v1.6.0

08 Jul 19:31
Compare
Choose a tag to compare

New feature

  • Make doctrine connection configurable under the orbitale_cms.connection parameter

v1.5.1

04 May 08:20
Compare
Choose a tag to compare

Fixes

[b6edd0f] Remove yml deprecations in services.yml
[754cfbf] Redirect homepage with locale if has one only

Minor adjustments

[ce2f80b] Remove dead code
[8993f63] Remove whitespaces in readme
[28ddb0d] Fix tests
[ad76e6c] Update dependencies and CI
[2230dab] Update LICENSE date

v1.5.0

15 Dec 16:05
Compare
Choose a tag to compare

New features

[5f7d018] Add Doctrine Cache support for the bundle (@sfarkas1988)

v1.4.1

10 Dec 12:44
Compare
Choose a tag to compare

Some minor fixes, but now the bundle is compatible with Symfony3 ! 🎉

v1.4.0

25 Nov 13:09
Compare
Choose a tag to compare

In order to allow this bundle to migrate to Symfony 2.8, it now requires twig/twig: ~1.23 because of the new Twig_Extension_GlobalsInterface class that must be extended by any extension requiring the use of getGlobals().
This induces a small BC break for all apps requiring Twig with an inferior version.

[f6a69be] Minor update for Symfony 2.8 and 3.0

v1.3.3

07 Aug 09:38
Compare
Choose a tag to compare

Fixes

[bf447ce] Fix reversed breadcrumbs on page index

Tests & CI

[842b699] [Tests] Fixed PageControllerTest
[9708b63] Fix travis-ci config to build only master