2017 © Pedro PelĂĄez
 

wordpress-plugin wordpress-simple-history

View recent changes made within WordPress, directly on your dashboard or on a separate page.

image

bonny/wordpress-simple-history

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  • Friday, July 20, 2018
  • by bonny
  • Repository
  • 5 Watchers
  • 120 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 37 Forks
  • 24 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

logo Simple History

Plugin rating: 5 stars Number of active installs: over 100K Number of monthly downloads, (*1)

A WordPress activity log for what matters, (*2)

Simple History is a WordPress audit log plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.
It's great way to view user activity and keep an eye on what the admin users of a website are doing., (*3)

Installation

Download from WordPress.org and activate., (*4)

Usage

Viewing history events

This screenshot show the user activity feed:, (*5)

  • It has an active filter/search in use:
    • only show changes performed by a specific user
    • it only shows event that are of type post and pages and media (i.e. images & other uploads)
  • A thumbnail is shown for the image that is uploaded

Simple History screenshot, (*6)

Events with different severity

Simple History uses the log levels specified in the PHP PSR-3 standard., (*7)

Quick diff lets you see what's changed

Simple History screenshot, (*8)

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., (*9)

Simple History screenshot, (*10)

Plugin API

Developers can easily log their own things using a simple API:, (*11)

<?php

// This is the easiest and safest way to add messages to the log
// If the plugin is disabled this way will not generate in any error
apply_filters('simple_history_log', 'This is a logged message');

// Or with some context and with log level debug:
apply_filters(
    'simple_history_log',
    'My message about something',
    [
        'debugThing' => $myThingThatIWantIncludedInTheLoggedEvent,
        'anotherThing' => $anotherThing
    ],
    'debug'
);

// Or just debug a message quickly
apply_filters('simple_history_log_debug', 'My debug message');

// You can also use functions/methods to add events to the log
SimpleLogger()->info("This is a message sent to the log");

// Add events of different severity
SimpleLogger()->info("User admin edited page 'About our company'");
SimpleLogger()->warning("User 'Jessie' deleted user 'Kim'");
SimpleLogger()->debug("Ok, cron job is running!");

You will find more examples in the examples.php file., (*12)

Development

Running tests

See the README in tests directory., (*13)

Sponsors

Support the free version of Simple History by becoming a sponsor. You can sponsor using PayPal or becoming a GitHub Sponsor., (*14)

The Versions

20/07 2018

dev-master

9999999-dev http://simple-history.com/

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  Sources   Download

The Requires

  • php >=5.3.0

 

wordpress log history

20/07 2018

dev-develop

dev-develop http://simple-history.com/

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  Sources   Download

The Requires

  • php >=5.3.0

 

wordpress log history

20/07 2018

2.24

2.24.0.0 http://simple-history.com/

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  Sources   Download

The Requires

  • php >=5.3.0

 

wordpress log history

31/05 2018

2.23.1

2.23.1.0 http://simple-history.com/

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  Sources   Download

The Requires

  • php >=5.3.0

 

wordpress log history

04/04 2018

dev-feature/log-acf

dev-feature/log-acf http://simple-history.com/

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  Sources   Download

The Requires

  • php >=5.3.0

 

wordpress log history

22/06 2016

dev-feature/keep-log-size-down

dev-feature/keep-log-size-down http://simple-history.com/

View recent changes made within WordPress, directly on your dashboard or on a separate page.

  Sources   Download

The Requires

  • php >=5.3.0

 

wordpress log history