Changeset 2744371
- Timestamp:
- 06/17/2022 09:57:45 PM (4 years ago)
- Location:
- logtivity
- Files:
-
- 60 added
- 6 edited
-
tags/1.20.1 (added)
-
tags/1.20.1/.gitignore (added)
-
tags/1.20.1/Admin (added)
-
tags/1.20.1/Admin/Logtivity_Admin.php (added)
-
tags/1.20.1/Admin/Logtivity_Dismiss_Notice_Controller.php (added)
-
tags/1.20.1/Admin/Logtivity_Log_Index_Controller.php (added)
-
tags/1.20.1/Admin/Logtivity_Options.php (added)
-
tags/1.20.1/Helpers (added)
-
tags/1.20.1/Helpers/Helpers.php (added)
-
tags/1.20.1/Helpers/Logtivity_Log_Global_Function.php (added)
-
tags/1.20.1/Helpers/Logtivity_Wp_User.php (added)
-
tags/1.20.1/Logs (added)
-
tags/1.20.1/Logs/Code_Snippets (added)
-
tags/1.20.1/Logs/Code_Snippets/Logtivity_Code_Snippets.php (added)
-
tags/1.20.1/Logs/Core (added)
-
tags/1.20.1/Logs/Core/Logtivity_Comment.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_Core.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_Meta.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_Plugin.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_Post.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_Term.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_Theme.php (added)
-
tags/1.20.1/Logs/Core/Logtivity_User.php (added)
-
tags/1.20.1/Logs/Download_Monitor (added)
-
tags/1.20.1/Logs/Download_Monitor/Logtivity_Download_Monitor.php (added)
-
tags/1.20.1/Logs/Easy_Digital_Downloads (added)
-
tags/1.20.1/Logs/Easy_Digital_Downloads/Logtivity_Abstract_Easy_Digital_Downloads.php (added)
-
tags/1.20.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads.php (added)
-
tags/1.20.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Recurring.php (added)
-
tags/1.20.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Software_Licensing.php (added)
-
tags/1.20.1/Logs/Formidable (added)
-
tags/1.20.1/Logs/Formidable/Logtivity_Formidable.php (added)
-
tags/1.20.1/Logs/Formidable/Logtivity_FrmEntryFormatter.php (added)
-
tags/1.20.1/Logs/Logtivity_Abstract_Logger.php (added)
-
tags/1.20.1/Logs/Memberpress (added)
-
tags/1.20.1/Logs/Memberpress/Logtivity_Memberpress.php (added)
-
tags/1.20.1/Logs/WP_All_Import (added)
-
tags/1.20.1/Logs/WP_All_Import/Logtivity_WP_All_Import.php (added)
-
tags/1.20.1/Services (added)
-
tags/1.20.1/Services/Logtivity_Api.php (added)
-
tags/1.20.1/Services/Logtivity_Check_For_Disabled_Individual_Logs.php (added)
-
tags/1.20.1/Services/Logtivity_Logger.php (added)
-
tags/1.20.1/Services/Logtivity_Register_Site.php (added)
-
tags/1.20.1/assets (added)
-
tags/1.20.1/assets/admin.css (added)
-
tags/1.20.1/assets/app.js (added)
-
tags/1.20.1/assets/logtivity-logo.svg (added)
-
tags/1.20.1/logtivity.php (added)
-
tags/1.20.1/readme.md (added)
-
tags/1.20.1/readme.txt (added)
-
tags/1.20.1/views (added)
-
tags/1.20.1/views/_admin-footer.php (added)
-
tags/1.20.1/views/_admin-header.php (added)
-
tags/1.20.1/views/_admin-sidebar.php (added)
-
tags/1.20.1/views/_log-show.php (added)
-
tags/1.20.1/views/_logs-loop.php (added)
-
tags/1.20.1/views/activation.php (added)
-
tags/1.20.1/views/log-index.php (added)
-
tags/1.20.1/views/settings.php (added)
-
tags/1.20.1/views/site-url-changed-notice.php (added)
-
trunk/Logs/Core/Logtivity_Core.php (modified) (1 diff)
-
trunk/assets/admin.css (modified) (1 diff)
-
trunk/logtivity.php (modified) (2 diffs)
-
trunk/readme.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/views/_log-show.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
logtivity/trunk/Logs/Core/Logtivity_Core.php
r2744100 r2744371 118 118 'gmt_offset', 119 119 '_edd_table_check', 120 'woocommerce_marketplace_suggestions', 120 121 ]; 121 122 -
logtivity/trunk/assets/admin.css
r2662508 r2744371 57 57 border-radius: 0.3rem; 58 58 outline: 0; 59 overflow: hidden; 59 60 } 60 61 .logtivity-modal-strip { -
logtivity/trunk/logtivity.php
r2744100 r2744371 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io. 7 * Version: 1.20. 07 * Version: 1.20.1 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity … … 12 12 class Logtivity 13 13 { 14 protected $version = '1.20. 0';14 protected $version = '1.20.1'; 15 15 16 16 /** -
logtivity/trunk/readme.md
r2744100 r2744371 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 1.20. 07 Stable tag: 1.20.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 226 226 227 227 == Changelog == 228 229 = 1.20.1 = 230 231 _Release Date – Friday 17th June 2022_ 232 233 * Fix minor layout issue in log modal. 234 * Disable some unuseful Option Updated logs. 228 235 229 236 = 1.20.0 = -
logtivity/trunk/readme.txt
r2744100 r2744371 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 1.20. 07 Stable tag: 1.20.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 226 226 227 227 == Changelog == 228 229 = 1.20.1 = 230 231 _Release Date – Friday 17th June 2022_ 232 233 * Fix minor layout issue in log modal. 234 * Disable some unuseful Option Updated logs. 228 235 229 236 = 1.20.0 = -
logtivity/trunk/views/_log-show.php
r2647822 r2744371 81 81 </th> 82 82 <td> 83 <?php if (isset($value['key']) && !isset($value['value'])) { 84 $value = ''; 85 } ?> 83 86 <?php if (isset($value['value'])): ?> 84 87 <?php $value = $value['value']; ?>
Note: See TracChangeset
for help on using the changeset viewer.