WordPress Cluster 6.12.0

  • New Must-Use Plugins;
    • Customizer (WordPress Cluster) 1.0.0
      • A new mechanism to make handling Customizer settings with corresponding CSS easier to manage.
      • Produces a dynamic CSS file rather than forcing theme developers to include a <style> tag in the header. As currently implemented on a number of themes.
        • This is registered as style – wpc-customizer – and can be set as a dependency against the main stylesheet.
      • Providers a helper function which access the setting and handles the retrieval of the value or default value.
      • Please Note; this is the first iteration and mileage may vary.

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

Wulver 1.1.22

  • Removed Papertray:
    • Removed Papertray theme support
    • Removed Papertray template part
    • Removed Papertray from archive template
    • Removed Papertray functions
    • Removed Papertray Customizer CSS
    • Removed Papertray theme CSS
  • Other CSS fixes

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

 

WordPress Cluster 6.11.17

  • MU Plugins Updated:
    • WordPress Cluster template tags
      • Added syndicated caption information to be displayed.
  • Plugins Updated:
    • PA Importer
      • Added featured image caption information to be syndicated.
    • Syndicate Subscriber
      • Featured image captions for PA stories are now syndicated across to subscriber sites.
  • Themes Updated:
    • Syndicate
      • Featured image caption is displayed beneath the featured image.

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

WordPress Cluster 6.11.16

  • Developers
    • Removed dependency on Vagrant HostsUpdater plugin.
      • To prevent errors run: vagrant plugin uninstall vagrant-hostsupdater
      • Now vagrant no longer requires administrator privileges.

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

Selkie+ 1.1.12

  • Replaced selkie_plus_latest_block_main_class() function with new selkie_plus_latest_block_class() function
  • New function offers a filterable array of class values rather than a singular one
  • SF-24: Allow child themes to override the WP Query arguments for latest posts.
  • Selkie-104: Byline override integrated

PR: