Skip to content

Commit

Permalink
Merge pull request #1 from bonny/master
Browse files Browse the repository at this point in the history
update from bonny
  • Loading branch information
ThomasDK81 committed Apr 13, 2015
2 parents a884e48 + ed97e77 commit 9df3a3f
Show file tree
Hide file tree
Showing 52 changed files with 4,474 additions and 1,868 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Simple History is a WordPress plugin that logs various things that occur in WordPress and then presents those events in a very nice GUI.

Download from WordPress.org:
http://wordpress.org/extend/plugins/simple-history/
https://wordpress.org/plugins/simple-history/

# Screenshots

Expand All @@ -13,19 +13,19 @@ This screenshot show the log view + it also shows the filter function in use: th
are of type post and pages and media (i.e. images & other uploads), and only events
initiated by a specific user.

![Simple History screenshot](https://raw.githubusercontent.com/bonny/WordPress-Simple-History/master/screenshot-1.png)
![Simple History screenshot](https://ps.w.org/simple-history/assets/screenshot-1.png?rev=1)

## Events with different severity

Simple History uses the log levels specified in the [PHP PSR-3 standard](http://www.php-fig.org/psr/psr-3/).

![Simple History screenshot](https://raw.githubusercontent.com/bonny/WordPress-Simple-History/master/screenshot-2.png)
![Simple History screenshot](https://ps.w.org/simple-history/assets/screenshot-2.png?rev=1096689)

## 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.

![Simple History screenshot](https://raw.githubusercontent.com/bonny/WordPress-Simple-History/master/screenshot-3.png)
![Simple History screenshot](http://ps.w.org/simple-history/assets/screenshot-3.png?rev=1096689)

# Plugin API

Expand All @@ -43,4 +43,4 @@ SimpleLogger()->debug("Ok, cron job is running!");

```

See more examples at [simple-history.com/docs](http://simple-history.com/docs).
You will find more examples in the [examples.php](https://github.com/bonny/WordPress-Simple-History/blob/master/examples/examples.php) file.
38 changes: 0 additions & 38 deletions SimpleHistoryFunctions.php

This file was deleted.

29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "bonny/wordpress-simple-history",
"type": "wordpress-plugin",
"description": "View recent changes made within WordPress, directly on your dashboard or on a separate page.",
"keywords": [
"WordPress",
"log",
"history"
],
"homepage": "http://simple-history.com/",
"minimum-stability": "dev",
"require-dev": {},
"require": {
"php": ">=5.3.0"
},
"version": "2.0.25",
"authors": [
{
"name": "Pär Thernström",
"email": "[email protected]",
"homepage": "http://eskapism.se/",
"role": "Developer"
}
],
"dist": {
"url": "https://downloads.wordpress.org/plugin/simple-history.2.0.25.zip",
"type": "zip"
}
}
Loading

0 comments on commit 9df3a3f

Please sign in to comment.