From 4323b7d983e83b1de3a832397473ef51978a8de3 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Mon, 14 Mar 2022 20:33:16 +0000 Subject: [PATCH] Bump min PHP and WP versions Workflows were already using correct minimum versions. Fixes #130. --- composer.json | 4 ++-- readme.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4bacdfd..66a3d51 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ } ], "require": { - "php": ">=5.6", - "composer/installers": "^1.0 | ^2.0" + "php": ">=7.1", + "composer/installers": "^1.0 || ^2.0" }, "require-dev": { "automattic/vipwpcs": "^2.2", diff --git a/readme.md b/readme.md index b3f5fcf..c362a6a 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ # Ad Code Manager Stable tag: 0.5 -Requires at least: 3.1 -Tested up to: 5.0 -Requires PHP: 5.0 +Requires at least: 5.5 +Tested up to: 5.9 +Requires PHP: 7.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: advertising, ad codes, ads, adsense, dfp, doubleclick for publishers @@ -25,6 +25,8 @@ Once this configuration is in place, the Ad Code Manager admin interface will al ## Installation +The plugin requires PHP 7.1 or later. It is also test on WordPress 5.5 and later, though it may run on older versions. + Since the plugin is in its early stages, there are a couple additional configuration steps: 1. Upload `ad-code-manager` to the `/wp-content/plugins/` directory.