WordPress Cluster 6.22.16

  • Shortcode updates
    • Booking.com
      • Additional fields added to shortcode
        • bookingdotcom id=”1557933″ height=”300″ width=”700″ prod=”sbp” cc1=”us”
    • Amazon Widget
      • amazon_widget src=”//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=GB&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=dcthomson0e-21&marketplace=amazon&region=GB&placement=B01LWNG12E&asins=B01LWNG12E&linkId=99c4d0abab4c704f3f407f4556555c6b&show_border=false&link_opens_in_new_window=true&price_color=333333&title_color=0066c0&bg_color=fffff”
  • Must Use Plugins updated
    • Wave FM Listen Live:
      • Added Wave FM Listen Live plugin and shortcode to theme features
        • wavefmlistenlive station=”URL” img=”URL”
  • Developers
    • PHPstorm settings for Mac users

PR: https://github.com/dc-thomson/wordpress/pull/1208, https://github.com/dc-thomson/wordpress/pull/1203, https://github.com/dc-thomson/wordpress/pull/1205

WordPress Cluster 6.22.14

  • Must Use Plugins updated;
    • WPC 3.5.6:
      • Hotfix for security flaw in WordPress 4.9.6 which stops authenticated users the ability to delete any file.
      • Documentation for existing patches
      • Removal of the disable search patch as it’s covered by the disable-search.php functions.
  • Plugins Updated;
    • Amp 0.7.2
    • Wordfence 7.1.8
    • Yoast SEO 7.7.2
  • Themes Updated;
    • Hueman 3.4.0
  • Other
    • Language updates
  •  Developers
    • Fixes support for ElasticSearch and MariaDB
    • Fixes writing files by the PHP process for non Windows developers.

PR: https://github.com/dc-thomson/wordpress/pull/1199
PR: https://github.com/dc-thomson/wordpress/pull/1200
PR: https://github.com/dc-thomson/wordpress/pull/1201

WordPress Cluster 6.22.12

  • New Shortcode
    • Cookiebot Cookies Table
      • [ cookiebot_cookies_table ] (remove spaces when used)
  •  Plugins
    • Find Your Nearest Stockist
      • Added new field in widget input area so that a user can easily add a widget title and have it displayed on the frontend.

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

WordPress Cluster 6.22.11

  • Plugins Updated;
    • PA Importer 1.3.0
      • Removed the smarts that force the plugin to restart itself causing a second crob job. Failed jobs should be amended via a cavalcade job status change from failed to completed.
      • Removed the smarts to check if the pa importer is already running, now manged by cavalcade. This can prevent PA-importer from running if the status is stuck on ‘running’.
      • In addition to requesting the last X stories and processing all of them potentially missing stories if more than X are published, introduced a Batch Limit setting which limits the number of updates/adds per 2 minute cycle, so the system can catch up with missing posts. Typically there are less than a handful per update.
      • Fixed a logic issue where not all updates were counted.
      • Refactored code to make it more readable.
    • Google Tag Manager for WordPress 1.8.1
    • MailChimp for WordPress 4.2.3
    • Pods – Custom Content Types and Fields 2.7.6
    • Wordfence to 7.1.7
    • Yoast SEO to 7.6.1
  • Developers:
    • Fix writing permissions for logs:
      • Update the following line in wp-config.php:
define( 'WPC_LOG_FOLDER', '/srv/wpcluster/logs' );
      • Reload the config: vagrant reload web
    • Vagrant Update
      • PHP Mess Dectector Rules
      • PhpStorm Settings Export

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

WordPress Cluster 6.22.8

  • Vagrant
    • CORE-1498 – PHPStorm setup – Default settings export added to the Git Repo Vagrant build folder
    • CORE-1528 – vagrant https mapped domain pre-setup
    • CORE-1525 – Modify nginx to redirect non SSL URLs
  • Plugins Updated:
    • Alexa Flash Briefing Endpoint to 0.0.4
      • Enabled filters on the transient time to be editable by themes.
      • Added check against character limit to only add stories that are below the character limit for Flash Briefings.

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

WordPress Cluster 6.22.7

  • MU-Plugin Update
    • Shortcode Added:
      • PLAN-1445: Added the new shortcode . This is used to render a WP JSON 2 Feed into a basic HTML structure.
      • Added a simple function for displaying messages to logged in users wpc_message_logged_in_user()

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