Activity Log - Version 2.0.3

Version Description

  • New! record when widgets change orders.
Download this release

Release Info

Developer KingYes
Plugin Icon 128x128 Activity Log
Version 2.0.3
Comparing to
See all releases

Code changes from version 2.0.2 to 2.0.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://www.aryodigital.com
8
- Version: 2.0.2
9
  Text Domain: aryo-aal
10
  Domain Path: /languages/
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://www.aryodigital.com
8
+ Version: 2.0.3
9
  Text Domain: aryo-aal
10
  Domain Path: /languages/
11
  License: GPLv2 or later
classes/class-aal-hooks.php CHANGED
@@ -413,6 +413,9 @@ class AAL_Hooks {
413
  'permalink_structure',
414
  'category_base',
415
  'tag_base',
 
 
 
416
  ) );
417
 
418
  if ( ! in_array( $option, $whitelist_options ) )
413
  'permalink_structure',
414
  'category_base',
415
  'tag_base',
416
+
417
+ // Widgets
418
+ 'sidebars_widgets',
419
  ) );
420
 
421
  if ( ! in_array( $option, $whitelist_options ) )
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.8.1
6
- Stable tag: 2.0.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.
@@ -27,7 +27,7 @@ If you have tens of users or more, you really can’t know who did it. This plug
27
  * <strong>Users</strong> - Login, Logout, Login has failed, Update profile, Registered and Deleted.
28
  * <strong>Plugins</strong> - Activated, Deactivated, Changed.
29
  * <strong>Themes</strong> - Activeted, Changed (Editor and Customizer).
30
- * <strong>Widgets</strong> - Added to a sidebar / Deleted from a sidebar.
31
  * <strong>Menus</strong> - A menu is being updated.
32
  * <strong>Setting</strong> - General, Writing, Reading, Discussion, Media, Permalinks.
33
  * <strong>Options</strong> - Can be extend by east filter.
@@ -78,6 +78,9 @@ Would you like to like to cotribute to Activity Log? You are more than welcome t
78
 
79
  == Changelog ==
80
 
 
 
 
81
  = 2.0.2 =
82
  * New! Save more Options:
83
  * General
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.8.1
6
+ Stable tag: 2.0.3
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.
27
  * <strong>Users</strong> - Login, Logout, Login has failed, Update profile, Registered and Deleted.
28
  * <strong>Plugins</strong> - Activated, Deactivated, Changed.
29
  * <strong>Themes</strong> - Activeted, Changed (Editor and Customizer).
30
+ * <strong>Widgets</strong> - Added to a sidebar / Deleted from a sidebar, Order widgets.
31
  * <strong>Menus</strong> - A menu is being updated.
32
  * <strong>Setting</strong> - General, Writing, Reading, Discussion, Media, Permalinks.
33
  * <strong>Options</strong> - Can be extend by east filter.
78
 
79
  == Changelog ==
80
 
81
+ = 2.0.3 =
82
+ * New! record when widgets change orders.
83
+
84
  = 2.0.2 =
85
  * New! Save more Options:
86
  * General