Simple History – Track, Log, and Audit WordPress Changes

Por Pär Thernström
(384 avaliações)
Baixar
  • Versão:
    4.16.0
  • Última atualização:
    há 17 dias
  • Instalações ativas:
    mais de 200 mil
  • Versão do WordPress:
    6.1 ou maior
  • Testado até o WordPress:
    6.5.5
  • Versão do PHP:
    7.4 ou maior
  • Tags:

Hospedagem WordPress com plugin Simple History – user activity log, audit tool

Onde posso hospedar o plugin Simple History – user activity log, audit tool?

Este plugin pode ser hospedado em qualquer servidor que tenha WordPress configurado. Recomendamos utilizar um provedor de hospedagem de confiança, com servidores adaptados para WordPress, como o serviço de hospedagem WordPress da MCO2.

Hospedando o plugin Simple History – user activity log, audit tool em uma empresa de hospedagem confiável

A MCO2, além de configurar e instalar o WordPress na versão mais atualizada para seus clientes, disponibiliza o WP SafePress, um sistema exclusivo que protege e otimiza seu site conjuntamente.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São plugins que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

“So far the best and most comprehensive logging plugin”@herrschuessler

O Simple History mostra mudanças recentes feitas dentro do WordPress diretamente no seu painel, ou numa página separada.

The plugin works as a audit log of the most important events that occur in WordPress.

It’s a plugin that is good to have on websites where several people are involved in editing the content.

No coding is required to use the plugin. Just install it and it will start logging events.

✨ Simple History Features

De início, o Simple History tem suporte para:

  • Posts and pages – see who added, updated or deleted a post or page

  • Attachments – see who added, updated or deleted an attachment

  • Taxonomies (Custom taxonomies, categories, tags) – see who added, updated or deleted an taxonomy

  • Comments – see who edited, approved or removed a comment

  • Widgets – get info when someone adds, updates or removes a widget in a sidebar

  • Plugins – activation and deactivation

  • User profiles – info about added, updated or removed users

  • User logins – see when a user login & logout. Also see when a user fails to login (good way to catch brute-force login attempts).

  • User edits – see when a user is added, updated or removed, and get detailed information about the changes made to the user.

  • Failed user logins – see when someone has tried to log in, but failed. The log will then include ip address of the possible hacker.

  • Edições de menus

  • Option screens – view details about changes made in the different settings sections of WordPress. Things like changes to the site title and the permalink structure will be logged.

  • Privacy page – when a privacy page is created or set to a new page.

  • Data Export – see when a privacy data export request is added and when this request is approved by the user, downloaded by an admin, or emailed to the user.

  • User Data Erasure Requests – see when a user privacy data export request is added and when this request is approved by the user and when the user data is removed.

Build in logging for third party plugins

Simple History comes with built in support for many plugins:

  • Jetpack – See what Jetpack modules that are activated and deactivated.

  • Advanced Custom Fields (ACF) – See when field groups and fields are created and modified.

  • User Switching – See each user switch being made.

  • WP Crontrol – See when cron events are added, edited, deleted, paused, resumed, and manually ran, and when cron schedules are added and deleted.

  • Enable Media Replace – See details about the file being replaced and details about the new file.

  • Limit Login Attempts – See login attempts, lockouts, and configuration changes made in the plugin Limit Login Attempts.

  • Redirection – See redirects and groups that are created, changed, enabled or disabled and also when the global plugin settings have been modified.

  • Duplicate Post –See when a clone of a post or page is done.

  • Beaver Builder – See when a Beaver Builder layout or template is saved or when the settings for the plugins are saved.

Is your plugin missing? No problem – plugin authors can add support for Simple History in their plugins using the logging API.

Plugins that have support for Simple History includes:

What users say 💬

🌟 300+ five-star reviews speak to the reliability of this plugin. 🌟

  • “So far the best and most comprehensive logging plugin”@herrschuessler

  • “The best history plugin I’ve found”Rich Mehta

  • “Custom Logs Are Crazy Awesome!”Ahmad Awais

  • “Amazing activity logging plugin”digidestination

  • “Fantastic plugin I use on all sites”Duncan Michael-MacGregor

  • “Useful Quick View of Activity”Dan O

  • “The best Activity Plugin”Rahim

  • “The best free history plugin ever”abazeed

  • “It is a standard plugin for all of our sites”Mr Tibbs

Getting Started

After installation, Simple History automatically starts logging activities. Access the history log through the dashboard widget or via the ‘Simple History’ page in the dashboard menu.

Feed RSS com as alterações

Using the optional password protected RSS feed you can keep track of the changes made on your website using your favorite RSS reader.

Comes with WP-CLI commands

For those of you who like to work with the command line there are also some WP-CLI commands available.

  • wp simple-history list – List the latest logged events.

Exemplos de uso

Acompanhe o que outras pessoas estão fazendo:
“Alguém já fez alguma coisa hoje? Ah, a Sarah enviou o novo comunicado de imprensa e criou um artigo sobre ele. Ótimo! Agora eu não preciso fazer isso.”

Or for debug purposes:
“The site feels slow since yesterday. Has anyone done anything special? … Ah, Steven activated ‘naughty-plugin-x’,
that must be it.”

Uma API para que você possa acrescentar seu próprios eventos ao registro de auditagem

Se você é desenvolvedor de tema ou plugin e quiser adicionar seus próprios eventos ao Simple History, pode fazê-lo usando a função SimpleLogger(), dessa maneira:

`php

if ( function_exists(“SimpleLogger”) ) {
// Most basic example: just add some information to the log
SimpleLogger()->info(“This is a message sent to the log”);

    // A bit more advanced: log events with different severities
    SimpleLogger()->info("User admin edited page 'About our company'");
    SimpleLogger()->warning("User 'Jessie' deleted user 'Kim'");
    SimpleLogger()->debug("Ok, cron job is running!");

}
?>
`

See the documentation for examples on how to log your own events and how to query the log, and more.

🔆 Extend the plugin functionality with Add-ons

Powerful add-ons are available to extend the functionality of Simple History even further:

WooCommerce Logger
Enhance your site’s tracking with comprehensive logs for WooCommerce orders, products, settings, and coupons.

Extended Settings
Extend the settings of Simple History with more options and settings.

Developer tools (coming soon)
Log sent emails, HTTP API requests, cron jobs, and more.

💚 Sponsor this project

If you like this plugin please consider donating to support the development. The plugin has been free for the last 10 years and will continue to be free.

Noteworthy sponsors

Capturas de tela

<p>The log view + it also shows the filter function in use - the log only shows event that
are of type post and pages and media (i.e. images & other uploads), and only events
initiated by a specific user.</p>

The log view + it also shows the filter function in use - the log only shows event that are of type post and pages and media (i.e. images & other uploads), and only events initiated by a specific user.

<p>The <strong>Post Quick Diff</strong> feature will make it quick and easy for a user of a site to see what updates other users have done to posts and pages.</p>

The Post Quick Diff feature will make it quick and easy for a user of a site to see what updates other users have done to posts and pages.

<p>When users are created or changed you can see details on what have changed.</p>

When users are created or changed you can see details on what have changed.

<p>Events have context with extra details - Each logged event can include useful rich formatted extra information. For example: a plugin install can contain author info and a the url to the plugin, and an uploaded image can contain a thumbnail of the image.</p>

Events have context with extra details - Each logged event can include useful rich formatted extra information. For example: a plugin install can contain author info and a the url to the plugin, and an uploaded image can contain a thumbnail of the image.

<p>Click on the IP address of an entry to view the location of for example a failed login attempt.</p>

Click on the IP address of an entry to view the location of for example a failed login attempt.

<p>See even more details about a logged event (by clicking on the date and time of the event).</p>

See even more details about a logged event (by clicking on the date and time of the event).

<p>A chart with some quick statistics is available, so you can see the number of events that has been logged each day.
A simple way to see any uncommon activity, for example an increased number of logins or similar.</p>

A chart with some quick statistics is available, so you can see the number of events that has been logged each day. A simple way to see any uncommon activity, for example an increased number of logins or similar.

Plugins semelhantes

WP Mail Logging
(243 avaliações)

Log, view, and resend all emails sent from your WordPress site. Great for resolving email sending issues or keeping a copy for auditing.

Email Log
(38 avaliações)

Log and view all outgoing emails from WordPress. Very useful if you have to debug email related problems or have to store sent emails for auditing.

User Login History
(26 avaliações)

Helps you to know your website's visitors by tracking their login related information like login/logout time, country, browser and many more.

User Activity Log
(55 avaliações)

Log all activity of users and get notified when user login to admin area.

Tablesome – Responsive Table, Form Automation – WPForms, Contact Form 7, Elementor, Graviy, Forminator
(67 avaliações)

Powerful Table, Form & Mail Automations. Form Entry Management (+ frontend table ), integrate with MailChimp, G Sheets, CF7, WPForms, Elementor, etc.

WordPress Sentry
(15 avaliações)

A (unofficial) WordPress plugin to report PHP errors and Browser (JavaScript) errors to Sentry.

Do mesmo author (Pär Thernström)

CMS Tree Page View
(356 avaliações)

Adiciona uma visualização em árvore para todas as páginas & posts personalizados. Obtenha uma visão geral + opção de arrastar & soltar para reordenar & opção de adicionar múltiplas páginas.