diff --git a/README.md b/README.md index baffdd70b..cd999d818 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Miscellaneous Here is an instructional video that might assist you: https://www.dropbox.com/s/e59dzal4rkkcl2r/twilio.mp4?dl=0 **This will require that you have an SSL certificate installed on your webserver to transit a secure connection. This is required by Twilio.** -1. Create a new virtual application or add the yap code to an existing folder. The easiest way to get the code there is to upload the latest version there: https://github.com/radius314/yap/archive/2.0.0.zip. +1. Create a new virtual application or add the yap code to an existing folder. The easiest way to get the code there is to upload the latest version there: https://github.com/radius314/yap/archive/2.0.1.zip. 2. Once the application is configured you will need to customize the config.php file. There are several settings there that are documented in that file. There are a number of different ways to utilize the yap platform. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e654c3b3d..752c96a9d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,10 @@ # Release Notes +### 2.0.1 (July 22, 2018) +* Bug fix: A schedule with no volunteers now automatically goes to voicemail. +* Bug fix: Better error handling for saving service bodies and volunteers. +* Bug fix: An invalid zip code or location was not handling correctly, now it does. + ### 2.0.0 (July 19, 2018) * The "Admin" portal. Yap has the ability to make managing helpline volunteers very easy. If you are using helpline volunteer routing in Yap 1.x, you know how painful it was. * The "Admin" portal re-uses the BMLT permission hierarchy scheme. This means if you sign into the Yap admin portal, that user will only see their service bodies. This makes it very easy to allow service bodies to administer their own volunteers. diff --git a/functions.php b/functions.php index fdf9f62c4..c22607e78 100644 --- a/functions.php +++ b/functions.php @@ -1,7 +1,7 @@ [ 'description' => '' , 'default' => ''], 'location_lookup_bias' => [ 'description' => '' , 'default' => 'components=country:us'],