Plugin Directory

Changeset 3098046


Ignore:
Timestamp:
06/05/2024 01:29:09 PM (20 months ago)
Author:
mrdenny
Message:
  • Rev database version number
  • Fixing logic when firing the cron to run templates
Location:
time-sheets
Files:
376 added
3 edited

Legend:

Unmodified
Added
Removed
  • time-sheets/trunk/cron.php

    r3095340 r3098046  
    1010        $options = get_option('time_sheets');
    1111       
    12         if (isset($options['allow_recurring_timesheets'])) {
     12        if (!isset($options['allow_recurring_timesheets'])) {
    1313            return 0;
    1414        }
  • time-sheets/trunk/readme.txt

    r3095340 r3098046  
    111111
    112112== Changelog ==
     113= 1.34.5 =
     114* Rev database version number
     115* Fixing logic when firing the cron to run templates
     116
    113117= 1.34.4 =
    114118* Added Monday this week as a default time sheet start date option to the my settings page
  • time-sheets/trunk/time-sheets.php

    r3095340 r3098046  
    22/*
    33Plugin Name: Time Sheets
    4 Version: 1.34.4
     4Version: 1.34.5
    55Plugin URI: https://www.dcac.com/go/time-sheets
    66Description: Time Sheets application
Note: See TracChangeset for help on using the changeset viewer.