A new version of Symphony CMS has been made available. This new release of the open source XSLT content management system offers a myriad of bugfixes and improvements.
Symphony, for those unaware, is an XSLT based CMS that offers plenty of power with a minimalist interface (which I personally love). You can read our Symphony CMS review if you are unfamiliar with the system.
A quick breakdown of the new features (this may be over the head of some people if you are unfamiliar with the system):
Field->getParameterPoolValue
, Field->toggleFieldData
and Field->prepareTableData
methods are now passed $entry_id
Extension Name 0.1
session_gc_divisor
. This defaults to 10PageTemplatePreEdit
,PageTemplatePostEdit
, PageTemplatePreCreate
andPageTemplatePostCreate
--enable-zip
enabled.XMLElement
gets some love with seven new functionsgetChildrenByName
, setChildren
, insertChildAt
,removeChildAt
, replaceChildAt
, addClass
and removeClass
Symphony.support
is available, which extends jQuery's support functionality with localStorage
checks.EventPreSaveFilter
now gets passed the $entry_id
when an Event is editing entries. This will be null
on new entries__get()
to the EmailGateway
allowing variables to be accessed once they are setA full list of changes can be read in the change log.