Releases: Orbitale/CmsBundle
v1.3.2
v1.3.1
v1.3.0
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
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
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
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.