Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webtechnick committed Sep 2, 2013
1 parent 75787aa commit 2dee112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Database CakeLogger for CakePHP 2.x applications. Easy setup. Ideal for multi
is just not convinient. Simple admin interface to view/delete logs included.

## Changelog
* 1.4.0 Compatible with CakePHP 2.4
* 1.3.0 New configuration file to change default read, write datasources.
* 1.2.0 Now using FULLTEXT search on messages, better indexes. Update your schema.
* 1.1.0 Adding new fields URI, hostname, referrer, and IP automatically logged on each log call. (only applys to default Log model)
Expand All @@ -23,7 +24,7 @@ Clone the repository into your `app/Plugin/DatabaseLogger` directory:

Run the schema into your database:

$ cake schema create --plugin DatabaseLogger
$ cake schema create --plugin DatabaseLog

## Setup

Expand Down

0 comments on commit 2dee112

Please sign in to comment.