Changelog
=========


1.2.0 (2014-03-13)
------------------

- Get the parents slider if you are on a default page.
  If the context is a page which is set as default layout page, try to
  get the parents slider container to display.

- Package adjustments
  - Remove ftw.slider.Container from navigation
  - Remove ftw.slider.Container and ftw.slider.Pane from searchable types
  [elio.schmutz]

- Added support for plone.app.multilingual.
  [Julian Infanger]

- Only enable slider behaviour if there are at least two panes.
  Otherwise display the single slider pane without the slider controls.
  [Julian Infanger]

- Do no use RelationChoice (z3c.relationfield) if you don't use Relations.
  I guess we should use plone.app.relationfield.
  The old implementation did not make any sense. Storing string value in a
  RelationField.
  [mathias.leimgruber]


1.1.0 (2013-12-13)
------------------

- Do not display the slider, if there are no images.
  This caused a javascript error.
  [Julian Infanger]

- Add a simple description how to use ftw.slider into README.
  [Julian Infanger]

- Added a link field to link the whole pane.
  [Julian Infanger]

- Show title in slider pane if there is text to display.
  [Julian Infanger]


1.0.0 (2013-09-24)
------------------

- Initial version.
