Changeset 3366253
- Timestamp:
- 09/23/2025 07:06:51 AM (6 months ago)
- Location:
- wp-user-login-notifier
- Files:
-
- 33 added
- 1 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/admin (added)
-
tags/1.0.7/admin/admin.php (added)
-
tags/1.0.7/admin/options-buddy (added)
-
tags/1.0.7/admin/options-buddy/core (added)
-
tags/1.0.7/admin/options-buddy/core/_inc (added)
-
tags/1.0.7/admin/options-buddy/core/_inc/uploader.js (added)
-
tags/1.0.7/admin/options-buddy/core/class-ob-field.php (added)
-
tags/1.0.7/admin/options-buddy/core/class-ob-helper.php (added)
-
tags/1.0.7/admin/options-buddy/core/class-ob-page.php (added)
-
tags/1.0.7/admin/options-buddy/core/class-ob-section.php (added)
-
tags/1.0.7/admin/options-buddy/fields (added)
-
tags/1.0.7/admin/options-buddy/fields/buddydevaccount.php (added)
-
tags/1.0.7/admin/options-buddy/fields/image.php (added)
-
tags/1.0.7/admin/options-buddy/fields/multioption.php (added)
-
tags/1.0.7/admin/options-buddy/fields/text.php (added)
-
tags/1.0.7/admin/options-buddy/index.php (added)
-
tags/1.0.7/admin/options-buddy/ob-loader.php (added)
-
tags/1.0.7/admin/options-buddy/readme.md (added)
-
tags/1.0.7/functions.php (added)
-
tags/1.0.7/index.php (added)
-
tags/1.0.7/languages (added)
-
tags/1.0.7/languages/wp-user-login-notifier-en_US.mo (added)
-
tags/1.0.7/languages/wp-user-login-notifier-en_US.po (added)
-
tags/1.0.7/lib (added)
-
tags/1.0.7/lib/Browser.php (added)
-
tags/1.0.7/notifier (added)
-
tags/1.0.7/notifier/class-failed-login-notifier.php (added)
-
tags/1.0.7/notifier/class-login-notifier-base.php (added)
-
tags/1.0.7/notifier/class-successful-login-notifier.php (added)
-
tags/1.0.7/notifier/class-user-login-notifier.php (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/wp-user-login-notifier.php (added)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-user-login-notifier/trunk/readme.txt
r2896702 r3366253 1 === WordPress User Login Notifier===2 Contributors: buddydev, sbrajesh 1 === User Login Notifier for WordPress === 2 Contributors: buddydev, sbrajesh, pressprogrammer 3 3 Tags: login, user, failed login, admin notification, login notification, email login notification 4 4 Requires at least: 5.0 5 Tested up to: 6. 26 Stable tag: 1.0. 65 Tested up to: 6.8.2 6 Stable tag: 1.0.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 WordPress User Login Notifier plugin notifies site admin and users of the successful and failed login attempts via email.10 User Login Notifier plugin notifies WordPress site admin and users of the successful and failed login attempts via email. 11 11 12 12 == Description == 13 13 14 WordPress User Login notifier pluginnotifies site admin and the users on a WordPress site when a user logs in succesfully or the login attempt is failed.14 User Login notifier for WordPress notifies site admin and the users on a WordPress site when a user logs in succesfully or the login attempt is failed. 15 15 16 16 === Features === … … 28 28 == Installation == 29 29 1. Login to dashboard & click Add New Plugin 30 1. Search for ' WP User Login Notifier'30 1. Search for 'User Login Notifier for WordPress' 31 31 1. Click Install & Then activate 32 1. Visit Settings-> WpUser Login Notifier to update the settings32 1. Visit Settings-> User Login Notifier to update the settings 33 33 34 34 Or you can install it manually as … … 37 37 2. Extract the zip file 38 38 1. Upload `wp-user-login-notifier` folder to the `/wp-content/plugins/` directory 39 1. Activate " WP User Login Notifier" plugin through the 'Plugins' menu in WordPress40 1. Visit Settings-> WPUser Login Notifier" to update settings39 1. Activate "User Login Notifier for WordPress" plugin through the 'Plugins' menu in WordPress 40 1. Visit Settings-> User Login Notifier" to update settings 41 41 42 42 == Frequently Asked Questions == … … 58 58 59 59 == Changelog == 60 61 = 1.0.7 = 62 * Updated name to comply with WordPress foundation trademark policy. 60 63 61 64 = 1.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.