=== Post Worktime Logger=== Contributors: filme-blog Donate link: Tags: worktime, work, clock, time, time-tracking, tracking, Zeiterfassung, worktime logger, post work time, working time Requires at least: 2.3.1 Tested up to: 4.6 Stable tag: 1.2.2 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Post Worktime Logger is a tool to track the time you worked on each post. == Description == Do you ever wanted to know, how long did you worked on this post? Let Post Worktime Logger fill this gap! * Tracks the working time for each post. * Checks activity and only updates working time, if you really worked on the current post. This project is actively maintained on [Github](https://github.com/blackus3r/post-worktime-logger) == Installation == 1. Upload `/post-worktime-logger/` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Post Worktime Logger is now tracking your working tim for each post. == Screenshots == 1. This is the meta box right to the post editor. 1. This is the posts page. 1. These are the widget options. 1. This is the control panel in frontend for logged in users. 1. This is the widget in frontend for not logged in users. == Changelog == = 1.2.2 = * Fixed a bug, that no worktime was saved anymore in admin area. = 1.2.1 = * Added language pr_BR * Fixed typos * Fixed loading text languages * Added notice that this plugin is maintained on Github. = 1.2.0 = * Implemented a frontend widget to display worktime for not logged in users and for logged in users the control box to track the worktime. * Improved security for the plugin. * Made the code more reuseable. * Fixed textdomain for strings. * Updated german translation. = 1.1.0 = * Implemented support to pause and resume the tracking of the work time. * Implemented support to reset the working time of a post. * Implemented support for a sortable column on posts page, which displays the total worktime for each post. * Added languages fr_Be and sq. = 1.0.0 = * First Version