- Adds Composer Patches plugin (#66)
- Remove Dependabot (#58)
- Resolves issue where updates to commit choosing logic were causing a merge conflict. (#60)
- Adds a Roots Sage install script. See docs/Installing-Sage.md (#61)
- Set minimum-stability to "stable" in
composer.json
(#55) - Add Composer
post-install-cmd
to create symlinks to theweb/wp
directory (for better multisite support) (#56)
- Pull the latest versions of all packages (#36)
- Improved debug log path suggested in
.env.example
(#38) - Get latest WP updates (and other WP-related dependencies) automatically (#40)
- Always pull the latest Pantheon plugins from wpackagist (#45)
- Change from
php_version
tophp-version
in testing matrix (#46) - Additional Lando configuration (#47)
- Fix a typo in
README-internal.md
(#48) - Exclude
.github/
from the deploy script for the upstream repository. (#50) - Also forbid
.github/workflows/ci.yml
from the deploy script. (#51) - Skip commits in deploy process for nonrelease changes (#52 #53)
- Load global .env file even if .env.local is absent (#32)
- Set permalink structure in build-env.install-cms Composer extra property (#30)
- Move Pantheon modifications in application.php (#29)
.gitignore
updates - Reported in the Pantheon Community Slack channel was the fact that the.gitignore
included in this repository did not match the.gitignore
(with commonly-ignored files) in the default WordPress upstream (#24)- Use
.env.local
for local development (#26) - Fixes an issue where Lando was not using.env
files locally. - README updates (#27 and #28) - Adds link to https://github.com/pantheon-upstreams/wordpress-composer-managed for forking, as well as additional guidance about the default branch name for custom upstreams.
- Initial fork from
roots/bedrock
at 1.20.0. See the changelog prior to that atgithub.com/roots/bedrock