Plugin Directory

Changeset 3118664


Ignore:
Timestamp:
07/15/2024 06:57:58 PM (21 months ago)
Author:
pluginsandsnippets
Message:

trunk 1.0.28

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

Legend:

Unmodified
Added
Removed
  • simple-page-access-restriction/trunk/changelog.txt

    r3105724 r3118664  
     1= Version 1.0.28 - July 15, 2024 =
     2* Fix: Rating notice
     3* Fix: General bugs
     4
    15= Version 1.0.27 - June 20, 2024 =
    26* Fix: General bugs
  • simple-page-access-restriction/trunk/includes/admin/functions-scripts.php

    r3105724 r3118664  
    105105        // Enqueue the admin scripts.
    106106        ps_simple_par_admin_enqueue_script( 'deactivation' );
    107         ps_simple_par_admin_enqueue_script( 'review' );
    108107    }
     108
     109    // Enqueue the admin scripts.
     110    ps_simple_par_admin_enqueue_script( 'review' );
    109111
    110112    // Allow developers to use this.
  • simple-page-access-restriction/trunk/readme.txt

    r3110693 r3118664  
    88Tested up to: 6.5
    99Requires PHP: 5.6
    10 Stable Tag: 1.0.27
     10Stable Tag: 1.0.28
    1111License: GPL v2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    115115
    116116== Changelog ==
     117= Version 1.0.28 - July 15, 2024 =
     118* Fix: Rating notice
     119* Fix: General bugs
     120
    117121= Version 1.0.27 - June 20, 2024 =
    118122* Fix: General bugs
  • simple-page-access-restriction/trunk/simple-page-access-restriction.php

    r3110693 r3118664  
    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.27
     6 * Version:           1.0.28
    77 * Author:            Plugins & Snippets
    88 * Author URI:        https://www.pluginsandsnippets.com/
     
    8080
    8181            // Plugin related constants
    82             define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.27' );
     82            define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.28' );
    8383            define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_NAME', 'Simple Page Access Restriction' );
    8484            define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.