Skip to content

Commit

Permalink
Bump to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Nov 21, 2022
1 parent d189600 commit fe36ea0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, User Activity, User Log, Audit Log, Security, Tracking, WooCommerce, bbPress, GDPR,
**Requires at least:** 4.4
**Tested up to:** 6.0
**Stable tag:** 2.8.4
**Tested up to:** 6.1
**Stable tag:** 2.8.5
**License:** GPLv2 or later

The #1 Activity Log plugin helps you monitor & log all changes and activities on your WordPress site, so you can run more securely and organized. Works simple & completely free!
Expand Down Expand Up @@ -110,6 +110,11 @@ Would you like to like to contribute to Activity Log? You are more than welcome

## Changelog ##

### 2.8.5 - 2022-11-21 ###
* Tweak: Now the date/time format is displayed according to the site settings ([Topic](https://wordpress.org/support/topic/date-format-question-2/))
* Fix: Added compatibility for PHP 8.1 ([Topic](https://wordpress.org/support/topic/deprecated-filter_sanitize_string-preg_match-and-strtolower-in-php-8-1/))
* Fix: Add input sanitization to avoid security issues

### 2.8.4 - 2022-09-04 ###
* Tweak: Added Activity Log setting to records log
* Tweak: Added encoded value in CSV file ([#165](https://github.com/pojome/activity-log/issues/165))
Expand Down
2 changes: 1 addition & 1 deletion aryo-activity-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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.8.4
Version: 2.8.5
Text Domain: aryo-activity-log
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "aryo-activity-log",
"homepage": "http://pojo.me/",
"description": "Activity Log",
"version": "2.8.4",
"version": "2.8.5",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: pojo.me, KingYes, ariel.k, maor
Tags: Activity Log, User Activity, User Log, Audit Log, Security, Tracking, WooCommerce, bbPress, GDPR,
Requires at least: 4.4
Tested up to: 6.1
Stable tag: 2.8.4
Stable tag: 2.8.5
License: GPLv2 or later

The #1 Activity Log plugin helps you monitor & log all changes and activities on your WordPress site, so you can run more securely and organized. Works simple & completely free!
Expand Down

0 comments on commit fe36ea0

Please sign in to comment.