Changelog
=========

1.1 (2013-08-20)
----------------

- Generate the static folder always in the same place, relative to
  $INSTANCE_HOME
  [erral]

- Add more logging to the deployment steps
  [erral]

- Fixes to one-object-deployment option
  [erral]

- Option to deploy all the contents below a given path.
  [erral]

- Extra DeploymentSteps are now executed in the order the developer states
  in the configuration file
  [erral]

- Content-types are searched now based on portal_type instead of meta_type
  [erral]

- Dexterity objects and plone.namedfile based blob support
  [erral]

- use lxml for parsing links instead
  [vangheem]

1.0.4 (2013-03-27)
------------------

- also transform /RSS views automatically
  [vangheem]

- fix using plone.scale image scales
  [vangheem]

- more diazo related fixes
  [vangheem]

- create a fake request so diazo rules can utilize path variables.
  [vangheem]

- handle image extensions correctly
  [vangheem]


1.0.3 (2013-03-25)
------------------

- better unicode handling
  [vangheem]

- make sure to not html transform css and js resources
  [vangheem]

- fix diazo support
  [vangheem]

- fix retrieving plone.resource files
  [vangheem]

- fix trying to parse data images in css
  [vangheemj]

- fix use a relative paths in css
  [vangheem]

- Fixed bug with missing porltets (tnanks to Alessandro Ruocco)

1.0.2 (12.07.2012)
------------------
- Fixed bug with image scale name exctraction
- Fixed method transforming the images links

1.0.1 (03.07.2012)
------------------
- Fixed issue with Products.CMFCore on Plone 4.1

1.0.0 (23.05.2012)
------------------
- Code refactoring
- Compatibility with Plone 3
- Created tests
- Added possibility of generating relative paths

History of earlier changes: https://github.com/stxnext/stxnext.staticdeployment/blob/refactoring/docs/OLD_HISTORY.txt
