WordPress Cluster 6.13.1

    • Plugins updated;
      • Jobs In Scotland 1.0.3
        • Strip erroneous spaces from the start and end of URLs when saving and processing.
      • HiJobs 1.0.2
        • Strip erroneous spaces from the start and end of URLs when saving and processing.
      • Yoast SEO 7.1
        • Contains breadcrumb fixes.
      • News SEO 7.1

 

PR: https://github.com/dc-thomson/wordpress/pull/968, https://github.com/dc-thomson/wordpress/pull/969

Scottish Field 1.2.1

  • Added release notes to admin dashboard
  • Updated IPO footer content

PR : https://github.com/dc-thomson/wordpress/pull/959, https://github.com/dc-thomson/wordpress/pull/966

 

WordPress Cluster 6.13.0

    • Plugins updated;
      • VOWs Awards 1.1.3
        • Removed “Celebrants” from supplier category.
      • Wyvex Paywall 1.0.20
        • PLAN-1320: Upgraded auth0’s Lock JS from 10 to 11.
        • PLAN-1320: Modified usages of lock.getProfile() to use new Lock 11 accessToken instead of idToken.
        • PLAN-1324: Simplified paging so not all page links are rendered.
    •  Developers

Developer Notes

Before pulling master, please update using the following commands:

vagrant halt
vagrant plugin install vagrant-winnfsd
# put the exe from https://github.com/winnfsd/vagrant-winnfsd/tree/master/bin in your path
git checkout master
git pull origin master
vagrant destroy web
vagrant up

Debug sessions now have to be started explicitly, see the onboarding document.

PR: https://github.com/dc-thomson/wordpress/pull/958, https://github.com/dc-thomson/wordpress/pull/962

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