Skip to content

Commit

Permalink
Merge branch 'hotfix-osx-installer-worker'
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Jul 27, 2016
2 parents 26e4cf6 + 7321fc1 commit 2f3474b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.5 (Released 2016-07-27) ###
- Update Mac OS X installer for installation on worker machine of a two
machine deployment.

### 4.0.4 (Released 2016-06-12) ###
- FileMaker Server 15 detection.
- Update Mac OS X installer for FMS 15.
Expand Down
4 changes: 2 additions & 2 deletions contrib/install-RESTfm.OSX/shared-functions
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ check_FMSVersion() {
local MSGPREFIX='Check FMS version: '

local FMSADMIN_EXE='/Library/FileMaker Server/Database Server/bin/fmsadmin'
local FMSVERSION_JAR='/Library/FileMaker Server/Admin/admin-server/WEB-INF/lib/fmversion.jar'
local FMS_SERVER_CONFIG='/Library/FileMaker Server/Admin/conf/server_config.xml'
local FMSVERSION_JAR='/Library/FileMaker Server/Admin/admin-helper/WEB-INF/lib/fmversion.jar'

# Ensure that FMS is installed on this system.
if [ ! -r "$FMSADMIN_EXE" ]; then
Expand Down Expand Up @@ -197,6 +196,7 @@ check_FMS_WPE_PHP() {
local MSGPREFIX='Check FMS WPE and PHP: '

# Ensure that both WPE and PHP are enabled (only works on FMS14)
#local FMS_SERVER_CONFIG='/Library/FileMaker Server/Admin/conf/server_config.xml'
#local FMSWPEPHP=''
#FMSWPEPHP=`xpath "$FMS_SERVER_CONFIG" '//component[@name="WPE"]//technology[@name="PHP"]//parameter[@name="enabled"]/text()' 2>/dev/null`
#if [ "X${FMSWPEPHP}" != 'Xtrue' ]; then
Expand Down
2 changes: 1 addition & 1 deletion lib/RESTfm/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Version static class to hold release version.
*/
class Version {
private static $_release = '4.0.4';
private static $_release = '4.0.5';
private static $_revision = '%%REVISION%%';
private static $_protocol = '5'; // Bump this when REST API changes.

Expand Down

0 comments on commit 2f3474b

Please sign in to comment.