Skip to content

Commit

Permalink
Merge pull request #335 from 10up/bump/wp-version
Browse files Browse the repository at this point in the history
Bump tested upto version and minimum wp version
  • Loading branch information
jeffpaul authored Nov 12, 2024
2 parents 554bff2 + 1687376 commit a28c5de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion restricted_site_access.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://10up.com/plugins/restricted-site-access-wordpress/
* Description: <strong>Limit access your site</strong> 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. <strong>Powerful control over redirection</strong>, including <strong>SEO friendly redirect headers</strong>. 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
Expand Down

0 comments on commit a28c5de

Please sign in to comment.