Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 3.91 KB

2023-02-02

  • Adds Composer Patches plugin (#66)

2023-01-11

  • 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)

2022-11-30

  • Set minimum-stability to "stable" in composer.json (#55)
  • Add Composer post-install-cmd to create symlinks to the web/wp directory (for better multisite support) (#56)

2022-11-09

  • 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 to php-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)

2022-10-17

  • Load global .env file even if .env.local is absent (#32)

2022-10-14

  • Set permalink structure in build-env.install-cms Composer extra property (#30)

2022-10-03

  • Move Pantheon modifications in application.php (#29)

2022-09-23

  • .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.

2022-06-16