Changeset 2698792
- Timestamp:
- 03/24/2022 08:53:13 AM (4 years ago)
- Location:
- logtivity
- Files:
-
- 55 added
- 1 edited
-
tags/1.12.0 (added)
-
tags/1.12.0/.gitignore (added)
-
tags/1.12.0/Admin (added)
-
tags/1.12.0/Admin/Logtivity_Admin.php (added)
-
tags/1.12.0/Admin/Logtivity_Dismiss_Notice_Controller.php (added)
-
tags/1.12.0/Admin/Logtivity_Log_Index_Controller.php (added)
-
tags/1.12.0/Admin/Logtivity_Options.php (added)
-
tags/1.12.0/Helpers (added)
-
tags/1.12.0/Helpers/Helpers.php (added)
-
tags/1.12.0/Helpers/Logtivity_Log_Global_Function.php (added)
-
tags/1.12.0/Helpers/Logtivity_Wp_User.php (added)
-
tags/1.12.0/Logs (added)
-
tags/1.12.0/Logs/Core (added)
-
tags/1.12.0/Logs/Core/Logtivity_Comment.php (added)
-
tags/1.12.0/Logs/Core/Logtivity_Core.php (added)
-
tags/1.12.0/Logs/Core/Logtivity_Plugin.php (added)
-
tags/1.12.0/Logs/Core/Logtivity_Post.php (added)
-
tags/1.12.0/Logs/Core/Logtivity_Term.php (added)
-
tags/1.12.0/Logs/Core/Logtivity_Theme.php (added)
-
tags/1.12.0/Logs/Core/Logtivity_User.php (added)
-
tags/1.12.0/Logs/Download_Monitor (added)
-
tags/1.12.0/Logs/Download_Monitor/Logtivity_Download_Monitor.php (added)
-
tags/1.12.0/Logs/Easy_Digital_Downloads (added)
-
tags/1.12.0/Logs/Easy_Digital_Downloads/Logtivity_Abstract_Easy_Digital_Downloads.php (added)
-
tags/1.12.0/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads.php (added)
-
tags/1.12.0/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Recurring.php (added)
-
tags/1.12.0/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Software_Licensing.php (added)
-
tags/1.12.0/Logs/Formidable (added)
-
tags/1.12.0/Logs/Formidable/Logtivity_Formidable.php (added)
-
tags/1.12.0/Logs/Formidable/Logtivity_FrmEntryFormatter.php (added)
-
tags/1.12.0/Logs/Logtivity_Abstract_Logger.php (added)
-
tags/1.12.0/Logs/Memberpress (added)
-
tags/1.12.0/Logs/Memberpress/Logtivity_Memberpress.php (added)
-
tags/1.12.0/Services (added)
-
tags/1.12.0/Services/Logtivity_Api.php (added)
-
tags/1.12.0/Services/Logtivity_Logger.php (added)
-
tags/1.12.0/Services/Logtivity_Register_Site.php (added)
-
tags/1.12.0/assets (added)
-
tags/1.12.0/assets/admin.css (added)
-
tags/1.12.0/assets/app.js (added)
-
tags/1.12.0/assets/logtivity-logo.svg (added)
-
tags/1.12.0/logtivity.php (added)
-
tags/1.12.0/readme.md (added)
-
tags/1.12.0/readme.txt (added)
-
tags/1.12.0/views (added)
-
tags/1.12.0/views/_admin-footer.php (added)
-
tags/1.12.0/views/_admin-header.php (added)
-
tags/1.12.0/views/_admin-sidebar.php (added)
-
tags/1.12.0/views/_log-show.php (added)
-
tags/1.12.0/views/_logs-loop.php (added)
-
tags/1.12.0/views/activation.php (added)
-
tags/1.12.0/views/log-index.php (added)
-
tags/1.12.0/views/settings.php (added)
-
tags/1.12.0/views/site-url-changed-notice.php (added)
-
trunk/Logs/Core/Logtivity_Term.php (added)
-
trunk/logtivity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
logtivity/trunk/logtivity.php
r2698790 r2698792 45 45 'Logs/Core/Logtivity_Plugin', 46 46 'Logs/Core/Logtivity_Comment', 47 'Logs/Core/Logtivity_Term',47 // 'Logs/Core/Logtivity_Term', 48 48 ]; 49 49
Note: See TracChangeset
for help on using the changeset viewer.