WordPress Cluster 6.46.0

  • Must Use Plugins updated;
      • Gigya 1.2.0
        • Additional feature on initialisation to set window.sailthru_hid if sailthru_hid cookie exists for Permutive
      • WPC 3.14.0
        • Added Twitter shortcode for embedding timelines.
        • Comscore Direct
          • AMP integration
          • Integration refactoring to share theme support options with the AMP integration
        • WPC ElasticPress 1.1.0
            • Optimized indexing of sites by indexing only a subset of postmeta fields.
            • Content is also stripped of shortcodes (only in the indexing, this does not affect information presented to the public)
            • Restored ElasticSearch category filters on all current sites.
        • wpc_features_get_options()
          • Returns all options when an array is passed into add_theme_support($name, $options)
  • Plugin updates;
    • WPC Rollbar 1.0.0 (Multisite Integration)
  •  Developers:
    • CORE-1845 Temporary fix: Regression for WPCS
    • With some stability fixes for developers, auto restarting services and limiting memory use in MySQL + ES scenarios.
  • PRs

      • https://github.com/dc-thomson/wordpress/pull/1574
      • https://github.com/dc-thomson/wordpress/pull/1631
      • https://github.com/dc-thomson/wordpress/pull/1636
      • https://github.com/dc-thomson/wordpress/pull/1618
      • https://github.com/dc-thomson/wordpress/pull/1629
      • https://github.com/dc-thomson/wordpress/pull/1603

     

WordPress Cluster 6.44.4

  • mu-plugins updated;
    • WordPress Cluster 6.44.4
      • PLAN-1915 – 24liveblog shortcode updates
      • PLAN-1915 – 24liveblog shortcode amp compatibility fixes
      • PLAN-1929 – Allow featured image caption override on syndicated posts

PR:  https://github.com/dc-thomson/wordpress/pull/1597/ & https://github.com/dc-thomson/wordpress/pull/1598

WordPress Cluster 6.44.2

  • Advertising 1.2.0
      • InSkin width adjustment
        • change this
          
          dfp.targeting( 'inskin_yes', ( screen.width >= 1460 ? 'true' : 'false' ) );
          
          to this
          
          dfp.targeting( 'inskin_yes', ( screen.width >= 1255 ? 'true' : 'false' ) );

          [DESK-2521]

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

WordPress Cluster 6.44.1

  • Vagrant
    • WordPress Cluster PHPCS Sniff rules
      • Updated to correct Official WordPress Coding Standards rule name changes
      • Vagrant commands required to update existing Web VM’s
        • vagrant ssh web -c "/vagrant/manage.sh reload web"
          vagrant ssh web -c "sudo git -C /home/vagrant/dev/wordpress_coding_standards pull origin master"
          vagrant ssh web -c "sudo cp -a -f /vagrant/bootstrap/phpcs/WordPress-Cluster/. /home/vagrant/dev/wordpress_coding_standards/WordPress-Cluster"

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

WordPress Cluster 6.43.2

  • Plugin updates;
    • ESIO3 Server 3.4.10:
      • Fix CORE-1830 / DESK-2493 – Catchline and notes information is now showing correctly in admin.
      • Inspection code optimisations.
    • ESIO3 WebServices 3.2.1:
      • Fix CORE-1830 / DESK-2493 – Catchline and notes information is now showing correctly in admin.
      • Inspection code optimisations.

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