WordPress Cluster 6.25.6

  • New plugin introduced
    • gllry 1.0.0

Developer note:

To use, just activate the plugin and then create a new gallery in a WYSIWYG; the gllry options slot in beneath the default gallery options in the right column.

PR: https://github.com/dc-thomson/wordpress/pull/1375

WordPress Cluster 6.25.5

  • Plugin Updates
    • ESIO2 2.0.14
      • Key added to the ACF field group configuration
        • This is to resolve [DESK-2002].
    • ESIO Server 3.4.6
      • Key added to the ACF field group configuration
        • This is to resolve [DESK-2002].
      • Related content update field logic bug fix [PLAN-1714] [DESK-2008]
  • MU Plugin Updates
    • WordPress Cluster 3.11.1, ElasticPress 1.0.8
      • Add orderby by date desc when blocks theme has orderby date desc option checked.

PR: https://github.com/dc-thomson/wordpress/pull/1386, https://github.com/dc-thomson/wordpress/pull/1387

WordPress Cluster 6.25.4

  • Must use plugins updated;
      • Consent 1.0.6
        • Removal of legacy Group Consent options and templates to resolve [CORE-1698].
  • Themes deleted;
    • Removes individual travel themes (unused)

PR https://github.com/dc-thomson/wordpress/pull/1383

WordPress Cluster 6.25.1

  • Platform update;
    • Cluster 3.11.0
      • New template tag functions to shorten text:
        • wpc_shorten_text( $text, $boundaries ) – Shorten text based on one or more boundaries.
        • wpc_shorten_text_by_character( $text, $limit ) – Return the exact x characters of a string, formatted nicely for display.
        • wpc_shorten_text_by_character_wordaware( $text, $limit ) – Return the first x characters without breaking up words
        • wpc_shorten_text_by_delimiter( $text, $needle, $delim_count = 1 ) – Returns extracted text based on a delimiter and a delimiter count.
      • New tempalte tag function to filter content for allowed HTML:
        • wpc_allowed_html() – Returns an array of allowd HTML for use with wp_kses() for example.
    • Themes removed: DCT Travel The Courier
    • Plugins updated:
      • Socialize 1.2.3 – Fix email sharing.

PR: https://github.com/dc-thomson/wordpress/pull/1366, https://github.com/dc-thomson/wordpress/pull/1370