- MU Plugins Updated;
- WPC 3.17.0
- Readefined engagement plugin [CORE-1920]
- Permutive minor change to notation as per instructions [CORE-1910]
- WPC 3.17.0
PR: https://github.com/dc-thomson/wordpress/pull/1775
PR: https://github.com/dc-thomson/wordpress/pull/1775
https://github.com/dc-thomson/wordpress/pull/1767
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
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
posts with empty unpublish time were being processed into datetime now resulting in publishing via cron and then immediately being unpublished due to incorrect cron, check added to see if it is empty before converting to timestamp.
PR: https://github.com/dc-thomson/wordpress/pull/1567