From 1687376df60f426c858160080d6c143b2101c97c Mon Sep 17 00:00:00 2001 From: mehidi258 Date: Tue, 12 Nov 2024 11:55:07 +0600 Subject: [PATCH] Bump tested upto version and minimum wp version --- .github/workflows/cypress.yml | 6 +++--- readme.txt | 2 +- restricted_site_access.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index f1ad7e0..7fc5407 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -37,7 +37,7 @@ jobs: echo "RSA_FILES_CHANGED=yes" >> $GITHUB_OUTPUT fi - build: + build: uses: 10up/restricted-site-access/.github/workflows/build-release-zip.yml@develop cypress: runs-on: ubuntu-latest @@ -48,7 +48,7 @@ jobs: core: - {name: 'WP latest', version: 'latest'} - {name: 'WP trunk', version: 'WordPress/WordPress#master'} - - {name: 'WP minimum', version: 'WordPress/WordPress#6.4'} + - {name: 'WP minimum', version: 'WordPress/WordPress#6.5'} steps: - name: Checkout @@ -85,7 +85,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Install dependencies run: npm install - - name: Set the core version and plugins config + - name: Set the core version and plugins config run: ./tests/bin/set-wp-config.js --core=${{ matrix.core.version }} --plugins=./${{ github.event.repository.name }},./tests/rsa-seeder - name: Set up WP environment run: npm run env:start diff --git a/readme.txt b/readme.txt index ef0640f..28c340b 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: 10up, jakemgold, rcbth, thinkoomph, tlovett1, jeffpaul, nomnom99 Donate link: https://10up.com/plugins/restricted-site-access-wordpress/ Tags: privacy, restrict, limited, permissions, security -Tested up to: 6.6 +Tested up to: 6.7 Stable tag: 7.5.1 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html diff --git a/restricted_site_access.php b/restricted_site_access.php index 2d84307..31f3966 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.1 - * Requires at least: 6.4 + * Requires at least: 6.5 * Requires PHP: 7.4 * Author: 10up * Author URI: https://10up.com