=========
Changelog
=========

1.2.2 (2012-10-19)
==================

- Nothing changed yet.


1.2.1 (2012-10-12)
==================

- Fixed tales expression to work with Plone 4.2
  https://bugs.launchpad.net/zope.tales/+bug/1002242
  [tom_gross]

- Updated buildout and added travis-CI testing
  [tom_gross]

1.2.0 (2012-03-26)
==================

* Fix link's background image when "Show icons" is not checked
  [sylvainb]

* For Plone 4.1 we need to import CMF core permissions in configure.zcml
  [sylvainb]

* Update i18n files and add missing french translations
  [sylvainb]

* Add possibility to hide portlet title
  [jriboux]

* Replace html table by portlet items and set action icons as backgrounds of each action link
  [jriboux]

* Plone 4 : Retreive actions list in a plone 4 compatible way and update tests to work on plone 4
  [jriboux]

* Added new tests for object_buttons category
  [davidemoro]

* Fixed support for object_buttons category
  [davidemoro]

* Added italian translation
  [davidemoro]

* Added MANIFEST.in
  [tom_gross]

* Fixed compatibility Plone 3.2 - 4.2
  [tom_gross]

1.1.0
=====

* Fixing tests and adding new tests for portal_tabs
  [glenfant]

* Optims for portal_tabs rendering (same invariant stuffs were computed twice)
  [glenfant]

* Special case for "portal_tabs" actions category that may rely on items
  available in the Plone content root.
  [kroman0]

1.0.1
=====

* 2009/05/20: fixed caching of actionLinks renderer's method, caching is still
  applied but this is possible now to have more than one actions portlet with
  a different settings on the same page, appropriate test added
  [piv]


1.0.0
=====

Initial release

