Changelog
=========

0.6.4 (2012-07-16)
------------------

 - fix small bugs in sitemap registrations [amleczko]
 - add images to sitemap generation [amleczko]

0.6.3 (2012-03-27)
------------------
- fix bug with perseo_itemtype method [fdelia]
 
0.6.2 (2011-12-21)
------------------
- fix mismatched tag [fdelia]

0.6.1 (2011-12-16)
------------------
- updated documentation [fdelia]

0.6.0 (2011-12-14)
------------------
- Changed seo icon [fdelia]
- Customized control-panel template for create the layout of nested fieldsets [fdelia]
- Added accordion and proper style to nested fieldsets in control-panel template [fdelia]
- Fixed layout of fields in control panel and in seo tab[fdelia]
- Fixed description and title of control panel [fdelia]
- Fixed description of keyword fields in control panel [fdelia]
- Fixed descriptions in control panel [fdelia]

0.5.0 (2011-10-19)
------------------
- Moved Schema.org customizations to collective.perseoschema package [fdelia]
- Added Plone4.1 compatibility for 'Plone SEO Control Panel Tool' security [fdelia]

0.4.1 (2011-09-28)
------------------
- Fixed bug on update event [fdelia]

0.4.0 (2011-09-27)
------------------

- Changed handling of sitemapxml properties of the objects that cause the change of sitemap.xml, for pinging [fdelia]
- Fixed bug with properties override [fdelia]

0.3.0 (2011-08-05)
------------------

- Customized some viewlet templates to insert itemscope, itemtype and itemprop attributes [fdelia]
- Customized main template to insert itemscope, itemtype and itemprop attributes [fdelia]
- Added some fields to Plone SEO control panel tool [fdelia]
- Customized rss template for manage the indexing of rss feeds, depending on the check in Plone SEO control panel tool [fdelia]
- Added handling of all the events on the objects that cause the change of sitemap.xml, for pinging [fdelia]
- Added handling of sitemapxml properties of the objects that cause the change of sitemap.xml, for pinging [fdelia]
- Added handling of pinging when the sitemap.xml is updated [fdelia]


0.2.0 (2011-08-01)
------------------

- Added some fields to Plone SEO control panel tool [fdelia]
- Added some fields to SEO tab [fdelia]
- Added viewlets for script rendering in the <head> and in the portal footer [fdelia]
- Added validation for the canonical url [fdelia]
- Added ReallyUserFriendlyTypes vocabulary [fdelia]
- Personalized view for sitemap.xml.gz generation, calculate content types that should be included [fdelia]
- Added getIncludedInSitemapxml metadata and a custom index method to access this metadata [fdelia]
- Updated sitemap.xml.gz generation view, calculate whether each object should be included, according to the getIncludedInSitemapxml metadata [fdelia]
- Added validation for the priority sitemap.xml.gz [fdelia]
- Added getPrioritySitemapxml metadata and a custom index method to access this metadata [fdelia]
- Updated sitemap.xml.gz generation view, calculate priority for each object, according to the getPrioritySitemapxml metadata [fdelia]
- Personalized main_template for added itemscope and itemtype attributes to tag body [fdelia]
- Migrated properties to annotations [fdelia]
- Added upgradeStep for migrate the existing properties to annotations [fdelia]
- Added handling of the page not found [fdelia]

0.1.0 (2011-07-20)
------------------

- Added Plone SEO control panel tool [fdelia]
- Added viewlet for insert meta tags in html head of pages [fdelia]
- Added view that allows to calculate html header meta tags on context [fdelia]
- Added some views that allows to calculate meta tags base on the type of context [fdelia]
- Added some methods that allows to calculate meta tags base on the page in PloneSiteRoot context [fdelia]
- Added viewlet for custom title tag rendering [fdelia]
- Added viewlet for canonical url link rendering [fdelia]
- Added handling of variables %%title%% and %%tag%% in meta tags from Plone SEO control panel tool [fdelia]
- Added object action and view for SEO tab [fdelia]
- Added handling of meta tags in SEO tab set [fdelia]
