Changeset 2506428
- Timestamp:
- 03/31/2021 06:06:36 AM (5 years ago)
- Location:
- wp-hourly
- Files:
-
- 69 added
- 3 edited
-
tags/2.0.8 (added)
-
tags/2.0.8/README.md (added)
-
tags/2.0.8/assets (added)
-
tags/2.0.8/assets/css (added)
-
tags/2.0.8/assets/css/bootstrap-editable.css (added)
-
tags/2.0.8/assets/css/bootstrap.min.css (added)
-
tags/2.0.8/assets/css/font-awesome.min.css (added)
-
tags/2.0.8/assets/css/select2.min.css (added)
-
tags/2.0.8/assets/css/wph-dashboard.css (added)
-
tags/2.0.8/assets/css/wph-front-end-styles.css (added)
-
tags/2.0.8/assets/css/wph-styles.css (added)
-
tags/2.0.8/assets/img (added)
-
tags/2.0.8/assets/img/app-icon.png (added)
-
tags/2.0.8/assets/img/buy-addon.png (added)
-
tags/2.0.8/assets/img/coming-soon.png (added)
-
tags/2.0.8/assets/img/screenshot-expired.png (added)
-
tags/2.0.8/assets/img/slide1.png (added)
-
tags/2.0.8/assets/img/slide2.png (added)
-
tags/2.0.8/assets/img/slide3.png (added)
-
tags/2.0.8/assets/img/wp-hourly-dashboard-widgets.png (added)
-
tags/2.0.8/assets/img/wp-hourly-logo.png (added)
-
tags/2.0.8/assets/img/wp-hourly-messages.png (added)
-
tags/2.0.8/assets/img/wp-hourly-monitor.png (added)
-
tags/2.0.8/assets/img/wp-hourly-time-sheets.png (added)
-
tags/2.0.8/assets/img/wp-hourly-tracker.png (added)
-
tags/2.0.8/assets/img/wp-hourly-woocommerce.png (added)
-
tags/2.0.8/assets/img/wph-tt-w-scr.png (added)
-
tags/2.0.8/assets/js (added)
-
tags/2.0.8/assets/js/bootstrap-editable.min.js (added)
-
tags/2.0.8/assets/js/bootstrap.min.js (added)
-
tags/2.0.8/assets/js/popper.min.js (added)
-
tags/2.0.8/assets/js/print.js (added)
-
tags/2.0.8/assets/js/select2.min.js (added)
-
tags/2.0.8/assets/js/wph-dashboard.js (added)
-
tags/2.0.8/assets/js/wph-scripts.js (added)
-
tags/2.0.8/core (added)
-
tags/2.0.8/core/functions.php (added)
-
tags/2.0.8/core/insertion.php (added)
-
tags/2.0.8/core/project-list (added)
-
tags/2.0.8/core/project-list/ProjectListTable.php (added)
-
tags/2.0.8/core/project-list/TaskListTable.php (added)
-
tags/2.0.8/core/project-list/TimeRecordListTable.php (added)
-
tags/2.0.8/core/projects.php (added)
-
tags/2.0.8/core/public.php (added)
-
tags/2.0.8/core/reports (added)
-
tags/2.0.8/core/reports.php (added)
-
tags/2.0.8/core/reports/list-tasks.php (added)
-
tags/2.0.8/core/reports/tasks-table-unpaid-out.php (added)
-
tags/2.0.8/core/shortcodes.php (added)
-
tags/2.0.8/core/tasks.php (added)
-
tags/2.0.8/languages (added)
-
tags/2.0.8/languages/index.php (added)
-
tags/2.0.8/languages/wphourly.pot (added)
-
tags/2.0.8/migrations (added)
-
tags/2.0.8/migrations/MigrationInterface.php (added)
-
tags/2.0.8/migrations/V1_0_0Migration.php (added)
-
tags/2.0.8/migrations/V1_2_0Migration.php (added)
-
tags/2.0.8/migrations/migration-runner.php (added)
-
tags/2.0.8/readme.txt (added)
-
tags/2.0.8/templates (added)
-
tags/2.0.8/templates/wph-project-tpl.php (added)
-
tags/2.0.8/templates/wph-projects-tpl.php (added)
-
tags/2.0.8/templates/wph-task-add-tpl.php (added)
-
tags/2.0.8/templates/wph-task-tpl.php (added)
-
tags/2.0.8/templates/wph-time-record-tpl.php (added)
-
tags/2.0.8/templates/wph-time-records-tpl.php (added)
-
tags/2.0.8/tracking (added)
-
tags/2.0.8/tracking/class-plugin-usage-tracker.php (added)
-
tags/2.0.8/wp-hourly.php (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-hourly.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-hourly/trunk/README.md
r2502790 r2506428 95 95 96 96 == Changelog == 97 = 2.0.8 March 31, 2021 = 98 * fixed a bug where customers could see other people's reports 97 99 = 2.0.7 March 24, 2021 = 98 100 * fixed various bugs -
wp-hourly/trunk/readme.txt
r2502790 r2506428 95 95 96 96 == Changelog == 97 = 2.0.8 March 31, 2021 = 98 * fixed a bug where customers could see other people's reports 97 99 = 2.0.7 March 24, 2021 = 98 100 * fixed various bugs -
wp-hourly/trunk/wp-hourly.php
r2502790 r2506428 6 6 Description: WP HOURLY allows you to track billable time and have your customers pay you for it through your WooCommerce website. It is ideal for Freelancers and Agencies alike, giving you to ability to create tasks and assign them to your team members (Employees). An Employee can then submit time records which will show up in the My Account section of your WooCommerce website. The plugin also features extensive reports as well. 7 7 Author: SUPER WP HEROES 8 Version: 2.0. 78 Version: 2.0.8 9 9 Author URI: https://wphourly.com 10 10 Requires at least: 4.5 … … 29 29 30 30 define('WP_HOURLY', true); 31 define('WPH_VERSION', '2.0. 7');31 define('WPH_VERSION', '2.0.8'); 32 32 33 33 … … 449 449 } 450 450 451 if ( current_user_can('employee')) {451 if ((current_user_can('employee') || current_user_can('customer')) && !current_user_can('administrator')) { 452 452 echo '<input type="hidden" name="report_select_user" value="' . get_current_user_id() . '" />'; 453 453 echo '<input type="hidden" name="return_view" value="tasks-table" />';
Note: See TracChangeset
for help on using the changeset viewer.