diff -r 04503227569d -r 5d94baef6923 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Thu Mar 22 14:52:22 2018 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Thu Mar 22 15:03:30 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content -Version: 0.1.11 +Version: 0.1.12 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -73,6 +73,12 @@ History ======= + 0.1.12 + ------ + - updated site upgrade code to use factory interfaces for shared tools + - added default site root factory utility + - added default factory adapters for shared tools and shared contents + 0.1.11 ------ - added workflow states vocabulary for use in advanced search form @@ -85,6 +91,8 @@ - added external videos as paragraphs - updated database upgrade code and removed INewLocalSite event subscriber - converted images galleries to medias galleries, allowing any media + - refactored contents preview using "real" renderers (and iframe to get a "real" preview) + - updated form events to only refresh renderer input widget instead of full form on property update - moved internal links interfaces to pyams_sequence package 0.1.10.1