Changeset 2231317
- Timestamp:
- 01/22/2020 02:42:49 AM (6 years ago)
- Location:
- accessibility-task-manager/trunk
- Files:
-
- 3 edited
-
accessibility-task-manager.php (modified) (2 diffs)
-
assets/taskmeister.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accessibility-task-manager/trunk/accessibility-task-manager.php
r2187416 r2231317 5 5 * Author: TaskMeister 6 6 * Plugin Type: Functionality 7 * Version: 1.2 7 * Version: 1.2.1 8 8 **/ 9 9 … … 17 17 Implement WP hooks on loading scripts 18 18 Add response message for server error 19 v 1.2.1: Minor UI improvement 19 20 20 21 */ -
accessibility-task-manager/trunk/assets/taskmeister.js
r2187416 r2231317 30 30 }else{ 31 31 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.'); 33 33 jQuery('.e_task_notification_popup .noti_content_div p').html(response.message); 34 34 } -
accessibility-task-manager/trunk/readme.txt
r2187416 r2231317 3 3 Tags: Productivity, Accessibility Content 4 4 Requires at least: 3.6 5 Tested up to: 5. 05 Tested up to: 5.2.3 6 6 Requires PHP: 5.2.4 7 7 Stable tag: 1.1 … … 65 65 * Implement WP hooks on loading scripts 66 66 * 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.