- New endpoint to search Events: events-search. - Better handle serialization for recursion problems: now only serialize with ISerializeToJsonSummary if the referred item is the current context. [cekk]
1.1.0
------------------
- Expand uids with ISerializeToJsonSummary and not with fullobject to gain space and avoid maximum recursion depth it a block has an internal reference to the current context. [cekk]
1.0.9
------------------
- Handle unauthorized in blocks serializer. [cekk]
1.0.8
------------------
- Fix typo. [cekk]
1.0.7
------------------
- Do not run dependencies when upgrading plone.app.registry. [cekk]
1.0.6
------------------
- Disallow Plone site indexing: add noindex in <head> [cekk] - Revert robots.txt customization because is in conflict to noindex directive. [cekk]