Skip to content

Commit aa74f60

Browse files
authored
chore: [SITE-5205] PHP 8.5 changelog, test fix, contributor update (#365)
1 parent 54f2e45 commit aa74f60

6 files changed

Lines changed: 24 additions & 9 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install dependencies
100100
run: |
101101
if [ ${{ matrix.php_version }} = "7.4" ]; then
102-
composer require pantheon-systems/pantheon-wp-coding-standards:^2 --no-update
102+
composer require pantheon-systems/pantheon-wp-coding-standards:^2 --dev --no-update
103103
composer update
104104
fi
105105
composer install

.github/workflows/test-behat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install SSH key
7878
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
7979
with:
80-
ssh-private-key: ${{ secrets.SITE_OWNER_SSH_PRIVATE_KEY }}
80+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
8181

8282
- name: Configure Composer GitHub OAuth (optional)
8383
if: env.GITHUB_TOKEN != ''

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Native PHP Sessions #
2-
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [outlandish josh](https://profiles.wordpress.org/outlandish-josh), [mpvanwinkle77](https://profiles.wordpress.org/mpvanwinkle77), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [andrew.taylor](https://profiles.wordpress.org/andrew.taylor), [jazzs3quence](https://profiles.wordpress.org/jazzs3quence), [stovak](https://profiles.wordpress.org/stovak), [jspellman](https://profiles.wordpress.org/jspellman/), [rwagner00](https://profiles.wordpress.org/rwagner00/), [anaispantheor](https://profiles.wordpress.org/anaispantheor)
2+
**Contributors:** [getpantheon](https://profiles.wordpress.org/getpantheon), [outlandish josh](https://profiles.wordpress.org/outlandish-josh), [mpvanwinkle77](https://profiles.wordpress.org/mpvanwinkle77), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [andrew.taylor](https://profiles.wordpress.org/andrew.taylor), [jazzs3quence](https://profiles.wordpress.org/jazzs3quence), [stovak](https://profiles.wordpress.org/stovak), [jspellman](https://profiles.wordpress.org/jspellman/), [rwagner00](https://profiles.wordpress.org/rwagner00/), [anaispantheor](https://profiles.wordpress.org/anaispantheor), [metasim](https://profiles.wordpress.org/metasim/)
33
**Tags:** comments, sessions
44
**Requires at least:** 5.3
55
**Tested up to:** 6.9
@@ -101,6 +101,7 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis
101101
## Changelog ##
102102

103103
### 1.4.6-dev ###
104+
* Compatibility: Supports PHP 8.5
104105

105106
### 1.4.5 (December 2, 2025) ###
106107
* Compatibility: Supports Wordpress 6.9

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@
4545
"dealerdirect/phpcodesniffer-composer-installer": true,
4646
"pantheon-systems/wpunit-helpers": true
4747
},
48+
"audit": {
49+
"ignore": {
50+
"PKSA-5r1g-c7b7-y1zg": "Dev-only: symfony/dom-crawler via behat test deps (pantheon-wordpress-upstream-tests). No prod exposure. SITE-5205.",
51+
"PKSA-dwsq-ppd2-mb1x": "Dev-only: symfony/polyfill-intl-idn via guzzle (behat test deps). No prod exposure. SITE-5205.",
52+
"PKSA-v5yj-8nmz-sk2q": "Dev-only: symfony/yaml via behat test deps. No prod exposure. SITE-5205.",
53+
"PKSA-ft77-7h5f-p3r6": "Dev-only: symfony/yaml via behat test deps. No prod exposure. SITE-5205.",
54+
"PKSA-b14r-zh1d-vdrc": "Dev-only: symfony/yaml via behat test deps. No prod exposure. SITE-5205.",
55+
"PKSA-z3gr-8qht-p93v": "Dev-only: phpunit/phpunit test runner. No prod exposure. SITE-5205.",
56+
"PKSA-jj5t-2zs1-dcfm": "Dev-only: guzzlehttp/psr7 (CVE-2026-48998) via fabpot/goutte behat upstream tests. Cannot upgrade (guzzle 6 pins psr7 ^1.9). No prod exposure. SITE-5205.",
57+
"PKSA-gm5x-j3mz-71n9": "Dev-only: guzzlehttp/psr7 (CVE-2026-49214) via fabpot/goutte behat upstream tests. Cannot upgrade (guzzle 6 pins psr7 ^1.9). No prod exposure. SITE-5205.",
58+
"PKSA-hn62-zkx4-1y5q": "Dev-only: guzzlehttp/psr7 via fabpot/goutte behat upstream tests. Cannot upgrade (guzzle 6 pins psr7 ^1.9). No prod exposure. SITE-5205."
59+
}
60+
},
4861
"sort-packages": true
4962
}
5063
}

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== Native PHP Sessions ===
2-
Contributors: getpantheon, outlandish josh, mpvanwinkle77, danielbachhuber, andrew.taylor, jazzs3quence, stovak, jspellman, rwagner00
2+
Contributors: getpantheon, outlandish josh, mpvanwinkle77, danielbachhuber, andrew.taylor, jazzs3quence, stovak, jspellman, rwagner00, metasim
33
Tags: comments, sessions
44
Requires at least: 5.3
55
Tested up to: 6.9
@@ -99,6 +99,7 @@ Adds a WP-CLI command to add an index to the sessions table if one does not exis
9999
== Changelog ==
100100

101101
= 1.4.6-dev =
102+
* Compatibility: Supports PHP 8.5
102103

103104
= 1.4.5 (December 2025) =
104105
* Compatibility: Supports Wordpress 6.9

0 commit comments

Comments
 (0)