WordPress Cluster 6.14.1

  • Updated Must-Use Plugins;
    • Removed the previous Google Tag Manager tracking code for the WordPress Admin area.
    • This will conflict with the new Analytics must-use plugin.
  • New Must-Use Plugins;
    • Analytics (WordPress Cluster 1.0.0)
      • Provides a unified action so future enhancements do not specify hooks for admin_head, login_head, and wp_head.
      • Added the Google Analytics tracking code for WordPress Cluster as a whole.
        • This is namespaced to avoid collisions with other Google Analytics code on our sites (PA content, site-specific and, rarely, advertising.)

Post Deployment Notes

The release needs coordinate with Chris Kelly to remove the previous implementation on Google Tag Manager.

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

WordPress Cluster 6.14

  • MU Plugins updated;
    • MPP Paywall 1.1.22
      • Fire analytic events to Permutive and / or Google Analytics when the MPP Register / Subscribe prompt is shown.
    • WordPress Cluster 3.4.8
      • Release note permalinks are now correctly mapped to the main network site. (hi visitors!)
  • Developers
    • Fix Vagrant Nginx setup.

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

WordPress Cluster 6.13.1

    • Plugins updated;
      • Jobs In Scotland 1.0.3
        • Strip erroneous spaces from the start and end of URLs when saving and processing.
      • HiJobs 1.0.2
        • Strip erroneous spaces from the start and end of URLs when saving and processing.
      • Yoast SEO 7.1
        • Contains breadcrumb fixes.
      • News SEO 7.1

 

PR: https://github.com/dc-thomson/wordpress/pull/968, https://github.com/dc-thomson/wordpress/pull/969

WordPress Cluster 6.13.0

    • Plugins updated;
      • VOWs Awards 1.1.3
        • Removed “Celebrants” from supplier category.
      • Wyvex Paywall 1.0.20
        • PLAN-1320: Upgraded auth0’s Lock JS from 10 to 11.
        • PLAN-1320: Modified usages of lock.getProfile() to use new Lock 11 accessToken instead of idToken.
        • PLAN-1324: Simplified paging so not all page links are rendered.
    •  Developers

Developer Notes

Before pulling master, please update using the following commands:

vagrant halt
vagrant plugin install vagrant-winnfsd
# put the exe from https://github.com/winnfsd/vagrant-winnfsd/tree/master/bin in your path
git checkout master
git pull origin master
vagrant destroy web
vagrant up

Debug sessions now have to be started explicitly, see the onboarding document.

PR: https://github.com/dc-thomson/wordpress/pull/958, https://github.com/dc-thomson/wordpress/pull/962

WordPress Cluster 6.12.8

    • Plugin Update
        • Advertising
          • DFP Prebid  1.0.2 – updated header bidding code for mobile
        • Esio Server 3.4.4
          • Unpublish time validation
        • Unpublisher 1.0.1
          • Unpublish time validation
        • CodePress Admin Columns 3.1.3
        • AMP 0.6.2
        • Category Posts 4.8.3
        • Contact Form 7 5.0.1
        • MailChimp for WP 4.2
        • WordFence 7.1.0
        • WordPress Importer 7.1.0
        • Advanced Custom Fields Pro 5.6.9

PR: https://github.com/dc-thomson/wordpress/pull/950, https://github.com/dc-thomson/wordpress/pull/952, https://github.com/dc-thomson/wordpress/pull/953

WordPress Cluster 6.12.7

  • Plugin Updated:
    • AMP Config
      • Updated AMP plugin to search for advertising theme support and not dfp.
      • This was causing adverts to not display on AMP pages.
    • Added the shortcode Please specify an image URL e.g. [webcam url="https://somewhere.com/webcam.jpg"] for rendering an image that refreshes every x seconds.

PR: https://github.com/dc-thomson/wordpress/pull/949, https://github.com/dc-thomson/wordpress/pull/951

WordPress Cluster 6.12.6

    • Plugin Update
        • Temporary Scots Mag ACF Merging 1.0.1
          • WP_CLI command added
        • Wyvex Paywall 1.0.19
          • PLAN-1320: Fixed division by zero error when calculating price minus VAT (for non UK countries)
    • MU Plugin Updated;
      • Logging: PLAN-1319: Change wpc_log_error() to wrap around wpc_log_to_server() and log to disk (instead of Elasticsearch).

PR: https://github.com/dc-thomson/wordpress/pull/942, https://github.com/dc-thomson/wordpress/pull/945,https://github.com/dc-thomson/wordpress/pull/946