Plugin Directory

Changeset 3274969


Ignore:
Timestamp:
04/16/2025 04:45:41 PM (12 months ago)
Author:
pluginsandsnippets
Message:

trunk 1.0.31

Location:
simple-page-access-restriction/trunk
Files:
3 edited

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
    14= Version 1.0.30 - December 12, 2024 =
    25* Fix: Exclude restricted posts from GET and REST search queries
  • simple-page-access-restriction/trunk/readme.txt

    r3205648 r3274969  
    88Tested up to: 6.5
    99Requires PHP: 5.6
    10 Stable Tag: 1.0.30
     10Stable Tag: 1.0.31
    1111License: GPL v2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    116116
    117117== Changelog ==
     118= Version 1.0.31 - April 16, 2025 =
     119* Test: WordPress version 6.8
     120
    118121= Version 1.0.30 - December 12, 2024 =
    119122* Fix: Exclude restricted posts from GET and REST search queries
  • simple-page-access-restriction/trunk/simple-page-access-restriction.php

    r3205648 r3274969  
    44 * Plugin URI:        https://www.pluginsandsnippets.com/downloads/simple-page-access-restriction/
    55 * 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.30
     6 * Version:           1.0.31
    77 * Author:            Plugins & Snippets
    88 * Author URI:        https://www.pluginsandsnippets.com/
     
    1111 * Text Domain:       simple-page-access-restriction
    1212 * Requires at least: 3.9
    13  * Tested up to:      6.5
     13 * Tested up to:      6.8
    1414 *
    1515 * @package           Simple_Page_Access_Restriction
     
    7777
    7878            // Plugin related constants
    79             define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.30' );
     79            define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.31' );
    8080            define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_NAME', 'Simple Page Access Restriction' );
    8181            define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.