Changeset 2850788
- Timestamp:
- 01/18/2023 10:20:53 PM (3 years ago)
- Location:
- logtivity
- Files:
-
- 66 added
- 4 edited
-
tags/2.1.1 (added)
-
tags/2.1.1/.gitignore (added)
-
tags/2.1.1/Admin (added)
-
tags/2.1.1/Admin/Logtivity_Admin.php (added)
-
tags/2.1.1/Admin/Logtivity_Dismiss_Notice_Controller.php (added)
-
tags/2.1.1/Admin/Logtivity_Log_Index_Controller.php (added)
-
tags/2.1.1/Admin/Logtivity_Options.php (added)
-
tags/2.1.1/Errors (added)
-
tags/2.1.1/Errors/Logtivity_Error_Log.php (added)
-
tags/2.1.1/Errors/Logtivity_Error_Logger.php (added)
-
tags/2.1.1/Errors/Logtivity_Stack_Trace.php (added)
-
tags/2.1.1/Errors/Logtivity_Stack_Trace_Snippet.php (added)
-
tags/2.1.1/Helpers (added)
-
tags/2.1.1/Helpers/Helpers.php (added)
-
tags/2.1.1/Helpers/Logtivity_Log_Global_Function.php (added)
-
tags/2.1.1/Helpers/Logtivity_Wp_User.php (added)
-
tags/2.1.1/Logs (added)
-
tags/2.1.1/Logs/Code_Snippets (added)
-
tags/2.1.1/Logs/Code_Snippets/Logtivity_Code_Snippets.php (added)
-
tags/2.1.1/Logs/Core (added)
-
tags/2.1.1/Logs/Core/Logtivity_Comment.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_Core.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_Meta.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_Plugin.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_Post.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_Term.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_Theme.php (added)
-
tags/2.1.1/Logs/Core/Logtivity_User.php (added)
-
tags/2.1.1/Logs/Download_Monitor (added)
-
tags/2.1.1/Logs/Download_Monitor/Logtivity_Download_Monitor.php (added)
-
tags/2.1.1/Logs/Easy_Digital_Downloads (added)
-
tags/2.1.1/Logs/Easy_Digital_Downloads/Logtivity_Abstract_Easy_Digital_Downloads.php (added)
-
tags/2.1.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads.php (added)
-
tags/2.1.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Recurring.php (added)
-
tags/2.1.1/Logs/Easy_Digital_Downloads/Logtivity_Easy_Digital_Downloads_Software_Licensing.php (added)
-
tags/2.1.1/Logs/Formidable (added)
-
tags/2.1.1/Logs/Formidable/Logtivity_Formidable.php (added)
-
tags/2.1.1/Logs/Formidable/Logtivity_FrmEntryFormatter.php (added)
-
tags/2.1.1/Logs/Logtivity_Abstract_Logger.php (added)
-
tags/2.1.1/Logs/Memberpress (added)
-
tags/2.1.1/Logs/Memberpress/Logtivity_Memberpress.php (added)
-
tags/2.1.1/Logs/WP_All_Import (added)
-
tags/2.1.1/Logs/WP_All_Import/Logtivity_WP_All_Import.php (added)
-
tags/2.1.1/Services (added)
-
tags/2.1.1/Services/Logtivity_Api.php (added)
-
tags/2.1.1/Services/Logtivity_Check_For_Disabled_Individual_Logs.php (added)
-
tags/2.1.1/Services/Logtivity_Logger.php (added)
-
tags/2.1.1/Services/Logtivity_Register_Site.php (added)
-
tags/2.1.1/Services/Logtivity_User_Logger_Trait.php (added)
-
tags/2.1.1/assets (added)
-
tags/2.1.1/assets/admin.css (added)
-
tags/2.1.1/assets/app.js (added)
-
tags/2.1.1/assets/logtivity-logo.svg (added)
-
tags/2.1.1/logtivity.php (added)
-
tags/2.1.1/readme.md (added)
-
tags/2.1.1/readme.txt (added)
-
tags/2.1.1/views (added)
-
tags/2.1.1/views/_admin-footer.php (added)
-
tags/2.1.1/views/_admin-header.php (added)
-
tags/2.1.1/views/_admin-sidebar.php (added)
-
tags/2.1.1/views/_log-show.php (added)
-
tags/2.1.1/views/_logs-loop.php (added)
-
tags/2.1.1/views/activation.php (added)
-
tags/2.1.1/views/log-index.php (added)
-
tags/2.1.1/views/settings.php (added)
-
tags/2.1.1/views/site-url-changed-notice.php (added)
-
trunk/logtivity.php (modified) (2 diffs)
-
trunk/readme.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/views/_logs-loop.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
logtivity/trunk/logtivity.php
r2829637 r2850788 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io. 7 * Version: 2.1. 07 * Version: 2.1.1 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity … … 12 12 class Logtivity 13 13 { 14 protected $version = '2.1. 0';14 protected $version = '2.1.1'; 15 15 16 16 /** -
logtivity/trunk/readme.md
r2829637 r2850788 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 2.1. 07 Stable tag: 2.1.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 262 262 263 263 == Changelog == 264 265 = 2.1.1 = 266 267 _Release Date – Wednesday 18th January 2023_ 268 269 * Fix undefined variable $meta in _logs-loop.php admin page when not connected to Logtivity. 264 270 265 271 = 2.1.0 = -
logtivity/trunk/readme.txt
r2829637 r2850788 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 2.1. 07 Stable tag: 2.1.1 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 262 262 263 263 == Changelog == 264 265 = 2.1.1 = 266 267 _Release Date – Wednesday 18th January 2023_ 268 269 * Fix undefined variable $meta in _logs-loop.php admin page when not connected to Logtivity. 264 270 265 271 = 2.1.0 = -
logtivity/trunk/views/_logs-loop.php
r2723235 r2850788 49 49 </table> 50 50 51 <?php if ($meta->current_page): ?> 52 51 <?php if (isset($meta) && $meta->current_page): ?> 53 52 <div data-current-page="<?php echo $meta->current_page ?>" style="text-align: center; padding: 20px"> 54 55 53 <button <?php echo ( $meta->current_page == 1 ? 'disabled' : ''); ?> class="js-logtivity-pagination button-primary" data-page="<?php echo sanitize_text_field($meta->current_page - 1) ?>">Previous</button> 56 54 57 55 <button <?php echo ( ! $hasNextPage ? 'disabled' : ''); ?> class="js-logtivity-pagination button-primary" data-page="<?php echo sanitize_text_field($meta->current_page + 1) ?>">Next</button> 58 59 56 </div> 60 57 <?php endif ?>
Note: See TracChangeset
for help on using the changeset viewer.