Plugin Directory

Changeset 2841282


Ignore:
Timestamp:
12/29/2022 08:51:41 PM (3 years ago)
Author:
keystrokeclick
Message:

Updates to v1.1.2

Location:
protect-admin-account/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protect-admin-account/trunk/index.php

    r2807778 r2841282  
    44 * Plugin URI: https://protectadmin.com/plugin/protect-admin-account-pro-wordpress-plugin/
    55 * Description: Protect admin accounts from being deleted or modified by other users.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Keystroke Click
    88 * Author URI: https://keystrokeclick.com/
     
    5959    function thp_paa_check_version_update() {
    6060        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';
    6262           
    6363            $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  
    44Tags: protect, admin, user account, admin account, prevent admin deletion, prevent user edit
    55Requires at least: 4.7
    6 Tested up to: 6.0.2
     6Tested up to: 6.1.1
    77Requires PHP: 5.3
    8 Stable tag: 1.1.1
     8Stable tag: 1.1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.