Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Gershman committed Jul 12, 2018
1 parent e310472 commit 86000c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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-beta2.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.0-beta3.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
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-beta2";
static $version = "2.0.0-beta3";
static $settings_whitelist = [
'title' => [ 'description' => '' , 'default' => ''],
'location_lookup_bias' => [ 'description' => '' , 'default' => 'components=country:us'],
Expand Down

0 comments on commit 86000c2

Please sign in to comment.