Skip to content

Commit

Permalink
prepping release
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Gershman committed Jul 22, 2018
1 parent 5edf891 commit ee15f0b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
include_once 'config.php';
include_once 'session.php';
static $version = "2.0.0";
static $version = "2.0.1";
static $settings_whitelist = [
'title' => [ 'description' => '' , 'default' => ''],
'location_lookup_bias' => [ 'description' => '' , 'default' => 'components=country:us'],
Expand Down

0 comments on commit ee15f0b

Please sign in to comment.