Version Description
- 2022-01-25 =
- Fix: Auto-updates of core, plugins and themes are not registered to the log (#155, props @nicomollet)
Download this release
Release Info
Developer | KingYes |
Plugin | Activity Log |
Version | 2.8.2 |
Comparing to | |
See all releases |
Code changes from version 2.8.1 to 2.8.2
- aryo-activity-log.php +1 -1
- classes/class-aal-privacy.php +3 -3
- hooks/class-aal-hook-plugins.php +7 -4
- readme.txt +5 -2
aryo-activity-log.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://activitylog.io/?utm_source=wp-plugins&utm_campaign=plugin-ur
|
|
5 |
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.
|
6 |
Author: Activity Log Team
|
7 |
Author URI: https://activitylog.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
|
8 |
-
Version: 2.8.
|
9 |
Text Domain: aryo-activity-log
|
10 |
License: GPLv2 or later
|
11 |
|
5 |
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.
|
6 |
Author: Activity Log Team
|
7 |
Author URI: https://activitylog.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
|
8 |
+
Version: 2.8.2
|
9 |
Text Domain: aryo-activity-log
|
10 |
License: GPLv2 or later
|
11 |
|
classes/class-aal-privacy.php
CHANGED
@@ -65,15 +65,15 @@ class AAL_Privacy {
|
|
65 |
'value' => $this->get_action_label( $item->action ),
|
66 |
),
|
67 |
array(
|
68 |
-
'name' => __( '
|
69 |
'value' => $item->object_type,
|
70 |
),
|
71 |
array(
|
72 |
-
'name' => __( '
|
73 |
'value' => $item->object_subtype,
|
74 |
),
|
75 |
array(
|
76 |
-
'name' => __( '
|
77 |
'value' => $item->object_name,
|
78 |
),
|
79 |
array(
|
65 |
'value' => $this->get_action_label( $item->action ),
|
66 |
),
|
67 |
array(
|
68 |
+
'name' => __( 'Topic', 'aryo-activity-log' ),
|
69 |
'value' => $item->object_type,
|
70 |
),
|
71 |
array(
|
72 |
+
'name' => __( 'Context', 'aryo-activity-log' ),
|
73 |
'value' => $item->object_subtype,
|
74 |
),
|
75 |
array(
|
76 |
+
'name' => __( 'Meta', 'aryo-activity-log' ),
|
77 |
'value' => $item->object_name,
|
78 |
),
|
79 |
array(
|
hooks/class-aal-hook-plugins.php
CHANGED
@@ -87,10 +87,13 @@ class AAL_Hook_Plugins extends AAL_Hook_Base {
|
|
87 |
if ( isset( $extra['bulk'] ) && true == $extra['bulk'] ) {
|
88 |
$slugs = $extra['plugins'];
|
89 |
} else {
|
90 |
-
|
|
|
|
|
91 |
return;
|
92 |
-
|
93 |
-
|
|
|
94 |
}
|
95 |
|
96 |
foreach ( $slugs as $slug ) {
|
@@ -118,4 +121,4 @@ class AAL_Hook_Plugins extends AAL_Hook_Base {
|
|
118 |
parent::__construct();
|
119 |
}
|
120 |
|
121 |
-
}
|
87 |
if ( isset( $extra['bulk'] ) && true == $extra['bulk'] ) {
|
88 |
$slugs = $extra['plugins'];
|
89 |
} else {
|
90 |
+
$plugin_slug = isset( $upgrader->skin->plugin ) ? $upgrader->skin->plugin : $extra['plugin'];
|
91 |
+
|
92 |
+
if ( empty( $plugin_slug ) ) {
|
93 |
return;
|
94 |
+
}
|
95 |
+
|
96 |
+
$slugs = array( $plugin_slug );
|
97 |
}
|
98 |
|
99 |
foreach ( $slugs as $slug ) {
|
121 |
parent::__construct();
|
122 |
}
|
123 |
|
124 |
+
}
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: pojo.me, KingYes, ariel.k, maor
|
3 |
Tags: Activity Log, User Activity, User Log, Audit Log, Security, Tracking, WooCommerce, bbPress, GDPR,
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 2.8.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
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!
|
@@ -108,6 +108,9 @@ Would you like to like to contribute to Activity Log? You are more than welcome
|
|
108 |
|
109 |
== Changelog ==
|
110 |
|
|
|
|
|
|
|
111 |
= 2.8.1 - 2021-12-01 =
|
112 |
* Fix: Activity log database table not being dropped after deleting the plugin in multisite installation
|
113 |
|
2 |
Contributors: pojo.me, KingYes, ariel.k, maor
|
3 |
Tags: Activity Log, User Activity, User Log, Audit Log, Security, Tracking, WooCommerce, bbPress, GDPR,
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 5.9
|
6 |
+
Stable tag: 2.8.2
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
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!
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 2.8.2 - 2022-01-25 =
|
112 |
+
* Fix: Auto-updates of core, plugins and themes are not registered to the log ([#155](https://github.com/pojome/activity-log/issues/155), props [@nicomollet](https://github.com/nicomollet))
|
113 |
+
|
114 |
= 2.8.1 - 2021-12-01 =
|
115 |
* Fix: Activity log database table not being dropped after deleting the plugin in multisite installation
|
116 |
|