* make compatible with dexterity (plone.app.contenttypes) [pbauer]
* use IUserPreferredURLNormalizer to set id's [pbauer]
1.1
----------------
* moved to GitHub [ramonski]
* Plone 4.3 compatibility [alert]
* added italian translation. [keul]
* cleanup egg format, removing bad zopeskel elements [keul]
* added default genericsetup profile which adds folder tab for on each folder. [garbas]
1.0
----------------
* fixed the loss of File Extensions for Plone > 3.3.5 with IDNormalizer. Changed to use the IFileNameNormalizer Utility [jakke, ramonski] * added dutch translation [spereverde]
1.0rc5
-------------------
* Support for different contenttypes [thor27] * added basque translation [erral] * added spain translation [macagua]
1.0rc4
-------------------
* Added German translations [fRiSi]
* Added Chinese (Taiwan) translations [marr]
* Updated documentation to show Upload action on default pages too [fRiSi]
1.0rc3
-------------------
* Fire Archetypes ObjectInitializedEvent for uploaded content. [hannosch]
* Corrected ``i18n:domain`` in documented action and include its messages into the pot file. [hannosch]
* Added a ``z3c.autoinclude`` entry point to avoid the need for a ZCML slug in Plone 3.3 and later. [hannosch]
* changed permissions to cmf.AddPortalContent this fixes http://plone.org/products/collective.uploadify/issues/13 [ramonski]
* mimetypes.guess_type(file_name) returns now an empty string if the type could not be guessed. This fixes an issue with the scale_image_size utility [ramonski]