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

Selkie+ 1.2.0

  • Created a new template part called “mast-head”.
    • This makes it easier for child themes to change the mast head portion of the website without having to inherit the entirety of header.php in the process.
    • This means that functionality attached to the wp_head action are now left alone.
  • Refactored the Customizer controls to make use of the new WPC Customizer Manager functionality.
  • Now uses the new /customizer.css dynamic stylesheet.
    • The old mechanism – custom_style.php – which outputted a <style> tag in the <head> is now deleted.
  • Reorganised the Customizer setup in to its own folder and split up the different sections in to different files.
  • Introduced a collection of actions and filters for child themes to override and change the setup of Settings, Sections and Controls of Selkie+’s Customizer setup.
    • New Actions
      • selkie_plus_customizer_breadcrumb_colours_register
      • selkie_plus_customizer_button_colours_register
      • selkie_plus_customizer_colours_register
      • selkie_plus_customizer_cta_register
      • selkie_plus_customizer_fonts_register
      • selkie_plus_customizer_footer_colours_register
      • selkie_plus_customizer_header_colours_register
    • New Filters 
      • selkie_plus_customizer_breadcrumb_colours_settings
      • selkie_plus_customizer_button_colours_settings
      • selkie_plus_customizer_colours_settings
      • selkie_plus_customizer_cta_settings
      • selkie_plus_customizer_fonts_settings
      • selkie_plus_customizer_footer_colours_settings
      • selkie_plus_customizer_header_colours_settings
  • Maintained backward compatibility with the previous Customizer implementation.
  • Remove the in-line style for <header> tag background colour and moved it in to the new Customizer CSS functionality.
  • Fixed a number of instants where the localisation was missing or not specifying the text domain correctly or at all.

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

Scots Magazine 3.1.0

  • Removed custom_style.php override as Selkie+ 1.2.0 no longer uses it.
  • Adjusted Scots Magazine’s custom CSS for primary colour to make use of the filters provided by WPC Customizer CSS Render implementation.
  • Deleted header.php template as the Scots Magazine specific functionality has been moved in to the new mast-head.php template part.
  • Fixed a bug with SM_ROOT using the wrong function to get the theme directory.

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

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

Scottish Field 1.0.2

  • Fixed slider image size to correct one (‘sf-slider’)
  • Fixed Tiled template part:
    • Added background feature image to link element
    • Background image uses background-size: cover and padding to fix aspect ratio, eliminating thumbnail sizing issues
    • Image tags are still output but hidden by CSS
  • Removed Questa Grande font family:
    • Removed entire /fonts/ folder
    • Rolled all Questa fonts back to Georgia system font as per client request
    • Restyle of post-Questa font elements
  • Fixed Slider:
    • Removed redundant JS
    • Fixed broken nav arrows

PR:  #943

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