From 257ccf0680e086146d496c1ea05d46252930a8aa Mon Sep 17 00:00:00 2001 From: Sarah Mount Date: Wed, 15 Mar 2023 10:37:56 +0000 Subject: [PATCH] Plugin version is 4.0.3 Feature changes: * We restrict the files that can be served by directory. Previously we checked that the file being served had a path name that began with /wp-content/... but this does not work for multi-site WordPress installs. From commit 1170644 we search for the restricted directory within the URI. Maintenance changes: * Update dependencies * Add Dependabot to CI pipeline * Remove TravisCI config * Deprecate versions of PHP below 7.4 in CI pipeline * Update php-cs-fixer to version 3.0+ --- dxw-members-only.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dxw-members-only.php b/dxw-members-only.php index 3971ad2..25d488f 100644 --- a/dxw-members-only.php +++ b/dxw-members-only.php @@ -3,7 +3,7 @@ * Plugin Name: dxw Members Only * Plugin URI: http://dxw.com * Description: Make your WordPress site visible to signed-in users only with the added ability to whitelist specific content for access by all users. - * Version: 4.0.2 + * Version: 4.0.3 * Author: dxw * Author URI: http://dxw.com * Text Domain: dxwmembersonly