Changeset 2682107
- Timestamp:
- 02/20/2022 09:32:21 PM (4 years ago)
- Location:
- logtivity
- Files:
-
- 53 added
- 4 edited
-
tags/1.11.1 (added)
-
tags/1.11.1/.gitignore (added)
-
tags/1.11.1/Admin (added)
-
tags/1.11.1/Admin/Logtivity_Admin.php (added)
-
tags/1.11.1/Admin/Logtivity_Dismiss_Notice_Controller.php (added)
-
tags/1.11.1/Admin/Logtivity_Log_Index_Controller.php (added)
-
tags/1.11.1/Admin/Logtivity_Options.php (added)
-
tags/1.11.1/Helpers (added)
-
tags/1.11.1/Helpers/Helpers.php (added)
-
tags/1.11.1/Helpers/Logtivity_Log_Global_Function.php (added)
-
tags/1.11.1/Helpers/Logtivity_Wp_User.php (added)
-
tags/1.11.1/Logs (added)
-
tags/1.11.1/Logs/Core (added)
-
tags/1.11.1/Logs/Core/Logtivity_Comment.php (added)
-
tags/1.11.1/Logs/Core/Logtivity_Core.php (added)
-
tags/1.11.1/Logs/Core/Logtivity_Plugin.php (added)
-
tags/1.11.1/Logs/Core/Logtivity_Post.php (added)
-
tags/1.11.1/Logs/Core/Logtivity_Theme.php (added)
-
tags/1.11.1/Logs/Core/Logtivity_User.php (added)
-
tags/1.11.1/Logs/Download_Monitor (added)
-
tags/1.11.1/Logs/Download_Monitor/Logtivity_Download_Monitor.php (added)
-
tags/1.11.1/Logs/Easy_Digital_Downloads (added)
-
tags/1.11.1/Logs/Easy_Digital_Downloads/Logtivity_Abstract_Easy_Digital_Downloads.php (added)
-
tags/1.11.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads.php (added)
-
tags/1.11.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Recurring.php (added)
-
tags/1.11.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Software_Licensing.php (added)
-
tags/1.11.1/Logs/Formidable (added)
-
tags/1.11.1/Logs/Formidable/Logtivity_Formidable.php (added)
-
tags/1.11.1/Logs/Formidable/Logtivity_FrmEntryFormatter.php (added)
-
tags/1.11.1/Logs/Logtivity_Abstract_Logger.php (added)
-
tags/1.11.1/Logs/Memberpress (added)
-
tags/1.11.1/Logs/Memberpress/Logtivity_Memberpress.php (added)
-
tags/1.11.1/Services (added)
-
tags/1.11.1/Services/Logtivity_Api.php (added)
-
tags/1.11.1/Services/Logtivity_Logger.php (added)
-
tags/1.11.1/Services/Logtivity_Register_Site.php (added)
-
tags/1.11.1/assets (added)
-
tags/1.11.1/assets/admin.css (added)
-
tags/1.11.1/assets/app.js (added)
-
tags/1.11.1/assets/logtivity-logo.svg (added)
-
tags/1.11.1/logtivity.php (added)
-
tags/1.11.1/readme.md (added)
-
tags/1.11.1/readme.txt (added)
-
tags/1.11.1/views (added)
-
tags/1.11.1/views/_admin-footer.php (added)
-
tags/1.11.1/views/_admin-header.php (added)
-
tags/1.11.1/views/_admin-sidebar.php (added)
-
tags/1.11.1/views/_log-show.php (added)
-
tags/1.11.1/views/_logs-loop.php (added)
-
tags/1.11.1/views/activation.php (added)
-
tags/1.11.1/views/log-index.php (added)
-
tags/1.11.1/views/settings.php (added)
-
tags/1.11.1/views/site-url-changed-notice.php (added)
-
trunk/Services/Logtivity_Api.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/Services/Logtivity_Api.php
r2682104 r2682107 75 75 76 76 if (!$this->options->urlHash()) { 77 $this->options->update(['logtivity_url_hash' => home_url()], false);77 $this->options->update(['logtivity_url_hash' => md5(home_url())], false); 78 78 } 79 79 -
logtivity/trunk/logtivity.php
r2682104 r2682107 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io. 7 * Version: 1.11. 07 * Version: 1.11.1 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity … … 12 12 class Logtivity 13 13 { 14 protected $version = '1.11. 0';14 protected $version = '1.11.1'; 15 15 16 16 /** -
logtivity/trunk/readme.md
r2682104 r2682107 5 5 Requires at least: 4.7 6 6 Tested up to: 5.8 7 Stable tag: 1.11. 07 Stable tag: 1.11.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 279 279 == Changelog == 280 280 281 = 1.11.1 = 282 283 _Release Date – Sunday 20th February 2022_ 284 285 * Fix md5 hash of site_url relative to previous release of detecting url change. 286 281 287 = 1.11.0 = 282 288 -
logtivity/trunk/readme.txt
r2682104 r2682107 5 5 Requires at least: 4.7 6 6 Tested up to: 5.8 7 Stable tag: 1.11. 07 Stable tag: 1.11.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 279 279 == Changelog == 280 280 281 = 1.11.1 = 282 283 _Release Date – Sunday 20th February 2022_ 284 285 * Fix md5 hash of site_url relative to previous release of detecting url change. 286 281 287 = 1.11.0 = 282 288
Note: See TracChangeset
for help on using the changeset viewer.