Today's update (d2fd5d2) brings with it the following changes:
online request handler is now only accessible by global administrators. This is to avoid leaking personal information from online users to all other users, according to GDPR regulations.get_child_containers() and get_child_objects() container methods should be much faster, because permission checking is now done in a single database query.count_children() container method is now faster because it calculates the number of objects and containers in a single database query.has_role() user method should be about four times faster because of improved database query syntax.render_link() method now supports a show_path boolean argument which turns on breadcrumb rendering.CGI can now be used with a lower-case name. Previously it silently did nothing.PORTFOLIO.page_url contains single quotes.get_parent() container method is no longer available. If you previously used it, use parent_data() instead.Today's update (bc6c820) brings with it the following changes:
Today's hotpatch (bd3294e) brings with it these minor changes:
CGI.cookie() template plugin method. It was mistakenly removed when the CGI template plugin was rewritten from scratch.Today's hotpatch (2aedfdc) brings with it the following changes:
|
|