Bump to 2.5.1

This commit is contained in:
Yakir Sitbon 2018-09-27 20:45:35 +03:00
parent d94ec13ee9
commit 870b5c6f1e
4 changed files with 8 additions and 5 deletions

View file

@ -5,7 +5,7 @@
**Tags:** Activity Log, Security Log, User Activity, User Log, Activity, audit log, monitor, security, tracking, woocommerce, bbPress,
**Requires at least:** 4.4
**Tested up to:** 4.9
**Stable tag:** 2.5.0
**Stable tag:** 2.5.1
**License:** GPLv2 or later

The #1 Activity Log plugin helps you monitor & log all changes and activities on your site, so you can run a safer, more organized WordPress site.
@ -114,11 +114,14 @@ Would you like to like to contribute to Activity Log? You are more than welcome

## Changelog ##

### 2.5.1 ###
* Fix! - PHP < 5.4 compatibility ([Topic](https://wordpress.org/support/topic/crashed-site-now-wont-activate/))

### 2.5.0 ###
* New! Added log to Export Personal Data tool for better GDPR Compliance ([Topic](https://wordpress.org/support/topic/activity-log-gdpr-compliance/))

### 2.4.1 ###
* Fix : Escape title before saving to database
* Fix! - Escape title before saving to database

### 2.4.0 ###
* New! Export your Activity Log data records to CSV ([#70](https://github.com/pojome/activity-log/issues/70))

View file

@ -5,7 +5,7 @@ Plugin URI: https://activitylog.io/?utm_source=wp-plugins&utm_campaign=plugin-ur
Description: Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site. e.g. post was deleted, plugin was activated, user logged in or logged out - it's all these for you to see.
Author: Activity Log Team
Author URI: https://activitylog.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
Version: 2.5.0
Version: 2.5.1
Text Domain: aryo-activity-log
License: GPLv2 or later


View file

@ -3,7 +3,7 @@
"slug": "aryo-activity-log",
"homepage": "http://pojo.me/",
"description": "Activity Log",
"version": "2.5.0",
"version": "2.5.1",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",

View file

@ -3,7 +3,7 @@ Contributors: pojo.me, KingYes, ariel.k, maor
Tags: Activity Log, Security Log, User Activity, User Log, Activity, audit log, monitor, security, tracking, woocommerce, bbPress,
Requires at least: 4.4
Tested up to: 4.9
Stable tag: 2.5.0
Stable tag: 2.5.1
License: GPLv2 or later

The #1 Activity Log plugin helps you monitor & log all changes and activities on your site, so you can run a safer, more organized WordPress site.