Backdrop CMS v1.13.3 Release Notes

Release Date: 2019-08-07 // over 4 years ago
  • ๐Ÿ”’ This bug fix release contains dozens of minor fixes and also 3 security fixes. These 3 issues are mitigated by an attacker requiring levels of administrative access, but all users are encouraged to update as soon as possible. For more information see the following security announcements:

    ๐Ÿš‘ Backdrop core - Moderately critical - Cross Site Scripting - SA-CORE-2019-010
    ๐Ÿš‘ Backdrop core - Moderately critical - Cross Site Scripting - SA-CORE-2019-011
    ๐Ÿš‘ Backdrop core - Critical - Remote Code Execution - SA-CORE-2019-012

    โšก๏ธ Update information:

    • ๐Ÿš€ It will be necessary to run the update script (located at /update.php) for this release.
    • ๐Ÿš€ No changes have been made to the .htaccess, robots.txt or default settings.php files in this release, so upgrading custom versions of those files is not necessary.

    ๐Ÿ”„ Changes since 1.13.2

    • Issue #3965: [UX] Views: Fix description for "Fill up single line".
    • Issue #3762: Reassign orphaned blocks on layout template changes.
    • ๐Ÿ”ง Issue #2850: Use the word 'Configure' instead of 'Edit' for language settings.
    • Issue #3871: Move views_fetch_fields() to utility.inc so that it is always available.
    • ๐Ÿ— Issue #3913: Added test for empty/null tid to taxonomy_build_node_index function.
    • Issue #3776: User error: "theme" is an invalid render array key in element_children().
    • โšก๏ธ Issue #3840: [UX] update.php results: Replace admin page link with link to dashboard.
    • โช Issue #3948: Restore missing "edit" link for comments.
    • ๐Ÿ“š Issue #3720: Views Plugins documentation topic lists incorrect number of plugin types.
    • Issue #3720: Views: More link disappears when time-based cache is enabled.
    • Issue #3720: Views: Small typo.
    • Issue #3720: Typo 'lenght' in view_trim_views().
    • ๐Ÿ‘ Issue #3941: Install dbtasks now checks for utf8mb4 support.
    • Issue #3720: Views locale edit link field uses the old D6 path.
    • ๐Ÿ‘ Issue #3720: Tables generated by Views need better semantics.
    • ๐Ÿ– Issue #3720: Make it easier to subclass views_handler_area_view.
    • ๐Ÿ”Œ Issue #3719: Cache views plugin data.
    • Issue #2620: Views: Use user_format_name for RSS feed creator
    • Issue #3719: Attachments on Views Content Panes don't always inherit exposed filters.
    • Issue #3719: views.api.php: Typo "chang" instead of "change".
    • ๐Ÿ”Œ Issue #2719: Notice: Undefined index: data in views_plugin_cache->restore_headers().
    • Issue #3719: Views: Allow 'GROUP BY' even if no aggregation function has been set.
    • ๐Ÿ“š Issue #3719: Add documentation for refreshing of a view.
    • Issue #3719: Wrong example in documentation for hook_views_pre_view().
    • Issue #1140: Fix fields with inline labels.