Plugin Directory

Changeset 3457006


Ignore:
Timestamp:
02/09/2026 11:43:47 AM (7 weeks ago)
Author:
themepaste
Message:

Update to version 1.2.2 from GitHub

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

Legend:

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

    r3452841 r3457006  
    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.2.1
     6Version: 1.2.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.2.1' );
     41        define( 'TPSA_PLUGIN_VERSION', '1.2.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.2.2/readme.txt

    r3452841 r3457006  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Secure your WordPress login with Admin Safety Guard: limit login attempts, 2FA, reCAPTCHA, IP blocking, disable XML-RPC, activity tracking, custom login URL, redirects, and branded login styles.
     11Admin Safety Guard secures WordPress: limit logins, 2FA, reCAPTCHA, IP block, disable XML-RPC, activity logs, custom URLs and branding.
    1212
    1313== Description ==
     
    152152== Changelog ==
    153153
     154= 1.2.2 – Maintenance Update =
     155* Fixed critical errors and PHP warnings
     156* Improved WordPress coding standards compliance
     157* Optimized long descriptions and code structure
     158* Enhanced stability and performance
     159* General bug fixes and cleanup
     160
    154161= 1.2.1 – Security & Compliance Update =
    155162* Fixed security issues reported by WordPress Plugin Review Team
  • admin-safety-guard/trunk/admin-safety-guard.php

    r3452841 r3457006  
    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.2.1
     6Version: 1.2.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.2.1' );
     41        define( 'TPSA_PLUGIN_VERSION', '1.2.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

    r3452841 r3457006  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Secure your WordPress login with Admin Safety Guard: limit login attempts, 2FA, reCAPTCHA, IP blocking, disable XML-RPC, activity tracking, custom login URL, redirects, and branded login styles.
     11Admin Safety Guard secures WordPress: limit logins, 2FA, reCAPTCHA, IP block, disable XML-RPC, activity logs, custom URLs and branding.
    1212
    1313== Description ==
     
    152152== Changelog ==
    153153
     154= 1.2.2 – Maintenance Update =
     155* Fixed critical errors and PHP warnings
     156* Improved WordPress coding standards compliance
     157* Optimized long descriptions and code structure
     158* Enhanced stability and performance
     159* General bug fixes and cleanup
     160
    154161= 1.2.1 – Security & Compliance Update =
    155162* Fixed security issues reported by WordPress Plugin Review Team
Note: See TracChangeset for help on using the changeset viewer.