WordPress Cluster 7.0.0

  • Plugins updated
  • Must Use Plugins updated
    • DCT Release Notes 1.1.0
      • Removed switch to blog hack put in place for Dark Matter 1.x.
    • DCT Environment 1.1.0
      • Removed network option: Use Production Images and related code
        • Now obsoleted, see below.
  • Developers
    • Developer and staging setups created from this point onwards use local images and fall back to production images automatically. Therefore a switch is no longer required. Summary: Uploads are stored locally, if the file does not exist the webserver requests it from production.

      To take advantage of this:

      vagrant destroy web --force && vagrant up

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