Changeset 3338174
- Timestamp:
- 08/02/2025 10:01:38 AM (7 months ago)
- Location:
- admin-safety-guard
- Files:
-
- 6 added
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from admin-safety-guard/trunk)
-
tags/1.0.2/admin-safety-guard.php (modified) (2 diffs)
-
tags/1.0.2/assets/admin/build (added)
-
tags/1.0.2/assets/admin/build/analytics.bundle.js (added)
-
tags/1.0.2/assets/admin/build/loginLogActivity.bundle.js (added)
-
tags/1.0.2/blueprint.json (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
trunk/admin-safety-guard.php (modified) (2 diffs)
-
trunk/assets/admin/build (added)
-
trunk/assets/admin/build/analytics.bundle.js (added)
-
trunk/assets/admin/build/loginLogActivity.bundle.js (added)
-
trunk/blueprint.json (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-safety-guard/tags/1.0.2/admin-safety-guard.php
r3337798 r3338174 4 4 Plugin URI: http://themepaste.com/product/themepaste-secure-admin-pro/ 5 5 Description: Secure your WordPress admin with Admin safety guard to ensure secured access with smart login, 2FA, and activity tracking. 6 Version: 1.0. 06 Version: 1.0.2 7 7 Author: Themepaste Team 8 8 Author URI: http://themepaste.com/ … … 39 39 define( 'TPSA_PLUGIN_FILE', __FILE__ ); 40 40 define( 'TPSA_PREFIX', 'tpsa' ); 41 define( 'TPSA_PLUGIN_VERSION', '1.0. 0' );41 define( 'TPSA_PLUGIN_VERSION', '1.0.2' ); 42 42 define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) ); 43 43 define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) ); -
admin-safety-guard/tags/1.0.2/blueprint.json
r3337798 r3338174 2 2 "name": "Admin Safety Guard", 3 3 "slug": "admin-safety-guard", 4 "version": "1.0. 0",4 "version": "1.0.1", 5 5 "description": "Secure your WordPress admin with Admin safety guard to ensure secured access with smart login, 2FA, and activity tracking.", 6 6 "author": "Themepaste Team", -
admin-safety-guard/tags/1.0.2/readme.txt
r3337815 r3338174 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 140 140 4. After installation, click `Activate` to enable the plugin on your site. 141 141 142 == Frequently Asked Questions==142 == Changelog == 143 143 144 **Q1: How can I enable Two-Factor Authentication (2FA)?** 145 A1: Navigate to the plugin settings under `Settings > Admin Safety Guard` and enable Two-Factor Authentication. Follow the setup wizard to configure it for your site. 144 = 1.0.2 = 145 [fix] Fix issues 146 146 147 **Q2: How can I change the login URL?** 148 A2: You can change the default login URL under `Settings > Admin Safety Guard > Login Settings`. Simply enter your desired custom URL. 149 150 **Q3: Can I track login activity and user actions?** 151 A3: Yes, login logs and user activity tracking can be enabled under `Settings > Admin Safety Guard > Security Settings`. This will log and monitor user activities in the admin dashboard. 152 153 == Changelog == 147 = 1.0.1 = 148 [fix] build file issue 154 149 155 150 = 1.0.0 = … … 159 154 == Upgrade Notice == 160 155 161 = 1.0.0 =162 This is the first release of the Admin Safety Guard plugin. No previous versions to upgrade from.163 164 156 == Support == 165 157 -
admin-safety-guard/trunk/admin-safety-guard.php
r3337798 r3338174 4 4 Plugin URI: http://themepaste.com/product/themepaste-secure-admin-pro/ 5 5 Description: Secure your WordPress admin with Admin safety guard to ensure secured access with smart login, 2FA, and activity tracking. 6 Version: 1.0. 06 Version: 1.0.2 7 7 Author: Themepaste Team 8 8 Author URI: http://themepaste.com/ … … 39 39 define( 'TPSA_PLUGIN_FILE', __FILE__ ); 40 40 define( 'TPSA_PREFIX', 'tpsa' ); 41 define( 'TPSA_PLUGIN_VERSION', '1.0. 0' );41 define( 'TPSA_PLUGIN_VERSION', '1.0.2' ); 42 42 define( 'TPSA_PLUGIN_DIRNAME', dirname( TPSA_PLUGIN_FILE ) ); 43 43 define( 'TPSA_PLUGIN_BASENAME', plugin_basename( TPSA_PLUGIN_FILE ) ); -
admin-safety-guard/trunk/blueprint.json
r3337798 r3338174 2 2 "name": "Admin Safety Guard", 3 3 "slug": "admin-safety-guard", 4 "version": "1.0. 0",4 "version": "1.0.1", 5 5 "description": "Secure your WordPress admin with Admin safety guard to ensure secured access with smart login, 2FA, and activity tracking.", 6 6 "author": "Themepaste Team", -
admin-safety-guard/trunk/readme.txt
r3337815 r3338174 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 140 140 4. After installation, click `Activate` to enable the plugin on your site. 141 141 142 == Frequently Asked Questions==142 == Changelog == 143 143 144 **Q1: How can I enable Two-Factor Authentication (2FA)?** 145 A1: Navigate to the plugin settings under `Settings > Admin Safety Guard` and enable Two-Factor Authentication. Follow the setup wizard to configure it for your site. 144 = 1.0.2 = 145 [fix] Fix issues 146 146 147 **Q2: How can I change the login URL?** 148 A2: You can change the default login URL under `Settings > Admin Safety Guard > Login Settings`. Simply enter your desired custom URL. 149 150 **Q3: Can I track login activity and user actions?** 151 A3: Yes, login logs and user activity tracking can be enabled under `Settings > Admin Safety Guard > Security Settings`. This will log and monitor user activities in the admin dashboard. 152 153 == Changelog == 147 = 1.0.1 = 148 [fix] build file issue 154 149 155 150 = 1.0.0 = … … 159 154 == Upgrade Notice == 160 155 161 = 1.0.0 =162 This is the first release of the Admin Safety Guard plugin. No previous versions to upgrade from.163 164 156 == Support == 165 157
Note: See TracChangeset
for help on using the changeset viewer.