Skip to content

Commit

Permalink
Preparing for 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Dec 23, 2014
1 parent e56e792 commit b64f8ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion classes/StartupAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class StartupAPI {
/**
* @var string Startup API pre-release version string
*/
private static $pre_release_version = 'dev';
private static $pre_release_version = null;

/**
* @var string Startup API build version string
Expand Down
11 changes: 11 additions & 0 deletions users_config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,22 @@
*/
#UserConfig::$requireVerifiedEmail = true;

/**
* StartupAPI theme
*/
#UserConfig::$theme = 'awesome'; // uncomment to enable Bootstrap3-based theme

/*
* Uncomment next line to enable debug messages in error_log
*/
#UserConfig::$DEBUG = true;

/**
* Enables developer tools beyond simple debugging
* like Bootswatch theme switcher in 'awesome' theme, for example
*/
#UserConfig::$DEVMODE = TRUE;

/**
* Username and password registration configuration
* just have these lines or comment them out if you don't want regular form registration
Expand Down

0 comments on commit b64f8ce

Please sign in to comment.