DCT Careers 1.2.0

  • Fixed security issues
    • Removed commenting.
    • Removed sidebar.
    • Removed links to insecure scripts that no longer exists
    • Escaped gallery classes

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

WordPress Cluster 6.22.14

  • Must Use Plugins updated;
    • WPC 3.5.6:
      • Hotfix for security flaw in WordPress 4.9.6 which stops authenticated users the ability to delete any file.
      • Documentation for existing patches
      • Removal of the disable search patch as it’s covered by the disable-search.php functions.
  • Plugins Updated;
    • Amp 0.7.2
    • Wordfence 7.1.8
    • Yoast SEO 7.7.2
  • Themes Updated;
    • Hueman 3.4.0
  • Other
    • Language updates
  •  Developers
    • Fixes support for ElasticSearch and MariaDB
    • Fixes writing files by the PHP process for non Windows developers.

PR: https://github.com/dc-thomson/wordpress/pull/1199
PR: https://github.com/dc-thomson/wordpress/pull/1200
PR: https://github.com/dc-thomson/wordpress/pull/1201

WordPress Cluster 6.22.11

  • Plugins Updated;
    • PA Importer 1.3.0
      • Removed the smarts that force the plugin to restart itself causing a second crob job. Failed jobs should be amended via a cavalcade job status change from failed to completed.
      • Removed the smarts to check if the pa importer is already running, now manged by cavalcade. This can prevent PA-importer from running if the status is stuck on ‘running’.
      • In addition to requesting the last X stories and processing all of them potentially missing stories if more than X are published, introduced a Batch Limit setting which limits the number of updates/adds per 2 minute cycle, so the system can catch up with missing posts. Typically there are less than a handful per update.
      • Fixed a logic issue where not all updates were counted.
      • Refactored code to make it more readable.
    • Google Tag Manager for WordPress 1.8.1
    • MailChimp for WordPress 4.2.3
    • Pods – Custom Content Types and Fields 2.7.6
    • Wordfence to 7.1.7
    • Yoast SEO to 7.6.1
  • Developers:
    • Fix writing permissions for logs:
      • Update the following line in wp-config.php:
define( 'WPC_LOG_FOLDER', '/srv/wpcluster/logs' );
      • Reload the config: vagrant reload web
    • Vagrant Update
      • PHP Mess Dectector Rules
      • PhpStorm Settings Export

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

WordPress Cluster 6.22.3

  • Must Use Plugins;
    • WPC ElasticPress 1.0.4:
      • Handle buckets with empty filter types.
      • Make return values more consistent
  • Plugins Updated:
    • Cluster 3.5.3:
      • Site Administrators can no longer delete sites.
    • Simple Sitemaps 1.1.0
      • Compatiblity with Yoast SEO XML Sitemaps and Yoast News SEO:
        • Disables the Yoast sitemap functionality when active (and enables when deactivated).
        • News sitemaps is now redirected from /sitemap-news.xml to /news-sitemap.xml consistent with the defaults of Yoast News SEO.
      • Now flushes rewrite rules when required.
    • Feature Posts 1.4.3
      • Handle ajax queries with missing post_ids
      • Replace deprecated use of is_plugin_page()
    • Themes Updated
      • Syndicate 1.1.2
        • Bugfix handling attachment links in single-extra template.
  • Developers
    • Vagrant management  more often asks for sudo when required.
    • Vagrant linux compatiblity fixes.

https://github.com/dc-thomson/wordpress/pull/1151, https://github.com/dc-thomson/wordpress/pull/1153, https://github.com/dc-thomson/wordpress/pull/11535

WordPress Cluster 6.22.0

  • WordPress 6.9.6
  • Plugins Updated:
    • AMP 0.7.1
    • Contact Form 7 5.0.2
    • Enhanced Media Library 2.6.4
    • ElasticPress 2.5.2
      • Sites need to be reindexed which will result in reduced search performance for a period after deployment
    • Mailchimp for WP 4.2.2
    • User Switching 1.3.1
    • WordFence 7.1.6
  • Themes updated:
    • WordPress Twenty*
  • Core language update

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