Plugin Directory

Changeset 1158289


Ignore:
Timestamp:
05/11/2015 10:16:37 PM (11 years ago)
Author:
sherkspear
Message:

add How To Use menu page

Location:
smart-todo
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • smart-todo/trunk/readme.txt

    r1124617 r1158289  
    55Requires at least: 3.0.1
    66Tested up to: 4.1.1
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.1 =
     64* How To Use menu page is added
     65
    6366= 1.02 =
    6467* Added Projects and Status on Smart ToDos Manage Tables
  • smart-todo/trunk/smart-todos.php

    r1124617 r1158289  
    55Description: This plugin creates Smart ToDo post types, break into tasks and categorized as Projects. Timers are added on each tasks.
    66Created 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.02
     7Version: 1.1
    88Author: Sherwin Calims
    99Author URI: http://www.sherkspear.com
     
    5959        //Load javascripts and stylesheets
    6060        require "includes/CssJsScripts.php";
     61       
     62        require "includes/SmartToDoMenu.php";
    6163
    6264    }
Note: See TracChangeset for help on using the changeset viewer.