- Move language independent field declarations from plone.app.event to this package. This prepares this package to be used as a real core addon. [jensens] (414-paevent)
6.0.2
------------------
Bug fixes:
- Use plone.base imports. Removes deprecation warnings. [jensens] (411) - Update old view methods and layouts from LIF/LRF type definitions and instances. For example, in Plone 6 ``folder_summary_view`` is no longer available: use ``summary_view`` instead. [maurits] (1001)
6.0.1
------------------
Bug fixes:
- When an item is modified, only copy language-independent field values to translations if they have changed. [davisagli] (408) - Resolve deprecation warnings (plone.base). Get rid of a Archetypes leftover. [jensens] (410)
6.0.0
------------------
Bug fixes:
- Final release for Plone 6.0.0. (600)
6.0.0b3
--------------------
Bug fixes:
- Grant the "plone.app.multilingual: Manage Translations" permission to the Site Administrator role. This change is not applied automatically to existing sites. You can apply it manually using the /manage_access view of the Plone site, or using rolemap.xml in a GenericSetup profile. [davisagli] (405)