#########  GENERAL NOTES    ###############
The config.php file has been renamed config-orig so you don't overide your config file.
All csv files have been removed so if starting over make sure you delete your old csv files if you want to start over. This is so we don't overide your running configuration.
.txt files remain for template purposes so backup your text files if you want to preserve.
If you want to compare your config.php file with this one, copy/paste them into https://www.diffchecker.com
#########  CHANGE NOTES     ###############

##VERSION 1.085
cron_reminder.php
* First follow up will be sent exactly after 24 hours after reservation time.

##VERSION 1.08
cron_reminder.php,cron_followup.php,
* Tested and upgrade functionality of last reminder sending. 
* Upgraded and Tested follow up messages. Now first follow up will be sent exactly after 24 hours of last reminder.


##VERSION 1.075
index.php,cron_reminder.php,cron_followup.php,
* Last reminder timing issue fix in this.
* Follow up timing issue is fixed. Follow up will go 24 hours after reservation time exactly.


##VERSION 1.07
index.php,cron_reminder.php
* Last reminder timing issue fix in this.
* Mandrill issue with business notification is fix.


##VERSION 1.065
Tweak to last reminder
index.php
cron_reminder.php

##VERSION 1.06
From email got defaulted to hosting. Added code to go back to using config file while still resolving issue 
blocking certain other hosts
updated
class.phpmailer.php
class.phpmaileroauth.php
class.phpmaileroauthgoogle.php


##VERSION 1.055
$reminder_email_subject variable inside config-orig.php had "don't" in it, removed 
it as it causes issues
SMTP fix for yet another host. 
Various small tweaks
config-orig.php
index.php
functions.php
cron_reminder.php

##VERSION 1.05
functions.php
cron_reminder.php

##VERSION 1.04
* Cron outputing unecessary files. The Install document now notes that the format should be this:
/usr/bin/wget -O /dev/null http://mywebsite/bday/cron_followup.php >/dev/null 2>&1
The difference being instead of "-q" it is "-O" (capital letter O)
* Last reminder timing differences fixed
* Plain .txt files with no returns. You can now use plain text files with no html
* Jotform Large Time Picker compatibility - If you don't know what that is, don't worry about it.
* Can toggle emails yes or no so that texts are used only for notifications, reminders etc. See config-orig.php for description
* Various small fixes