Changelog
=========

0.9 (2010-04-30)
----------------

- Change version to 0.9 (plone3 release series)
  [amleczko]

- Renamed validation to validators, now a list of validators.
  Renamed isVisible to validate.
  Now show a warning box for each error message.
  [vincentfretin]

- Internationalize the "of" separator, but the javascript is cached once it's generated so the translation is the first language seen on the portal after a restart.
  [vincentfretin]

- Internationalize the expected text of a step.
  [vincentfretin]

- Don't disable button, input, textarea, select. The user needs to fill out
  the "remaining fields" and upload an image for example.
  [vincentfretin]

- Rename IManageTourUtility to ITourManager.
  [vincentfretin]

- Add url to next tour at the end of a tour.
  [vincentfretin]

- Add basic step validations: isAnonymous and isAuthenticated.
  [amleczko]

- Refactor tour and step: add proper Interface schema for Tour and Step.
  Add validation checkings, write some coverage tests for that.
  [fdelia, amleczko]

- Add doctests for meta registration.
  [fdelia, amleczko]

- Add unittests for tour_manager.
  [fdelia, amleczko]


0.1 (released)
--------------

- Initial release

