Changeset 3305385
- Timestamp:
- 06/03/2025 12:58:44 AM (10 months ago)
- Location:
- activity-track/trunk
- Files:
-
- 3 edited
-
activity-track.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
views/html-admin-notifications-set.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
activity-track/trunk/activity-track.php
r3294303 r3305385 4 4 * Plugin URI: https://activitytrack.ai/ 5 5 * Description: AI - powered insights to track and monitor every user activity on your WordPress site with real-time notifications and comprehensive logging. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: ujimoto 8 8 * Author URI: https://activitytrack.ai -
activity-track/trunk/readme.txt
r3294315 r3305385 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 134 134 == Changelog == 135 135 136 = 1.0.1 = 137 * UI improvements for settings and notifications. 138 136 139 = 1.0.0 = 137 140 * Initial stable release. -
activity-track/trunk/views/html-admin-notifications-set.php
r3294303 r3305385 178 178 href="#" 179 179 data-tooltip-target="tooltip-notifrm-<?php echo esc_attr( $nkey ); ?>" 180 class="atk_remove_notification py-1.5 text-sm font-medium text-white bg-red-700 hover:bg-red-600 rounded-sm focus:ring-4 focus:ring-primary-200 w-10 "180 class="atk_remove_notification py-1.5 text-sm font-medium text-white bg-red-700 hover:bg-red-600 rounded-sm focus:ring-4 focus:ring-primary-200 w-10 text-center" 181 181 > 182 182 <span class="dashicons dashicons-trash"></span>
Note: See TracChangeset
for help on using the changeset viewer.