Skip to content

Commit

Permalink
Update references to minimum version of PHP.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Apr 12, 2024
1 parent e44ab43 commit 4dd03da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Addresses issue:

- [ ] My code is tested and passes existing unit tests.
- [ ] My code has an appropriate set of unit tests which all pass.
- [ ] My code is backward-compatible with WordPress 5.2 and PHP 5.6.
- [ ] My code is backward-compatible with WordPress 5.2 and PHP 7.4.
- [ ] My code follows the [WordPress](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) coding standards.
- [ ] My code has proper inline documentation.
- [ ] I have added a QA Brief on the issue linked above.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Any kind of contribution to Site Kit by Google is welcome. Head over to the [Con
## Requirements

* WordPress >= 5.2
* PHP >= 5.6
* PHP >= 7.4
1 change: 1 addition & 0 deletions google-site-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
*
* @since 1.0.0
* @since 1.3.0 Minimum required version of PHP raised to 5.6
* @since n.e.x.t Minimum required version of PHP raised to 7.4
* @access private
*
* @param bool $network_wide Whether to activate network-wide.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Contributors: google
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 5.6
Requires PHP: 7.4
Stable tag: 1.124.0
License: Apache License 2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Expand Down Expand Up @@ -74,7 +74,7 @@ The Site Kit plugin is free and open source, and will remain so. Individual Goog
In order to successfully install and use Site Kit, your site must meet the following requirements:

* WordPress version 5.2+
* PHP version 5.6+
* PHP version 7.4+
* Modern browser – Internet Explorer is not supported
* Is publicly accessible – it isn’t in maintenance mode, accessible only via password, or otherwise blocked
* REST API is available – Site Kit must be able to communicate via REST API with Google services. To ensure that the REST API is available for your site, go to Tools > Site Health.
Expand Down

0 comments on commit 4dd03da

Please sign in to comment.