Changeset 1158289
- Timestamp:
- 05/11/2015 10:16:37 PM (11 years ago)
- Location:
- smart-todo
- Files:
-
- 4 added
- 3 edited
-
assets/banner-772x250.png (modified) (previous)
-
trunk/assets/images (added)
-
trunk/assets/images/logo.png (added)
-
trunk/includes/SmartToDoMenu.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smart-todos.php (modified) (2 diffs)
-
trunk/templates/smarttodo_dashboard.php (added)
Legend:
- Unmodified
- Added
- Removed
-
smart-todo/trunk/readme.txt
r1124617 r1158289 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.1.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Changelog == 62 62 63 = 1.1 = 64 * How To Use menu page is added 65 63 66 = 1.02 = 64 67 * Added Projects and Status on Smart ToDos Manage Tables -
smart-todo/trunk/smart-todos.php
r1124617 r1158289 5 5 Description: This plugin creates Smart ToDo post types, break into tasks and categorized as Projects. Timers are added on each tasks. 6 6 Created Projects as taxonomy for Smart ToDo post types. And each Smart ToDo post types is capable of adding multiple tasks with url references. Timers are provided on each task and can be controlled with buttons to Start, Pause and setting task as Done. Also edit buttons are provided to edit task description, task url reference and time spent. Proper user's access are also given to each type of users. Total hours are provided dynamically and Title of window is set to active task with the current time spent. This is inspired from the Task Timer Google Chrome App. 7 Version: 1. 027 Version: 1.1 8 8 Author: Sherwin Calims 9 9 Author URI: http://www.sherkspear.com … … 59 59 //Load javascripts and stylesheets 60 60 require "includes/CssJsScripts.php"; 61 62 require "includes/SmartToDoMenu.php"; 61 63 62 64 }
Note: See TracChangeset
for help on using the changeset viewer.