diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 2e1764d..2ec53b0 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -15,7 +15,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10 strategy: matrix: - php-versions: ['7.0', '7.2', '7.3', '7.4', '8.0'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/languages/indieauth.pot b/languages/indieauth.pot index 2540029..5e564e8 100644 --- a/languages/indieauth.pot +++ b/languages/indieauth.pot @@ -3,8 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: IndieAuth 4.5.0\n" -"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/indieauth\n" -"POT-Creation-Date: 2024-07-07 13:19:13+00:00\n" +"Report-Msgid-Bugs-To: " +"https://wordpress.org/support/plugin/wordpress-indieauth\n" +"POT-Creation-Date: 2024-08-12 18:57:25+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/phpcs.xml b/phpcs.xml index a8e74fc..7436c7c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -26,15 +26,15 @@ - + - + - + @@ -47,7 +47,7 @@ - + diff --git a/readme.md b/readme.md index 7c268ef..4ff3b0b 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ **Contributors:** [indieweb](https://profiles.wordpress.org/indieweb/), [pfefferle](https://profiles.wordpress.org/pfefferle/), [dshanske](https://profiles.wordpress.org/dshanske/) **Tags:** IndieAuth, IndieWeb, IndieWebCamp, login **Requires at least:** 4.9.9 -**Requires PHP:** 5.6 +**Requires PHP:** 7.2 **Tested up to:** 6.5 **Stable tag:** 4.5.0 **License:** MIT diff --git a/readme.txt b/readme.txt index 57dc989..51c4520 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: indieweb, pfefferle, dshanske Tags: IndieAuth, IndieWeb, IndieWebCamp, login Requires at least: 4.9.9 -Requires PHP: 5.6 +Requires PHP: 7.2 Tested up to: 6.5 Stable tag: 4.5.0 License: MIT