Changeset 2841282
- Timestamp:
- 12/29/2022 08:51:41 PM (3 years ago)
- Location:
- protect-admin-account/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
protect-admin-account/trunk/index.php
r2807778 r2841282 4 4 * Plugin URI: https://protectadmin.com/plugin/protect-admin-account-pro-wordpress-plugin/ 5 5 * Description: Protect admin accounts from being deleted or modified by other users. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Keystroke Click 8 8 * Author URI: https://keystrokeclick.com/ … … 59 59 function thp_paa_check_version_update() { 60 60 if ( thp_paa_is_paa_pro_active() && thp_paa_user_is_activator() ) { 61 $thp_paapro_latest_v = '1.1. 1';61 $thp_paapro_latest_v = '1.1.2'; 62 62 63 63 $thp_paapro_data = get_plugin_data( plugin_dir_path( __DIR__ ).'protect-admin-account-pro/index.php', false, false ); -
protect-admin-account/trunk/readme.txt
r2807778 r2841282 4 4 Tags: protect, admin, user account, admin account, prevent admin deletion, prevent user edit 5 5 Requires at least: 4.7 6 Tested up to: 6. 0.26 Tested up to: 6.1.1 7 7 Requires PHP: 5.3 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.