Plugin Directory

Changeset 3401254


Ignore:
Timestamp:
11/23/2025 11:49:19 AM (3 months ago)
Author:
themepaste
Message:

Update to version 1.1.2 from GitHub

Location:
admin-safety-guard
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • admin-safety-guard/tags/1.1.2/admin-safety-guard.php

    r3399014 r3401254  
    44Plugin URI: http://themepaste.com/product/themepaste-secure-admin-pro/
    55Description: Secure your WordPress login with Admin safety guard to ensure secured access with limit login attempts, 2FA, reCaptcha, IP Blocking, Disable XML-RPC and activity tracking.
    6 Version: 1.1.0
     6Version: 1.1.2
    77Author: Themepaste Team
    88Author URI: http://themepaste.com/
     
    3939        define( 'TPSA_PLUGIN_FILE', __FILE__ );
    4040        define( 'TPSA_PREFIX', 'tpsa' );
    41         define( 'TPSA_PLUGIN_VERSION', '1.1.0' );
     41        define( 'TPSA_PLUGIN_VERSION', '1.1.2' );
    4242        define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) );
    4343        define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) );
  • admin-safety-guard/tags/1.1.2/readme.txt

    r3399014 r3401254  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    150150== Changelog ==
    151151
     152= 1.1.2 =
     153* [fix] - 2FA login cookie session issue when OTP verification completed.
     154* [Improved] - `wp_set_auth_cookie()` now uses correct $remember flag for persistent login.
     155* [Improved] - OTP authentication flow now respects the user's "Remember me" choice.
     156* [new] - Added a phone number field to the in-plugin support form, including country code.
     157
    152158= 1.1.0 =
    153159* [fix] – Resolved several important WordPress admin warnings.
  • admin-safety-guard/trunk/admin-safety-guard.php

    r3399014 r3401254  
    44Plugin URI: http://themepaste.com/product/themepaste-secure-admin-pro/
    55Description: Secure your WordPress login with Admin safety guard to ensure secured access with limit login attempts, 2FA, reCaptcha, IP Blocking, Disable XML-RPC and activity tracking.
    6 Version: 1.1.0
     6Version: 1.1.2
    77Author: Themepaste Team
    88Author URI: http://themepaste.com/
     
    3939        define( 'TPSA_PLUGIN_FILE', __FILE__ );
    4040        define( 'TPSA_PREFIX', 'tpsa' );
    41         define( 'TPSA_PLUGIN_VERSION', '1.1.0' );
     41        define( 'TPSA_PLUGIN_VERSION', '1.1.2' );
    4242        define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) );
    4343        define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) );
  • admin-safety-guard/trunk/readme.txt

    r3399014 r3401254  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    150150== Changelog ==
    151151
     152= 1.1.2 =
     153* [fix] - 2FA login cookie session issue when OTP verification completed.
     154* [Improved] - `wp_set_auth_cookie()` now uses correct $remember flag for persistent login.
     155* [Improved] - OTP authentication flow now respects the user's "Remember me" choice.
     156* [new] - Added a phone number field to the in-plugin support form, including country code.
     157
    152158= 1.1.0 =
    153159* [fix] – Resolved several important WordPress admin warnings.
Note: See TracChangeset for help on using the changeset viewer.