Oor Wullie’s Big Bucket Trail 1.1.6

  • Reverted post deploy:
    • Mapping improvements
      • Markers are now regenerated in the background through a scheduled task.
      • Whenever a marker is updated, the cache is regenerated.
      • Markers are now cached for a week.
      • Placeholder pin now correctly falls back.
      • Automatic JSON encoding
    • Pre get posts is now using the correct theme function
  • Removed translation functions
  • Updated submenu background colour and hover colour CSS

PR:

 

  • https://github.com/dc-thomson/wordpress/pull/2015

WordPress Cluster 7.0.8

  • Plugins updated
    • > advanced-custom-fields-pro 5.8.1 (from 5.7.13)
      > hueman 3.4.24 (from 3.4.22)
    • ObjectCache update (From a previous Redis ObjectCache plugin update
  • Translations updated

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

WordPress Cluster 7.0.6

  • Plugins
    • Dark Matter 2.0.0 build 20190529
      • Fixes login issues on /wp-admin urls
      • Fixes admin bar not showing in some cases
    • Chartbeat
      • Deleted as the plugin is abandoned and no longer compatible with our setup. (ajax compatibility)
    • DCT Directory 1.0.6
      • Ajax compatibility fixes
    • Vow Awares 1.1.6
      • Ajax compatibility fixes
      • Code inspection fixes
    • Esio Server 3.6.4
      • Clarifeid method names (no user visible changes)
    • > amp 1.1.3 (from 1.1.1)
    • > category-posts 4.9.2 (from 4.9.1)
    • > hello (deleted “hope and enthusiasm of an entire generation”)
    • > redirection 4.3 (from 4.2.3)
    • > wordpress-seo 11.3 (from 11.2.1)
  • Themes Updated:
    • > hueman 3.4.22 (from 3.4.21)

PR: https://github.com/dc-thomson/wordpress/pull/1973, https://github.com/dc-thomson/wordpress/pull/1977

WordPress Cluster 7.0.1

  • Plugins updated
    • Dark Matter 2.0.0
      • Hotfix for missing sso hook for anonymous visitors, potentially causing slowdown
  • Themes Updated
    • Preference Centre 1.2.11
      • Email Preferences’ ajax requests now point to the correct  endpoint.

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

WordPress Cluster 7.0.0

  • Plugins updated
  • Must Use Plugins updated
    • DCT Release Notes 1.1.0
      • Removed switch to blog hack put in place for Dark Matter 1.x.
    • DCT Environment 1.1.0
      • Removed network option: Use Production Images and related code
        • Now obsoleted, see below.
  • Developers
    • Developer and staging setups created from this point onwards use local images and fall back to production images automatically. Therefore a switch is no longer required. Summary: Uploads are stored locally, if the file does not exist the webserver requests it from production.

      To take advantage of this:

      vagrant destroy web --force && vagrant up

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

WordPress Cluster 6.57.1

  • Must Use Plugins updated
    • DCT Release Notes 1.0.2
      • Improved function documentation
  • Developers
    • Speedier reloading of services by moving long running restarts into the background
    • Fixed issue where reloading hung due to file permissions

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