Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #3

Open
wants to merge 198 commits into
base: 4.1.1
Choose a base branch
from
Open

Master #3

wants to merge 198 commits into from

Commits on Feb 19, 2015

  1. Configuration menu
    Copy the full SHA
    ecf6560 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. WordPress core 4.1.2 - a security update recommended for all sites. F…

    …or more information see http://codex.wordpress.org/Version_4.1.2
    Pantheon Automation authored and Josh Koenig committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    42e0126 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Configuration menu
    Copy the full SHA
    1564bf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. WordPress core 4.2.1 - a security update recommended for all sites. F…

    …or more information see http://codex.wordpress.org/Version_4.2.1
    Pantheon Automation authored and greg-1-anderson committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    74e712d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Configuration menu
    Copy the full SHA
    8d7a9e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Configuration menu
    Copy the full SHA
    08a2f49 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Configuration menu
    Copy the full SHA
    b00e09e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Configuration menu
    Copy the full SHA
    5020474 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Ignore directories likely to contain large binary objects

    The Updraft and BackUpWordpress plugins are likely to generate very large binary objects inside the git-backed code directory of a website. These large objects should not be stored in git and will cause problems with workflows. This change will help keep these large files out of the git history.
    joemiller committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    86ec805 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. Configuration menu
    Copy the full SHA
    6b1eefb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. Configuration menu
    Copy the full SHA
    d31b497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7323fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d41a28 View commit details
    Browse the repository at this point in the history
  4. Only force 60 second ttl in live environment

    Other environments, including `test` and `dev`, are fine to use 0 second
    ttls.
    
    Also makes the behavior more consistent: if the ttl value is less than
    60 seconds, then it should be forced to 60 seconds, not 600.
    danielbachhuber committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    2c50dfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7adcf4e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #36 from pantheon-systems/fix-indentation-enqueue-…

    …urls
    
    Fix indentation in `enqueue_urls()` method (release-4.4)
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    a04ed3f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #37 from pantheon-systems/17-cache-ttl-live

    Only force 60 second ttl in `live` environment (release-4.4)
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    7261fd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37f23f9 View commit details
    Browse the repository at this point in the history
  9. Ignore wp-cli.local.yml

    It's intended for environment-specific project details
    danielbachhuber committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    7fbffdc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a7d74d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #42 from pantheon-systems/ignore-wp-cli-local

    Ignore `wp-cli.local.yml` (release-4.4)
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    4e01b58 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #41 from pantheon-systems/wp-debug-override

    Allow for `WP_DEBUG` override in `wp-config-local.php`
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    226d825 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #39 from pantheon-systems/plugin-spaces-to-tabs

    Convert Pantheon plugin from spaces to tabs for indentation (release-4.4)
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    82ef93e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #38 from pantheon-systems/update-editorconfig

    Update `.editorconfig` for Pantheon plugin to that of WP core (release-4.4)
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    b60e5f4 View commit details
    Browse the repository at this point in the history
  15. Use PANTHEON_BINDING constant to determine value

    This is generally better than sniffing the file path.
    danielbachhuber committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    df2f323 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #44 from pantheon-systems/25-force-safe-tmp-dir

    Force the use of a safe temp directory when in a container (release-4.4)
    Josh Koenig committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    962c370 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Register wp pantheon cache clear for purging cache based on path

    ```
    salty-wordpress ➜  pantheon.dev  wp pantheon cache clear
    Error: Please provide one or more URL paths to purge, or use the --all
    flag.
    ```
    
    ```
    salty-wordpress ➜  pantheon.dev  wp pantheon cache clear /foo/ /bar/
    Success: Cache purged for 2 URL paths.
    ```
    
    ```
    salty-wordpress ➜  pantheon.dev  wp pantheon cache clear --all
    Success: Cache purged for all URL paths.
    ```
    danielbachhuber committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    112552f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    83034c2 View commit details
    Browse the repository at this point in the history
  2. Let WordPress know FS writes are disabled in test and live

    This will automagically disable UI like the code editor and "Add
    (Plugin|Theme)" experiences.
    danielbachhuber committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    8594aec View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Merge pull request #46 from pantheon-systems/wp-redis-helpful-error

    Display a more helpful message if WP Redis has errors on Pantheon
    Josh Koenig committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    038e297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from pantheon-systems/disable-fs-writes-test-live

    Let WordPress know FS writes are disabled in test and live
    Josh Koenig committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    89d6692 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Merge pull request #45 from pantheon-systems/27-cache-purge-command

    Register `wp pantheon cache clear` for purging cache based on path
    Josh Koenig committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    690bd11 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Merge pull request #48 from pantheon-systems/ignore-more-backup-plugins

    Ignore directories likely to contain large binary objects
    Josh Koenig committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    b1d9aa0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from pantheon-systems/update-akismet-3-1-5

    Update Akismet to 3.1.5
    Josh Koenig committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    871449e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Configuration menu
    Copy the full SHA
    999508b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Configuration menu
    Copy the full SHA
    93d1c75 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    22239d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Permit saving 0 ttl value in non-live; force min 60 ttl in live

    Previously, this conditional would mean a ttl of 0 couldn't be saved to
    the database. The conditional also didn't reflect the logic we have
    elsewhere forcing a minimum of 60 for ttl in live.
    
    Now, the conditional lets us save a ttl of 0 in non-live environments,
    and enforces a minimum of 60 saved to the database in live.
    danielbachhuber authored and greg-1-anderson committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    705b571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1732810 View commit details
    Browse the repository at this point in the history
  3. Update docs link

    Rachel authored and greg-1-anderson committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    32bd01a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    085b8ad View commit details
    Browse the repository at this point in the history
  5. Use our USER_AGENT_HTTPS header to set the default scheme

    Josh Koenig authored and greg-1-anderson committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    5853a45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d632edc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Configuration menu
    Copy the full SHA
    3f59091 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Configuration menu
    Copy the full SHA
    416283d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Configuration menu
    Copy the full SHA
    1c0210e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from pantheon-systems/wp4.5.3

    Update to WordPress 4.5.3.
    greg-1-anderson authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    85431ad View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    99d9779 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Update README.md

    typo and url update
    Adam Edgmond authored Aug 26, 2016
    Configuration menu
    Copy the full SHA
    2ef9375 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Configuration menu
    Copy the full SHA
    cccdd26 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    2f63210 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    f81260e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f04a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b804c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    920b735 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. WordPress 4.7-p1 [Security PATCH release]. Update PHPMailer to versio…

    Pantheon Automation authored and greg-1-anderson committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    ff96ce4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. WordPress 4.7-p2 [Security PATCH release]. Update PHPMailer to versio…

    Pantheon Automation authored and greg-1-anderson committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    ea8a253 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    a3701af View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Configuration menu
    Copy the full SHA
    f2d75c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    4ecd4a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    5c72cc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    d397670 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    5399d51 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Captial P dangit

    ataylorme committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    c5797f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    c9b93ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344abd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    344fc6e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    f6582d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. #126: Replace WordPress update nag with our own [shipit]

    Including pull request #126 in branch update.
    Pantheon Upstream authored and greg-1-anderson committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    4683b4e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    6d51b33 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Update to WordPress 4.8.1 (2/2) - includes bugfix for improved Panthe…

    …on-specific update notice. For more information, see #131
    Pantheon Automation authored and greg-1-anderson committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    771b52e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    b3dd4ea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    4c84ae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    954df0e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    12b3dcb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    b880997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925c7dc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    f427d82 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    aa95cc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    ac7ffcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf9462 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. #137: Add Pantheon login form customization [shipit]

    Including pull request #137 in branch update.
    Pantheon Upstream authored and greg-1-anderson committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    0fbfbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d25890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4513626 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Improve Pantheon customization to WordPress login form. For more info…

    …rmation see #155
    Pantheon Automation authored and greg-1-anderson committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3ffec63 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    7eff141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b72a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    103d988 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. #161: Standardize definition for appropriate tmp path [shipit]

    Including pull request #161 in branch update.
    Pantheon Upstream authored and greg-1-anderson committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    4a8713a View commit details
    Browse the repository at this point in the history
  2. #163: Skip code that disables update checks on test/live when called …

    …from CLI [shipit]
    
    Including pull request #163 in branch update.
    Pantheon Upstream authored and greg-1-anderson committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a850e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51c7ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2db38b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. #167: Set $_SERVER[HTTPS]

    Pantheon Upstream authored and Pantheon Automation committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    81581f1 View commit details
    Browse the repository at this point in the history
  2. #170: Add Try Gutenberg panel modifications

    Pantheon Upstream authored and Pantheon Automation committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    d2043a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b974eb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Update .gitignore

    See #141
    Alex Fornuto authored and greg-1-anderson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    09cf929 View commit details
    Browse the repository at this point in the history
  2. moved new line per @carl-alberto

    Alex Fornuto authored and greg-1-anderson committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c83dd30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4000e59 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    0daa7a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    14eb2d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    419a6bc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    702f6aa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    f0677e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    84f059b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Check if HTTP_HOST is set before reading it

    westonruter authored and Pantheon Automation committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d1dbdc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b2a63 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    0d60953 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    215de66 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    8fd6fd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Remove the Try Gutenberg callout code

    The block editor is now in WordPress core; it's not necessary to tweak
    the WordPress 4.9 callout anymore.
    danielbachhuber authored and Pantheon Automation committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8f97eed View commit details
    Browse the repository at this point in the history
  2. Improve WordPress dashboard Custom Upstream update notifications

    In Pantheon environments, the standard WordPress update nag is replaced
    with one specific to Pantheon. Users on the standard WordPress upstreams
    will see "A new WordPress version is available!" while users on a Custom
    Upstream will see "A Pantheon Custom Upstream update is available!".
    
    This message only appears when there is a new upstream update available
    (no longer when a new WordPress version is released).
    danielbachhuber authored and Pantheon Automation committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    25bd878 View commit details
    Browse the repository at this point in the history
  3. Remove max-age from logged-in responses

    Use `cache-control: no-cache, no-store, must-revalidate` when on the WordPress admin and logged-in
    ataylorme authored and Pantheon Automation committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    2fc6978 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a222f40 View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    I recommend removing ```Icon?``` from the gitignore as it matches files and directories in a case-insensitive way named "icons" or "icon1" etc
    MikeNGarrett authored and greg-1-anderson committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    cde52f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    47bb64d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    8ddeada View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    a141769 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    dac8843 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    eef601e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    685c2d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Upstream update notice improvements

    pwtyler authored and Pantheon Automation committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6ed707d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdfa6f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. change default for new sites from utf8 to utf8mb4

    nullvariable authored and Pantheon Automation committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c4a25bb View commit details
    Browse the repository at this point in the history
  2. [OTTO-357] Add protected_web_paths to upstream

    greg-1-anderson authored and Pantheon Automation committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    80b2a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96aa565 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Amended WordPress 5.4.2 release.

    The WordPress 5.4.2 release included an additional change to the way Pantheon manages protected web paths by adding the list explicitly to the pantheon.upstream.yml file. The paths listed in the new location were missing the trailing '/' character, which changed the behavior of the path matching. This amended release restores the missing trailing slashes. No changes to WordPress itself are included.
    Pantheon Automation committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ca4394b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Introduce 'pantheon_wp_login_text' to allow login text to be filtered

    danielbachhuber authored and Pantheon Automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    8d08f6d View commit details
    Browse the repository at this point in the history
  2. Introduce wp-config-pantheon, set WP_ENVIRONMENT_TYPE by Pantheon env…

    …ironment
    pwtyler authored and Pantheon Automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    1ddd8b6 View commit details
    Browse the repository at this point in the history
  3. Add local config sample

    Co-authored-by: dylanjameswagner <[email protected]>
    Co-authored-by: Doug Cone <[email protected]>
    2 people authored and Pantheon Automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    bd2d988 View commit details
    Browse the repository at this point in the history
  4. wp-config.php: removed deprecated WPLANG, refactored "if" logic/syntax

    pwtyler authored and Pantheon Automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    01ee7f1 View commit details
    Browse the repository at this point in the history
  5. Update to WordPress 5.5. IMPORTANT: If you select "Auto-resolve confl…

    …icts" for this release, it may cause your customizations to wp-config.php to be removed. Changes were made in the upstream wp-config.php in order to support wp_get_environment_type(). Double-check the contents of your wp-config.php file after applying this update. If you have problems with merge conflicts, see https://pantheon.io/docs/git-resolve-merge-conflicts
    Pantheon Automation committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    5a2b7ba View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    f289ec9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Only check for WordPress update when not doing ajax request

    tripflex authored and Pantheon Automation committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    dbc5670 View commit details
    Browse the repository at this point in the history
  2. Add DISABLE_PANTHEON_UPDATE_NOTICES constant to disable Pantheon upda…

    …te notice filtering
    nullvariable authored and Pantheon Automation committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7e4c4fe View commit details
    Browse the repository at this point in the history
  3. Update page cache notices to link to caching docs page

    nullvariable authored and Pantheon Automation committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a1a86f6 View commit details
    Browse the repository at this point in the history
  4. Use pantheon_curl_timeout instead of pantheon_curl

    pwtyler authored and Pantheon Automation committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    96fa0e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ded655 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    30466f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    4fa3c49 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    d2fe4df View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    4bd7f56 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    b72bd4a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Send Cache Control header via Response object

    Fixes #276.
    TimothyBJacobs authored and Pantheon Automation committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    cf54a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c173999 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    00edd5d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    2c68223 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Use sys_get_temp_dir() to set value of WP_TEMP_DIR

    ivanbueno-jcc authored and Pantheon Automation committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7398c69 View commit details
    Browse the repository at this point in the history
  2. Avoid escaping the links in the messages

    danielbachhuber authored and Pantheon Automation committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f140a99 View commit details
    Browse the repository at this point in the history
  3. Restore missing update-nag formatting

    As noted in #274, some of the .update-nag formatting went missing a while back, which makes the nag formatting appear somewhat inconsistent with other WordPress notices.
    
    This commit restores the formatting that makes the nag look like other warning notices, using standard WordPress CSS class names.
    joe-westcott authored and Pantheon Automation committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9c64380 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bf17ba View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Adds maintenance mode to the Pantheon Page Cache mu-plugin

    danielbachhuber authored and Pantheon Automation committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fd3be9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07293ed View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    5463208 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    8fa8f09 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    648da97 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    629fd15 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    c748744 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Disable WP Cron

    Ryan Marks authored and Pantheon Automation committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fa5e249 View commit details
    Browse the repository at this point in the history
  2. Allow DISABLE_WP_CRON to be overridden

    Ryan Marks authored and Pantheon Automation committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    07dacb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faba03b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Define FS_METHOD in pantheon mu-plugin: this setting can result in a …

    …significant performance improvement for sites that have highly populated directories. This setting has been documented previously at https://pantheon.io/docs/plugins-known-issues#define-fs_method
    namespacebrian authored and Pantheon Automation committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5d066c9 View commit details
    Browse the repository at this point in the history
  2. Add documentation to readme outlining branches

    jspellman814 authored and Pantheon Automation committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    7e64349 View commit details
    Browse the repository at this point in the history
  3. BUGS-4805: Re-enables cron for site networks to avoid primary URL iss…

    …ues.
    Pantheon Automation committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    85b43cb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    e528a48 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Remove calls to Pantheon API from WordPress Admin Dashboard. For more…

    jspellman814 authored and Pantheon Automation committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ee3b1d9 View commit details
    Browse the repository at this point in the history
  2. Show a more meaningful notice when trying to install WP plugin in Git…

    John Spellman authored and Pantheon Automation committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d1ff5a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0490ee0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Deprecates pantheon-cache in favor of pantheon cache

    jazzsequence authored and Pantheon Automation committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    120a584 View commit details
    Browse the repository at this point in the history
  2. Ensure REST API responses are not cached for authenticated users. For…

    John Spellman authored and Pantheon Automation committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    50ce361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2bc45b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    842aca1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Replace mu-plugin with a format consistent with pantheon-systems/pant…

    …heon-mu-plugin
    
    This update aligns the Pantheon mu-plugin format to our standalone repository (https://github.com/pantheon-systems/pantheon-mu-plugin), and will allow
    for the mu-plugin to receive updates from that repo whenever an updated version of WordPress is released.
    
    For more information, see https://pantheon.io/docs/start-states/wordpress#2022-11-01
    jazzsequence authored and Pantheon Automation committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    bf18d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef3b99f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    4c69c82 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fixes a bug where a fatal error for an undefined variable was thrown …

    …on PHP 8+.
    
    For more information see https://pantheon.io/docs/start-states/wordpress#20230117
    Pantheon Automation committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e43ead6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    c3dfe07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f0716 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    383e1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd8ba5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    5d3e92f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    df85ff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. PHP default version has been updated to 8.1. To pin your version of P…

    …HP to a different version, see https://docs.pantheon.io/guides/php/php-versions.
    Pantheon Automation committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0c4b943 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    238c6db View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7dac06c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    1d88367 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    47b3fb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    7742b8f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    97f1739 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    2bb1483 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    ecc4717 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add PANTHEON_HOSTNAME constant to wp-config-pantheon.php.

    jazzsequence authored and Pantheon Automation committed May 7, 2024
    Configuration menu
    Copy the full SHA
    233447f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66e78b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    d45f055 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    075318c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    cfec055 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. PHP default version has been updated to 8.2. To pin your version of P…

    …HP to a different version, see https://docs.pantheon.io/guides/php/php-versions.
    Pantheon Automation committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9fea99f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    5c467d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    48a7d57 View commit details
    Browse the repository at this point in the history