diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1fbee684..b2a8216b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -48,7 +48,7 @@ jobs: core: - {name: 'WP latest', version: 'latest'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} - - {name: 'WP minimum', version: 'WordPress/WordPress#5.7'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.3'} steps: - name: Checkout diff --git a/readme.txt b/readme.txt index 99f4cfe2..87af8958 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,8 @@ Contributors: 10up, jakemgold, rcbth, thinkoomph, tlovett1, jeffpaul, nomnom99 Donate link: https://10up.com/plugins/restricted-site-access-wordpress/ Tags: privacy, restricted, restrict, privacy, limited, permissions, security, block -Requires at least: 5.7 -Tested up to: 6.4 +Tested up to: 6.5 Stable tag: 7.5.0 -Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/restricted_site_access.php b/restricted_site_access.php index cde694ab..854627e3 100644 --- a/restricted_site_access.php +++ b/restricted_site_access.php @@ -4,7 +4,7 @@ * Plugin URI: https://10up.com/plugins/restricted-site-access-wordpress/ * Description: Limit access your site to visitors who are logged in or accessing the site from a set of specific IP addresses. Send restricted visitors to the log in page, redirect them, or display a message or page. Powerful control over redirection, including SEO friendly redirect headers. Great solution for Extranets, publicly hosted Intranets, or parallel development sites. * Version: 7.5.0 - * Requires at least: 5.7 + * Requires at least: 6.3 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com