Skip to content

Commit

Permalink
v 0.17.1
Browse files Browse the repository at this point in the history
- Removed useless log.
  • Loading branch information
Darklg committed May 10, 2024
1 parent bd9bbbf commit 2960fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lang/wpuactionlogs-fr_FR.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: WPU Action Logs\n"
"POT-Creation-Date: 2024-05-09 11:28+0200\n"
"POT-Creation-Date: 2024-05-10 21:04+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -215,10 +215,10 @@ msgstr "Compte"
msgid "Save Changes"
msgstr "Sauvegarder"

#: wpuactionlogs.php:744
#: wpuactionlogs.php:741
msgid "Online here:"
msgstr "En ligne ici :"

#: wpuactionlogs.php:749
#: wpuactionlogs.php:746
msgid "(you)"
msgstr "(vous)"
7 changes: 2 additions & 5 deletions wpuactionlogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/WordPressUtilities/wpuactionlogs
Update URI: https://github.com/WordPressUtilities/wpuactionlogs
Description: Useful logs about what’s happening on your website admin.
Version: 0.17.0
Version: 0.17.1
Author: Darklg
Author URI: https://darklg.me/
Text Domain: wpuactionlogs
Expand All @@ -24,7 +24,7 @@ class WPUActionLogs {
public $baseadmindatas;
public $settings_details;
public $settings;
private $plugin_version = '0.17.0';
private $plugin_version = '0.17.1';
private $plugin_settings = array(
'id' => 'wpuactionlogs',
'name' => 'WPU Action Logs',
Expand Down Expand Up @@ -692,9 +692,6 @@ function log_current_user_action() {
if ($this->settings_obj->get_setting('extras__display_active_users') != '1') {
return;
}
$this->log_line(array(
'action' => current_action()
));
if (defined('DOING_AJAX') && DOING_AJAX) {
return;
}
Expand Down

0 comments on commit 2960fbe

Please sign in to comment.