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

WordPress Cluster 6.25.0

  • Plugins updated;
    • Advanced Custom Fields PRO 5.7.6
    • Enhanced Media Library 2.7.1
    • MailChimp 4 WordPress 4.2.5
    • Redirection 3.4.1
    • Yoast SEO 8.2
  • Translation updates

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

WordPress Cluster 6.24.16

  • Plugins updated;
    • ESIO Server  3.4.5
      • PLAN-1651: Fixed “Show related content?” check box when editing an article. Previously it didn’t save the value.
    • Yoast SEO 8.1
    • Wordfence 7.1.11
    • Pods 2.7.9
    • ElasticPress 2.6.1
    • ACF Pro 5.7.4
  • Plugins deleted;
    • WordPress Countdown Pro (substandard code quality)
  • Themes updated;
    • TwentySeventeen 1.7
    • Hueman 3.4.1

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

WordPress Cluster 6.24.15

  • Must use plugins updated;
    • Cluster 3.8.2:
      • Bugfix for csv pretty names, handle empty values
  • Plugins updated;
    • Vows Awards 1.1.5
      • Contact name and email fields added to supplier report

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

DC Thomson Travel 1.8.13

  • Remove the extra ‘or contact us’ as well as remove the ‘Holiday not found’.
  • Dynamic version constant.
  • Stricter equality checking in related code to the above.

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

 

WordPress Cluster 6.24.13

  • Must use plugins updated;
    • JW Player 1.2
      • CORE-1662: Added the ability to filter JW Player JSON configs.
      • CORE-1662: Filter all JW player video configs to increase the advertising bid timeout to 4000.
    • Consent 1.0.2
      • Rolled back previous changes regarding URLs.
    • Developers
      • Vagrant fixes:
        • Changes:
          • Fixed broken packages  due to outdated source lists.
          • More effective build logging
          • Updated onboarding link

Note to Developers

The following commands must be issued to apply the above fixes, after opening a command prompt:

Warning: This will reset your database, and requires an up-to-date database backup

cd build/vagrant
vagrant box update
vagrant destroy --force
vagrant up

Read the Vagrant Confluence page for more information, before troubleshooting.

PR: https://github.com/dc-thomson/wordpress/pull/1313,  https://github.com/dc-thomson/wordpress/pull/1317