- Plugins updated
- Dark Matter 2.0.0
- For a full list of changes, please read https://github.com/cameronterry/dark-matter/pull/30
- Dark Matter 2.0.0
- 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.
- Removed network option: Use Production Images and related code
- DCT Release Notes 1.1.0
- 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
- 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.
PR: https://github.com/dc-thomson/wordpress/pull/1951