Skip to content

Releases: Orbitale/CmsBundle

v1.3.2

06 Aug 13:10
Compare
Choose a tag to compare

Code style

[d7b2e36] Minor change in code style (mostly for SensioLabsInsight & ScrutinizerCI)

v1.3.1

30 Jul 13:41
Compare
Choose a tag to compare

Tests

[3dd061b] Fix bug in test after new default breadcrumb class in config

v1.3.0

30 Jul 13:35
Compare
Choose a tag to compare

Features

[d2709fe] Don't show all tree on breadcrumbs if we are on a homepage
[60550c4] Redirect to root if we're on homepage and there are slugs in url. For instance, if our homepage tree is /my-page/a-homepage, the controller will redirect to /.
[bf3b98a] Add new "design" option to customize breadcrumb elements
[96849b2] Add some breadcrumb design options, added their support in the view
[6d66e7e] Default breadcrumbs_class is "breadcrumb". It fits automatically to Twitter's Bootstrap, and still is customizable.

Code style

[1b734c2] Minor code style fixes
[2897fd0] Minor fix for ScrutinizerCI
[28b20fd] Scrutinizer Auto-Fixes
[1482a50] PhpCsFixer fixes

Documentation

[f124d6e] Update and improve documentation

Tests

[543b31f] Fix issue with SF2.3
[5455839] Added a test for breadcrumbs design options
[17b6570] Fixed PageControllerTest after new homepage redirection system

v1.2.3

21 Jul 13:04
Compare
Choose a tag to compare

Docs

[73b0355] Minor fix in docs

v1.2.2

20 Jul 16:35
Compare
Choose a tag to compare

Translation

[fa1c320] Added missing translation files

v1.2.1

20 Jul 14:54
Compare
Choose a tag to compare

Docs

[7453e8d] [dd649bd] Updated documentation

v1.2.0

17 Jul 14:04
Compare
Choose a tag to compare

New features

[8ba6927] [f1631c0] [881185b] [2e21fce] Locale support

Tests

[ed74f37] Updated all tests for locale support
[6a0b6dd] [e844a01] Update Travis-CI config

Internal improvements

[f3a5550] Remove unused classes in entities

Docs

[b0aa98d] Update docs

v1.1.1

02 Apr 19:15
Compare
Choose a tag to compare

Fixes

[6f946a9] Fixed gedmo/doctrine-extensions dependency because it had a conflict with
stof/doctrine-extensions-bundle.
Also changed sensio/framework-extra-bundle to allow ~2.3 releases to be supported in case of conflict.

v1.1.0

01 Apr 14:54
Compare
Choose a tag to compare

Fixes

[6b5cf59] Fix an error when specifying layout host
[c41db8c] Fix uasort compare to sort config layouts

New features

[8748901] Added the layout assets to the views: allows to use assets_css and assets_js parameters in layout config.

Changes

[e48e56b] Changed the "header_metas" block name to orbitale_cms_head_metas
[a07091c] Changed layout feature: removed "route", changed "type" to "name"...

Internal improvements

[4a9e02b] Send the entire current layout config to the request
[aabd86b] Optimized layout setup

Tests

A lot. Check all commits starting with [Tests] to see what's up.
We now reach 100% code coverage !

v1.0.0

29 Mar 09:36
Compare
Choose a tag to compare

First release after beta

Features

[a8f9775] [e10106a] [4d10c26] Added support for categories.
[893d7be] [f769063] Removed stof/doctrine-extensions-bundle dependency.
[2c53669] Removed some doctrine behaviors, too complex for now.

Tests

[7d55e70] [020bd8a] [5392ff8] Added many tests.

Docs

[498d3b0] Updated documentation.