Version Description
- Tested up to WordPress 3.9
- More really nice things will be goin later
Download this release
Release Info
Developer | KingYes |
Plugin | Activity Log |
Version | 2.0.7 |
Comparing to | |
See all releases |
Code changes from version 2.0.6 to 2.0.7
- aryo-activity-log.php +2 -2
- readme.txt +6 -2
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://www.aryodigital.com
|
8 |
-
Version: 2.0.
|
9 |
Text Domain: aryo-aal
|
10 |
Domain Path: /languages/
|
11 |
License: GPLv2 or later
|
@@ -103,4 +103,4 @@ class AAL_Main {
|
|
103 |
}
|
104 |
AAL_Main::instance();
|
105 |
|
106 |
-
// EOF
|
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://www.aryodigital.com
|
8 |
+
Version: 2.0.7
|
9 |
Text Domain: aryo-aal
|
10 |
Domain Path: /languages/
|
11 |
License: GPLv2 or later
|
103 |
}
|
104 |
AAL_Main::instance();
|
105 |
|
106 |
+
// EOF
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: KingYes, ariel.k, maor
|
3 |
Tags: access, administration, activity, community, event, monitor, multisite, multi-users, log, logger, login, network, stats, security, tracking, madeinisrael, woocommerce
|
4 |
Requires at least: 3.5
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 2.0.
|
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.
|
@@ -80,6 +80,10 @@ Would you like to like to cotribute to Activity Log? You are more than welcome t
|
|
80 |
|
81 |
== Changelog ==
|
82 |
|
|
|
|
|
|
|
|
|
83 |
= 2.0.6 =
|
84 |
* Fixed! Random fatal error ([topic](https://github.com/KingYes/wordpress-aryo-activity-log/issues/32))
|
85 |
|
2 |
Contributors: KingYes, ariel.k, maor
|
3 |
Tags: access, administration, activity, community, event, monitor, multisite, multi-users, log, logger, login, network, stats, security, tracking, madeinisrael, woocommerce
|
4 |
Requires at least: 3.5
|
5 |
+
Tested up to: 3.9
|
6 |
+
Stable tag: 2.0.7
|
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.
|
80 |
|
81 |
== Changelog ==
|
82 |
|
83 |
+
= 2.0.7 =
|
84 |
+
* Tested up to WordPress 3.9
|
85 |
+
* More really nice things will be goin later
|
86 |
+
|
87 |
= 2.0.6 =
|
88 |
* Fixed! Random fatal error ([topic](https://github.com/KingYes/wordpress-aryo-activity-log/issues/32))
|
89 |
|