Changeset 2866734
- Timestamp:
- 02/16/2023 10:43:14 PM (3 years ago)
- Location:
- logtivity
- Files:
-
- 67 added
- 5 edited
-
tags/2.2.1 (added)
-
tags/2.2.1/.gitignore (added)
-
tags/2.2.1/Admin (added)
-
tags/2.2.1/Admin/Logtivity_Admin.php (added)
-
tags/2.2.1/Admin/Logtivity_Dismiss_Notice_Controller.php (added)
-
tags/2.2.1/Admin/Logtivity_Log_Index_Controller.php (added)
-
tags/2.2.1/Admin/Logtivity_Options.php (added)
-
tags/2.2.1/Errors (added)
-
tags/2.2.1/Errors/Logtivity_Error_Log.php (added)
-
tags/2.2.1/Errors/Logtivity_Error_Logger.php (added)
-
tags/2.2.1/Errors/Logtivity_Stack_Trace.php (added)
-
tags/2.2.1/Errors/Logtivity_Stack_Trace_Snippet.php (added)
-
tags/2.2.1/Helpers (added)
-
tags/2.2.1/Helpers/Helpers.php (added)
-
tags/2.2.1/Helpers/Logtivity_Log_Global_Function.php (added)
-
tags/2.2.1/Helpers/Logtivity_Wp_User.php (added)
-
tags/2.2.1/Logs (added)
-
tags/2.2.1/Logs/Code_Snippets (added)
-
tags/2.2.1/Logs/Code_Snippets/Logtivity_Code_Snippets.php (added)
-
tags/2.2.1/Logs/Core (added)
-
tags/2.2.1/Logs/Core/Logtivity_Comment.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_Core.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_Meta.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_Plugin.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_Post.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_Term.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_Theme.php (added)
-
tags/2.2.1/Logs/Core/Logtivity_User.php (added)
-
tags/2.2.1/Logs/Download_Monitor (added)
-
tags/2.2.1/Logs/Download_Monitor/Logtivity_Download_Monitor.php (added)
-
tags/2.2.1/Logs/Easy_Digital_Downloads (added)
-
tags/2.2.1/Logs/Easy_Digital_Downloads/Logtivity_Abstract_Easy_Digital_Downloads.php (added)
-
tags/2.2.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads.php (added)
-
tags/2.2.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Recurring.php (added)
-
tags/2.2.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Software_Licensing.php (added)
-
tags/2.2.1/Logs/Formidable (added)
-
tags/2.2.1/Logs/Formidable/Logtivity_Formidable.php (added)
-
tags/2.2.1/Logs/Formidable/Logtivity_FrmEntryFormatter.php (added)
-
tags/2.2.1/Logs/Logtivity_Abstract_Logger.php (added)
-
tags/2.2.1/Logs/Memberpress (added)
-
tags/2.2.1/Logs/Memberpress/Logtivity_Memberpress.php (added)
-
tags/2.2.1/Logs/WP_All_Import (added)
-
tags/2.2.1/Logs/WP_All_Import/Logtivity_WP_All_Import.php (added)
-
tags/2.2.1/Services (added)
-
tags/2.2.1/Services/Logtivity_Api.php (added)
-
tags/2.2.1/Services/Logtivity_Check_For_Disabled_Individual_Logs.php (added)
-
tags/2.2.1/Services/Logtivity_Check_For_New_Settings.php (added)
-
tags/2.2.1/Services/Logtivity_Logger.php (added)
-
tags/2.2.1/Services/Logtivity_Register_Site.php (added)
-
tags/2.2.1/Services/Logtivity_User_Logger_Trait.php (added)
-
tags/2.2.1/assets (added)
-
tags/2.2.1/assets/admin.css (added)
-
tags/2.2.1/assets/app.js (added)
-
tags/2.2.1/assets/logtivity-logo.svg (added)
-
tags/2.2.1/logtivity.php (added)
-
tags/2.2.1/readme.md (added)
-
tags/2.2.1/readme.txt (added)
-
tags/2.2.1/views (added)
-
tags/2.2.1/views/_admin-footer.php (added)
-
tags/2.2.1/views/_admin-header.php (added)
-
tags/2.2.1/views/_admin-sidebar.php (added)
-
tags/2.2.1/views/_log-show.php (added)
-
tags/2.2.1/views/_logs-loop.php (added)
-
tags/2.2.1/views/activation.php (added)
-
tags/2.2.1/views/log-index.php (added)
-
tags/2.2.1/views/settings.php (added)
-
tags/2.2.1/views/site-url-changed-notice.php (added)
-
trunk/Errors/Logtivity_Error_Log.php (modified) (1 diff)
-
trunk/Logs/Core/Logtivity_User.php (modified) (1 diff)
-
trunk/logtivity.php (modified) (2 diffs)
-
trunk/readme.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
logtivity/trunk/Errors/Logtivity_Error_Log.php
r2813255 r2866734 64 64 ] 65 65 ], 66 $throwable->getTrace() ,66 $throwable->getTrace() 67 67 ); 68 68 } else { -
logtivity/trunk/Logs/Core/Logtivity_User.php
r2737295 r2866734 68 68 69 69 return Logtivity_Logger::log() 70 ->setAction(' ProfileUpdated')70 ->setAction('User Updated') 71 71 ->setContext($user->getRole()) 72 72 ->addMeta('Username', $user->userLogin()) -
logtivity/trunk/logtivity.php
r2861741 r2866734 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io. 7 * Version: 2.2. 07 * Version: 2.2.1 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity … … 12 12 class Logtivity 13 13 { 14 protected $version = '2.2. 0';14 protected $version = '2.2.1'; 15 15 16 16 /** -
logtivity/trunk/readme.md
r2861741 r2866734 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 262 262 263 263 == Changelog == 264 265 = 2.2.1 = 266 267 _Release Date – Thursday 16th February 2023_ 268 269 * Fix error on PHP7.0 on activation. 270 * Rename 'Profile Updated' log to User Updated. 264 271 265 272 = 2.2.0 = -
logtivity/trunk/readme.txt
r2861741 r2866734 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 2.2. 07 Stable tag: 2.2.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 262 262 263 263 == Changelog == 264 265 = 2.2.1 = 266 267 _Release Date – Thursday 16th February 2023_ 268 269 * Fix error on PHP7.0 on activation. 270 * Rename 'Profile Updated' log to User Updated. 264 271 265 272 = 2.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.