Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 9f82838

Browse files
committed
Merge pull request #59 from symfony-cmf/1_2_stable
news for cmf 1.2 stable
2 parents d26dfa0 + aeace08 commit 9f82838

File tree

1 file changed

+52
-0
lines changed
  • src/Cmf/MainBundle/Resources/data

1 file changed

+52
-0
lines changed

src/Cmf/MainBundle/Resources/data/page.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,58 @@ static:
760760
this award.
761761
</p>
762762
763+
1-2-stable-released:
764+
name: "1-2-stable-released"
765+
parent: "/news"
766+
title: "1.2 stable released"
767+
label: false
768+
template: CmfMainBundle:Cms:news_detail.html.twig
769+
publish_start_date: "2014-10-25"
770+
body: |
771+
<p>
772+
Today we have finally tagged the last packages and with this the CMF has reached 1.2!
773+
Unfortunately we ended up setting HHVM as an allowed failure in our test setup due to
774+
an <a href="https://github.com/travis-ci/travis-ci/issues/2863">configuration issue on
775+
Travis CI with HHVM 3.3</a>, however things were working fine with 3.2 and we expect
776+
once the configuration issue is resolved, things will work fine with 3.3 as well. All
777+
packages however are now also tested against PHP 5.6, as well as Symfony 2.5 and the
778+
upcoming 2.6.
779+
</p>
780+
781+
<p>
782+
In terms of features, as mentioned in a previous news item PHPCR ODM has seen
783+
significant improvements related to the events system, the native translation support
784+
and performance related to collections. Another big step forward is that we are now
785+
also compatible with the recently released <a href="http://sonata-project.org/bundles/admin/2-3/doc/index.html">
786+
SonataAdminBundle 2.3</a>, which provides significant improvements especially on the
787+
UI side. Furthermore, DoctrinePHPCRBundle now optionally supports the
788+
<a href="https://github.com/phpcr/phpcr-shell"> PHPCR shell</a>. Other than that most
789+
Bundles have seen incremental improvements related to developer experience,
790+
performance or minor feature additions.
791+
</p>
792+
793+
<p>
794+
Likely the biggest step forward for the CMF however is the first stable release of
795+
the <a href="http://symfony.com/doc/master/cmf/bundles/routing_auto/index.html">
796+
RoutingAutoBundle<a/> and its underlying library. With it users can automate the
797+
creation of routes. For example when a new content document is created, a route
798+
document is automatically created. Or when a route is moved, a redirect from the
799+
previous location is created as well. This makes it a lot easier to leverage the
800+
ability of the CMF to keep the content and route structure separate, as it allows
801+
a best of both worlds approach where most route related work is automated, but
802+
it still is possible to easily manually manage the route structure independent
803+
of the content structure.
804+
</p>
805+
806+
<p>
807+
As always we are also thrilled to see a steady increased in contributors providing
808+
feedback, fixes and improvements small or large. In order to allow users to
809+
quickly get a taste of what is possible, we have of course also updated our
810+
<a href="http://cmf.liip.ch>demo</a> to use the latest version of the sandbox. The
811+
<a href="http://symfony.com/doc/master/cmf/index.html">documentation</a> has also
812+
been updated to cover the new features.
813+
</p>
814+
763815
getstarted:
764816
name: "get-started"
765817
title: "Get Started"

0 commit comments

Comments
 (0)