Changeset 3274969
- Timestamp:
- 04/16/2025 04:45:41 PM (12 months ago)
- Location:
- simple-page-access-restriction/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
simple-page-access-restriction.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-page-access-restriction/trunk/changelog.txt
r3205648 r3274969 1 = Version 1.0.31 - April 16, 2025 = 2 * Test: WordPress version 6.8 3 1 4 = Version 1.0.30 - December 12, 2024 = 2 5 * Fix: Exclude restricted posts from GET and REST search queries -
simple-page-access-restriction/trunk/readme.txt
r3205648 r3274969 8 8 Tested up to: 6.5 9 9 Requires PHP: 5.6 10 Stable Tag: 1.0.3 010 Stable Tag: 1.0.31 11 11 License: GPL v2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 116 116 117 117 == Changelog == 118 = Version 1.0.31 - April 16, 2025 = 119 * Test: WordPress version 6.8 120 118 121 = Version 1.0.30 - December 12, 2024 = 119 122 * Fix: Exclude restricted posts from GET and REST search queries -
simple-page-access-restriction/trunk/simple-page-access-restriction.php
r3205648 r3274969 4 4 * Plugin URI: https://www.pluginsandsnippets.com/downloads/simple-page-access-restriction/ 5 5 * Description: This plugin offers a simple way to restrict visits to select pages only to logged-in users and allows for page redirection to a defined (login) page of your choice. 6 * Version: 1.0.3 06 * Version: 1.0.31 7 7 * Author: Plugins & Snippets 8 8 * Author URI: https://www.pluginsandsnippets.com/ … … 11 11 * Text Domain: simple-page-access-restriction 12 12 * Requires at least: 3.9 13 * Tested up to: 6. 513 * Tested up to: 6.8 14 14 * 15 15 * @package Simple_Page_Access_Restriction … … 77 77 78 78 // Plugin related constants 79 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.3 0' );79 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.31' ); 80 80 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_NAME', 'Simple Page Access Restriction' ); 81 81 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.