Plugin Directory

Changeset 3305385


Ignore:
Timestamp:
06/03/2025 12:58:44 AM (10 months ago)
Author:
ujimoto
Message:

1.0.1 UI fixes

Location:
activity-track/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • activity-track/trunk/activity-track.php

    r3294303 r3305385  
    44 * Plugin URI: https://activitytrack.ai/
    55 * 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.0
     6 * Version: 1.0.1
    77 * Author: ujimoto
    88 * Author URI: https://activitytrack.ai
  • activity-track/trunk/readme.txt

    r3294315 r3305385  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= 1.0.1 = 
     137* UI improvements for settings and notifications. 
     138
    136139= 1.0.0 = 
    137140* Initial stable release. 
  • activity-track/trunk/views/html-admin-notifications-set.php

    r3294303 r3305385  
    178178                  href="#"
    179179                  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"
    181181                >
    182182                  <span class="dashicons dashicons-trash"></span>
Note: See TracChangeset for help on using the changeset viewer.