=== Numvra User Activity Log ===
Contributors: numvra
Tags: activity log, audit log, user tracking, security, history
Requires at least: 6.2
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Records who did what on the site — content published or deleted, users created, roles changed, plugins switched — with the IP it came from.

== Description ==

Records who did what on the site — content published or deleted, users created, roles changed, plugins switched on — with the address it came from.

* Content published, updated, unpublished, trashed and deleted for good
* Media uploaded and deleted, with the file name
* Sign-ins, sign-outs and failed sign-ins
* Users created and deleted, and role changes with the old role and the new one
* Plugins activated and deactivated, themes switched
* Changes to the settings worth watching — site title, address, registration, default role
* Revisions, autosaves and menu items deliberately ignored, so the log stays readable
* Filter by action, by user, or search by name, user or address

Fully translatable. Translations are handled by translate.wordpress.org,
so no language files ship with the plugin.

== Installation ==

1. In the WordPress admin, go to Plugins > Add New > Upload Plugin.
2. Upload numvra-user-activity-log.zip and activate it.
3. Open Tools → Activity Log.

== Frequently Asked Questions ==

= Does it need any external service? =

No. The plugin is plain PHP, it makes no outbound request and it bundles no
third-party library.

= Who can use it? =

Administrator only.

== Screenshots ==

1. The log: who, what, when, and the address it came from.

== Changelog ==

= 1.0.1 =
* Prefixed every function, option, nonce and menu slug.
* Moved all inline JavaScript into an enqueued asset file.
* Dropped the bundled translation files and load_plugin_textdomain().
* Every database query now goes through $wpdb->prepare().

= 1.0.0 =
* First release.

== Upgrade Notice ==

= 1.0.1 =
Housekeeping release: no change to what the plugin does.

= 1.0.0 =
First release.
