Bump to 2.5.2

This commit is contained in:
Yakir Sitbon 2019-01-03 18:54:14 +02:00
parent cd27622a0a
commit 95e3620b16
4 changed files with 12 additions and 6 deletions

View file

@ -4,8 +4,8 @@
**Contributors:** [pojo.me](https://profiles.wordpress.org/pojo.me), [KingYes](https://profiles.wordpress.org/KingYes), [ariel.k](https://profiles.wordpress.org/ariel.k), [maor](https://profiles.wordpress.org/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.1
**Tested up to:** 5.0
**Stable tag:** 2.5.2
**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,6 +114,9 @@ Would you like to like to contribute to Activity Log? You are more than welcome

## Changelog ##

### 2.5.2 ###
* Fix: Conflict with Elementor and WordPress Widgets

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


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.1
Version: 2.5.2
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.1",
"version": "2.5.2",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",

View file

@ -2,8 +2,8 @@
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.1
Tested up to: 5.0
Stable tag: 2.5.2
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.
@ -112,6 +112,9 @@ Would you like to like to contribute to Activity Log? You are more than welcome

== Changelog ==

= 2.5.2 =
* Fix: Conflict with Elementor and WordPress Widgets

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