Skip to content

Commit 240261e

Browse files
committed
chore: update plugin php min version to 7.4
1 parent 8f133f5 commit 240261e

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

plugins/faustwp/.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<!-- Rules: Check PHP version compatibility -->
2626
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
27-
<config name="testVersion" value="7.2-" />
27+
<config name="testVersion" value="7.4-" />
2828

2929
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
3030
<rule ref="PHPCompatibilityWP" />

plugins/faustwp/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
}
5959
},
6060
"require": {
61-
"symfony/process": "^6.4.14"
61+
"symfony/process": "^6.4.14",
62+
"php": "^7.4 || ^8.0"
6263
}
6364
}

plugins/faustwp/faustwp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Text Domain: faustwp
1111
* Domain Path: /languages
1212
* Version: 1.6.0
13-
* Requires PHP: 7.2
13+
* Requires PHP: 7.4
1414
* Requires at least: 5.7
1515
* Update URI: false
1616
*

plugins/faustwp/readme.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: faustjs, faust, headless, decoupled, composable-architecture
44
Requires at least: 5.7
55
Tested up to: 6.6.1
66
Stable tag: 1.6.0
7-
Requires PHP: 7.2
7+
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -52,24 +52,24 @@ plugins/faustwp/.wordpress-org/screenshot-1.png
5252
plugins/faustwp/.wordpress-org/screenshot-2.png
5353
plugins/faustwp/.wordpress-org/screenshot-3.png
5454

55-
== Changelog ==
56-
57-
= 1.6.0 =
58-
59-
### Minor Changes
60-
61-
- 28f1f83: Added new filter `faustwp_public_redirect_status_code`, allowing WordPress plugins and themes to choose the [HTTP status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) to use when generating redirects when the [enable public route redirects](https://faustjs.org/docs/faustwp/settings#enabling-public-route-redirects) setting is active.
62-
63-
= 1.5.0 =
64-
65-
### Minor Changes
66-
67-
- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint.
68-
69-
= 1.4.1 =
70-
71-
### Patch Changes
72-
73-
- e80d80af: Tested up to WordPress v6.6.1
74-
55+
== Changelog ==
56+
57+
= 1.6.0 =
58+
59+
### Minor Changes
60+
61+
- 28f1f83: Added new filter `faustwp_public_redirect_status_code`, allowing WordPress plugins and themes to choose the [HTTP status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) to use when generating redirects when the [enable public route redirects](https://faustjs.org/docs/faustwp/settings#enabling-public-route-redirects) setting is active.
62+
63+
= 1.5.0 =
64+
65+
### Minor Changes
66+
67+
- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint.
68+
69+
= 1.4.1 =
70+
71+
### Patch Changes
72+
73+
- e80d80af: Tested up to WordPress v6.6.1
74+
7575
[View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md)

0 commit comments

Comments
 (0)