Plugin Directory

Changeset 3469195


Ignore:
Timestamp:
02/25/2026 08:44:25 AM (5 weeks ago)
Author:
themepaste
Message:

Update to version 1.2.4 from GitHub

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

Legend:

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

    r3467403 r3469195  
    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.3
     6Version: 1.2.4
    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.3' );
     41        define( 'TPSA_PLUGIN_VERSION', '1.2.4' );
    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.4/assets/admin/js/deactivate.js

    r3467403 r3469195  
    7575      }),
    7676      success: function (response) {
    77         console.log('Feedback sent:', response);
    78         // window.location.href = deactivateUrl;
     77        window.location.href = deactivateUrl;
    7978      },
    8079      error: function (error) {
    81         console.log('API Error:', error);
    8280        // Always deactivate even if API fails
    83         // window.location.href = deactivateUrl;
     81        window.location.href = deactivateUrl;
    8482      },
    8583    });
  • admin-safety-guard/tags/1.2.4/readme.txt

    r3467403 r3469195  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    152152== Changelog ==
    153153
     154= 1.2.4 – Maintenance Update =
     155* Deactivation issue fixed
     156
    154157= 1.2.3 – Maintenance Update =
    155158* Enhanced stability and performance
  • admin-safety-guard/trunk/admin-safety-guard.php

    r3467403 r3469195  
    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.3
     6Version: 1.2.4
    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.3' );
     41        define( 'TPSA_PLUGIN_VERSION', '1.2.4' );
    4242        define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) );
    4343        define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) );
  • admin-safety-guard/trunk/assets/admin/js/deactivate.js

    r3467403 r3469195  
    7575      }),
    7676      success: function (response) {
    77         console.log('Feedback sent:', response);
    78         // window.location.href = deactivateUrl;
     77        window.location.href = deactivateUrl;
    7978      },
    8079      error: function (error) {
    81         console.log('API Error:', error);
    8280        // Always deactivate even if API fails
    83         // window.location.href = deactivateUrl;
     81        window.location.href = deactivateUrl;
    8482      },
    8583    });
  • admin-safety-guard/trunk/readme.txt

    r3467403 r3469195  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.2.3
     7Stable tag: 1.2.4
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    152152== Changelog ==
    153153
     154= 1.2.4 – Maintenance Update =
     155* Deactivation issue fixed
     156
    154157= 1.2.3 – Maintenance Update =
    155158* Enhanced stability and performance
Note: See TracChangeset for help on using the changeset viewer.