Added bin/admin/publish-component multi-option --exclude-type,
and condition options --if-modified, --if-time-passed, --if-or.
In publish-component by default show template and published pagenames.
Added option --level to scripts show-component-tree, dump-component-tree.
In File::Operations, save_file, load_file and all related function now
accept filename "-" that means standard output or input respectively.
New Podius::Property::WikiText exportable function convert_text_to_html.
Support filters in Podius::Locale::t and unified translation-id notation.
Support multiple emails in Podius::EmailOperations::send_email,
parsing regular podius templates for the email content and specifying
arbitrary content-type.
Enhanced syntax for template file includes to specify extra stash vars.
New template function "e_perl for generating valid perl strings
using several styles, like "string", 'string', qq{string}, q{string}.
Improved template function &link to optionally check for the associated
page existence or to return fallback url instead of throwing exception.
Improved control over component property merging in concurrent conflicts.
Increased the maximal allowed number of components in ComponentCache.
Support using "pcregrep -M" instead of "grep -P" if available for "find".
In web based component editor the button now says "Save", not "Update".
Automatically log of all modifications if file log/modified.log present.
Fixes
Fixed several WikiText parsing bugs (in nested lists, section links,
flat-lists, trailing slash in links), enhanced html and latex output.
Fixed the component search cache for file-based storage when fancy chars
are used in a condition.
Incompatible changes
MultipleSelections::access_is_chosen is renamed to access_is_selected.