-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
79 lines (62 loc) · 1.98 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
=== Simple Dashboard Todo ===
Contributors: smeunus
Donate link: https://sharifff.com/
Tags: todo, dashboard, widget, productivity, utility
Requires at least: 6.0
Tested up to: 6.5.4
Stable tag: 1.1.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A simple todo management plugin for WordPress site admins. Stay consistent and never forget anything.
== Description ==
The Todo Plugin is a tool designed to enhance productivity and task management within the WordPress admin area. This plugin allows admins to easily create and manage tasks, keeping track of what needs to be done.
You can manage the Todo from *Dashboard -> Todo* or from the *Dashboard widget*.
== Frequently Asked Questions ==
= Where to report bugs or suggest improvements? =
You can create issues here : https://github.com/shariffff/dash-todo
== Screenshots ==
1. Screenshot of Dash Todo plugins interface.
2. Screenshot of Todo Item Update.
== Changelog ==
= 1.1.4 =
* Code improvements
= 1.1.4 =
* Option to update priority and date.
* Efficient UI to set priority.
= 1.1.2 =
* 6.5 compatibility
= 1.1.2 =
* Fix: UI inconsistency
= 1.1.1 =
* Update: More focusing UI
= 1.1.0 =
* Feature: Ability to edit existing todo item's text.
* Fix: UI inconsistency
= 1.0.9 =
* Updated: Container width is extended
* Fix: UI Fixed
* Fix: Asset versioning
= 1.0.8 =
* Updated: UI improvements and fixes
= 1.0.7 =
* Fixed: Installation hook issue
= 1.0.6 =
* Fixed: Plugin menu link
* Updated: Initial todo items now include due date and priority
= 1.0.5 =
* Added feature: Set priority for todo items
* Added feature: Set due date for todo items
= 1.0.3 =
* Performance enhancements
* Bug fixes
= 1.0.2 =
* Added dashboard widget
* Todo items can now be added by pressing ENTER
* Raw title rendering implemented
= 1.0.1 =
* Permanently delete todo items, no longer sent to trash
* On uninstall, all todo items and options are deleted
* Fixed delete button alignment issue
= 1.0 =
* Initial release