Plugin Directory

Changeset 2231317


Ignore:
Timestamp:
01/22/2020 02:42:49 AM (6 years ago)
Author:
pshikli
Message:

1.2.1 minor UI improvements

Location:
accessibility-task-manager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • accessibility-task-manager/trunk/accessibility-task-manager.php

    r2187416 r2231317  
    55 * Author:      TaskMeister
    66 * Plugin Type: Functionality
    7  * Version: 1.2
     7 * Version: 1.2.1
    88 **/
    99
     
    1717       Implement WP hooks on loading scripts
    1818       Add response message for server error
     19v 1.2.1: Minor UI improvement
    1920
    2021*/
  • accessibility-task-manager/trunk/assets/taskmeister.js

    r2187416 r2231317  
    3030                                    }else{
    3131                                        jQuery('.e_task_notification_popup .noti_content_div').addClass('etask_error');
    32                                         jQuery('.e_task_notification_popup .noti_content_div h5').html('Failed!');
     32                                        jQuery('.e_task_notification_popup .noti_content_div h5').html('Please set up an account.');
    3333                                        jQuery('.e_task_notification_popup .noti_content_div p').html(response.message);
    3434                                    }
  • accessibility-task-manager/trunk/readme.txt

    r2187416 r2231317  
    33Tags: Productivity, Accessibility Content
    44Requires at least: 3.6
    5 Tested up to: 5.0
     5Tested up to: 5.2.3
    66Requires PHP: 5.2.4
    77Stable tag: 1.1
     
    6565* Implement WP hooks on loading scripts
    6666* Add response message for server error
     67
     68== 1.2.1 ==
     69* Minor UI improvements
Note: See TracChangeset for help on using the changeset viewer.