Plugin Directory

Changeset 3386999


Ignore:
Timestamp:
10/30/2025 10:55:35 AM (5 months ago)
Author:
MooveAgency
Message:

Version 4.2.1 released

Location:
user-activity-tracking-and-log
Files:
71 added
3 edited

Legend:

Unmodified
Added
Removed
  • user-activity-tracking-and-log/trunk/controllers/class-moove-uat-review.php

    r3155090 r3386999  
    240240              }
    241241            });
    242             $(document).on('click','.uat-ccr-review-notice .uat-ccrn-dismiss .uat-ccr-review-notice .notice-dismiss', function(e){
     242            $(document).on('click','.uat-ccr-review-notice .uat-ccrn-dismiss, .uat-ccr-review-notice .notice-dismiss', function(e){
    243243              e.preventDefault();
    244244              $(this).closest('.uat-ccr-notice').slideUp();
  • user-activity-tracking-and-log/trunk/moove-activity.php

    r3356722 r3386999  
    55 *  Plugin URI: http://www.mooveagency.com
    66 *  Description: This plugin gives you the ability to track user activity on your website.
    7  *  Version: 4.2.0
     7 *  Version: 4.2.1
    88 *  Author: Moove Agency
    99 *  Author URI: http://www.mooveagency.com
     
    1818}
    1919
    20 define( 'MOOVE_UAT_VERSION', '4.2.0' );
     20define( 'MOOVE_UAT_VERSION', '4.2.1' );
    2121
    2222if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
  • user-activity-tracking-and-log/trunk/readme.txt

    r3356722 r3386999  
    22Contributors: MooveAgency
    33Donate link: https://www.mooveagency.com/wordpress-plugins/user-activity-tracking-and-log/
    4 Stable tag: 4.2.0
     4Stable tag: 4.2.1
    55Tags: time tracking, activity log, analytics, statistics, stats
    66Requires at least: 4.3
     
    144144
    145145== Changelog ==
     146= 4.2.1: 30 October 2025 =
     147* Admin improvements
     148
    146149= 4.2.0: 5 September 2025 =
    147150* GeoIP tool replaced
Note: See TracChangeset for help on using the changeset viewer.