Changeset 3118664
- Timestamp:
- 07/15/2024 06:57:58 PM (21 months ago)
- Location:
- simple-page-access-restriction/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
includes/admin/functions-scripts.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
simple-page-access-restriction.php (modified) (2 diffs)
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 1 5 = Version 1.0.27 - June 20, 2024 = 2 6 * Fix: General bugs -
simple-page-access-restriction/trunk/includes/admin/functions-scripts.php
r3105724 r3118664 105 105 // Enqueue the admin scripts. 106 106 ps_simple_par_admin_enqueue_script( 'deactivation' ); 107 ps_simple_par_admin_enqueue_script( 'review' );108 107 } 108 109 // Enqueue the admin scripts. 110 ps_simple_par_admin_enqueue_script( 'review' ); 109 111 110 112 // Allow developers to use this. -
simple-page-access-restriction/trunk/readme.txt
r3110693 r3118664 8 8 Tested up to: 6.5 9 9 Requires PHP: 5.6 10 Stable Tag: 1.0.2 710 Stable Tag: 1.0.28 11 11 License: GPL v2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 115 115 116 116 == Changelog == 117 = Version 1.0.28 - July 15, 2024 = 118 * Fix: Rating notice 119 * Fix: General bugs 120 117 121 = Version 1.0.27 - June 20, 2024 = 118 122 * Fix: General bugs -
simple-page-access-restriction/trunk/simple-page-access-restriction.php
r3110693 r3118664 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.2 76 * Version: 1.0.28 7 7 * Author: Plugins & Snippets 8 8 * Author URI: https://www.pluginsandsnippets.com/ … … 80 80 81 81 // Plugin related constants 82 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.2 7' );82 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_VER', '1.0.28' ); 83 83 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_NAME', 'Simple Page Access Restriction' ); 84 84 define( 'SIMPLE_PAGE_ACCESS_RESTRICTION_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset
for help on using the changeset viewer.