Skip to content

Commit 1631781

Browse files
committed
Lower minimum supported WordPress version to 6.2
Updated configuration, documentation, and metadata to reflect a reduced minimum required WordPress version from 6.5 to 6.2 for compatibility. This affects the GitHub workflow, README, main plugin file, and code style configuration.
1 parent c20a9e9 commit 1631781

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
wp-version: ['latest']
1818
include:
1919
- php-version: '7.4'
20-
wp-version: '6.5'
20+
wp-version: '6.2'
2121

2222
services:
2323
mysql:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Contributors: pfefferle, indieweb
44
- Donate link: https://notiz.blog/donate/
55
- Tags: microsub, indieweb, reader, feeds, rss
6-
- Requires at least: 6.5
6+
- Requires at least: 6.2
77
- Tested up to: 6.7
88
- Stable tag: 1.0.0
99
- Requires PHP: 7.4

microsub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: microsub
1212
* Domain Path: /languages
13-
* Requires at least: 6.5
13+
* Requires at least: 6.2
1414
* Requires PHP: 7.4
1515
* Requires Plugins: indieauth
1616
*

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<arg name="parallel" value="50"/>
1515

1616
<config name="testVersion" value="7.4-"/>
17-
<config name="minimum_supported_wp_version" value="6.5"/>
17+
<config name="minimum_supported_wp_version" value="6.2"/>
1818
<config name="text_domain" value="microsub,default"/>
1919

2020
<rule ref="PHPCompatibilityWP"/>

0 commit comments

Comments
 (0)