Bump to 2.8.6

This commit is contained in:
Yakir Sitbon 2023-05-08 15:20:49 +03:00
parent ba5b56e653
commit 00b73e16a5
5 changed files with 16 additions and 12 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, 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.5
**Tested up to:** 6.2
**Stable tag:** 2.8.6
**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!
@ -110,6 +110,10 @@ Would you like to like to contribute to Activity Log? You are more than welcome

## Changelog ##

### 2.8.6 - 2023-05-08 ###
* Tweak: Improved database performance for new installations by adding indexes
* Fix: Added compatibility for PHP 8.1 ([#180](https://github.com/pojome/activity-log/issues/180))

### 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/))
@ -208,10 +212,10 @@ Would you like to like to contribute to Activity Log? You are more than welcome
* Tested up to WordPress v4.4.2

### 2.2.9 ###
* Tweak! Update Freemius SDK
* Tweak! Update Freemius SDK

### 2.2.8 ###
* Tweak! Update Freemius SDK
* Tweak! Update Freemius SDK

### 2.2.7 ###
* Added! - Freemius Insights platform to improve plugin UX
@ -374,7 +378,7 @@ Would you like to like to contribute to Activity Log? You are more than welcome
* Added Multisite compatibility.
* Added Options hooks (limit list, you can extend by simple filter).
* Added Menu hooks.
* Tweak - Ensure no duplicate logs..
* Tweak - Ensure no duplicate logs..

### 1.0.2 ###
* Forget remove old .pot file

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.8.5
Version: 2.8.6
Text Domain: aryo-activity-log
License: GPLv2 or later


4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "aryo-activity-log",
"version": "2.8.3",
"version": "2.8.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "aryo-activity-log",
"version": "2.8.3",
"version": "2.8.5",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bumpup": "~0.6.3",

View file

@ -3,7 +3,7 @@
"slug": "aryo-activity-log",
"homepage": "http://pojo.me/",
"description": "Activity Log",
"version": "2.8.5",
"version": "2.8.6",
"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, 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.5
Tested up to: 6.2
Stable tag: 2.8.6
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!
@ -109,7 +109,7 @@ Would you like to like to contribute to Activity Log? You are more than welcome
== Changelog ==

= 2.8.6 - 2023-05-08 =
* Tweak: Added indexes to DB for new installations for better performance
* Tweak: Improved database performance for new installations by adding indexes
* Fix: Added compatibility for PHP 8.1 ([#180](https://github.com/pojome/activity-log/issues/180))

= 2.8.5 - 2022-11-21 =