Version Description
- Fixed! some PHP strict standards (PHP v5.4+)
Download this release
Release Info
Developer | KingYes |
Plugin | Activity Log |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- aryo-activity-log.php +1 -1
- hooks/class-aal-hook-plugins.php +2 -1
- language/aryo-aal.pot +2 -2
- readme.txt +6 -3
aryo-activity-log.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/plugins/aryo-activity-log/
|
|
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: Yakir Sitbon, Maor Chasen, Ariel Klikstein
|
7 |
Author URI: http://pojo.me/
|
8 |
-
Version: 2.2.
|
9 |
Text Domain: aryo-aal
|
10 |
Domain Path: /language/
|
11 |
License: GPLv2 or later
|
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: Yakir Sitbon, Maor Chasen, Ariel Klikstein
|
7 |
Author URI: http://pojo.me/
|
8 |
+
Version: 2.2.2
|
9 |
Text Domain: aryo-aal
|
10 |
Domain Path: /language/
|
11 |
License: GPLv2 or later
|
hooks/class-aal-hook-plugins.php
CHANGED
@@ -45,7 +45,8 @@ class AAL_Hook_Plugins extends AAL_Hook_Base {
|
|
45 |
$aal_args['object_name'] = $_REQUEST['file'];
|
46 |
// Get plugin name
|
47 |
$plugin_dir = explode( '/', $_REQUEST['file'] );
|
48 |
-
$plugin_data =
|
|
|
49 |
|
50 |
$aal_args['object_subtype'] = $plugin_data['Name'];
|
51 |
}
|
45 |
$aal_args['object_name'] = $_REQUEST['file'];
|
46 |
// Get plugin name
|
47 |
$plugin_dir = explode( '/', $_REQUEST['file'] );
|
48 |
+
$plugin_data = array_values( get_plugins( '/' . $plugin_dir[0] ) );
|
49 |
+
$plugin_data = array_shift( $plugin_data );
|
50 |
|
51 |
$aal_args['object_subtype'] = $plugin_data['Name'];
|
52 |
}
|
language/aryo-aal.pot
CHANGED
@@ -6,9 +6,9 @@
|
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
-
"Project-Id-Version: aryo-activity-log 2.2.
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
-
"POT-Creation-Date: 2015-
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
6 |
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
+
"Project-Id-Version: aryo-activity-log 2.2.2\n"
|
10 |
"Report-Msgid-Bugs-To: \n"
|
11 |
+
"POT-Creation-Date: 2015-06-29 19:15+0300\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: pojo.me, KingYes, ariel.k, maor
|
|
3 |
Tags: administration, activity, event, monitor, multisite, multi-users, log, logger, audit log, stats, security, tracking, woocommerce, notifications, email notifications
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.2
|
6 |
-
Stable tag: 2.2.
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
|
@@ -49,7 +49,7 @@ If you have tens of users or more, you really can’t know who did it. This plug
|
|
49 |
|
50 |
<h4>Translators:</h4>
|
51 |
* German (de_DE) - [Robert Harm](http://www.mapsmarker.com/)
|
52 |
-
* Dutch (nl_NL) - [Tom Aalbers](http://
|
53 |
* Serbo-Croatian (sr_RS) - [Borisa Djuraskovic](http://www.webhostinghub.com/)
|
54 |
* Danish (da_DK) - [Morten Dalgaard Johansen](http://www.iosoftgame.com/)
|
55 |
* Hebrew (he_IL) + RTL Support - [Pojo.me](http://pojo.me/)
|
@@ -94,6 +94,9 @@ Would you like to like to contribute to Activity Log? You are more than welcome
|
|
94 |
|
95 |
== Changelog ==
|
96 |
|
|
|
|
|
|
|
97 |
= 2.2.1 =
|
98 |
* Fixes from prev release
|
99 |
|
@@ -148,7 +151,7 @@ Would you like to like to contribute to Activity Log? You are more than welcome
|
|
148 |
* Fixed! Store real IP address in Proxy too ([#53](https://github.com/KingYes/wordpress-aryo-activity-log/issues/53))
|
149 |
|
150 |
= 2.1.3 =
|
151 |
-
* New! Added translate: Dutch (nl_NL) - Thanks to [Tom Aalbers](http://
|
152 |
|
153 |
= 2.1.2 =
|
154 |
* Tweak! Update translate: Hebrew (he_IL)
|
3 |
Tags: administration, activity, event, monitor, multisite, multi-users, log, logger, audit log, stats, security, tracking, woocommerce, notifications, email notifications
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.2
|
6 |
+
Stable tag: 2.2.2
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.
|
49 |
|
50 |
<h4>Translators:</h4>
|
51 |
* German (de_DE) - [Robert Harm](http://www.mapsmarker.com/)
|
52 |
+
* Dutch (nl_NL) - [Tom Aalbers](http://www.dtaalbers.com/)
|
53 |
* Serbo-Croatian (sr_RS) - [Borisa Djuraskovic](http://www.webhostinghub.com/)
|
54 |
* Danish (da_DK) - [Morten Dalgaard Johansen](http://www.iosoftgame.com/)
|
55 |
* Hebrew (he_IL) + RTL Support - [Pojo.me](http://pojo.me/)
|
94 |
|
95 |
== Changelog ==
|
96 |
|
97 |
+
= 2.2.2 =
|
98 |
+
* Fixed! some PHP strict standards (PHP v5.4+)
|
99 |
+
|
100 |
= 2.2.1 =
|
101 |
* Fixes from prev release
|
102 |
|
151 |
* Fixed! Store real IP address in Proxy too ([#53](https://github.com/KingYes/wordpress-aryo-activity-log/issues/53))
|
152 |
|
153 |
= 2.1.3 =
|
154 |
+
* New! Added translate: Dutch (nl_NL) - Thanks to [Tom Aalbers](http://www.dtaalbers.com/) ([#55](https://github.com/KingYes/wordpress-aryo-activity-log/issues/55))
|
155 |
|
156 |
= 2.1.2 =
|
157 |
* Tweak! Update translate: Hebrew (he_IL)
|