EpozDocument changes
Latest release first
Version 0.3.0
New features:
- Base for ZClass: customize EpozDocument for your own needs
- New property: "lastEditDate" is set to the date you last edited the document body, but is not affected when you change the properties. You may . This works around the issue with "bobobase_modification_time()" that does not reflect any more the last edit date when you cut/copy/paste or export/import an EpozDocument.
- Executes EpozDocumentPostEditHook if found, if you need to post-process an EpozDocument after edit or external edit.
- Comes with a demo: install .../EpozDocument/demo/demo.zexp
- The toolbox emphasises other EpozDocuments as well as images
- You can use a ZCatalog with id other than
Catalog
using the ZCatalog tab.
Fixed bugs:
- No bug reported... No bug fixed !
Version 0.2.0
New features:
- Added an "Insert link & image" toolbox, with images preview and relative links.
- Added optional widget stylesheet (see EpozDocumentCssUrl in the README.txt file).
- More doc
Fixed bugs:
- ZMI edit acknowledgement ("Saved changes...")
- Compliance with ZMI charset if any set, otherwise, iso-8859-1 is assumed.
Version 0.1.0
First public release