Skip to content

Commit

Permalink
FMS15 detection and OSX installer update.
Browse files Browse the repository at this point in the history
  • Loading branch information
gav- committed Jun 11, 2016
1 parent adec787 commit ad81683
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.0.4 (Released 2016-06-11) ###
- FileMaker Server 15 detection.
- Update Mac OS X installer for FMS 15.

### 4.0.3 (Released 2016-05-18) ###
- Improve SSL instructions in report page.

Expand Down
2 changes: 1 addition & 1 deletion contrib/install-RESTfm.OSX/shared-functions
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ check_FMSVersion() {
fi
log_success_msg "$MSGPREFIX $FMS_VERSION"
;;
'14')
'14'|'15')
log_success_msg "$MSGPREFIX $FMS_VERSION"
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion lib/RESTfm/diagnostic_checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// Note: Files are carefully selected to capture changes from the
// version preceding it.
$fmsFileMap = array (
'FileMaker/Error/sv.php' => '82ac207c77fb95ead1d9fbdcd49c28ff:14',
'FileMaker/Error/sv.php' => '82ac207c77fb95ead1d9fbdcd49c28ff:14, 15',
'FileMaker/Implementation/Command/EditImpl.php' => 'e55064465260f2a4e1c0049abc77e90d:13',
'FileMaker/Implementation/FileMakerImpl.php' => '344a84eafa71167103dbfa3927f3d13e:12',
'FileMaker/Implementation/FileMakerImpl.php' => '5a526472505610de33affefc5df92f6a:11',
Expand Down

0 comments on commit ad81683

Please sign in to comment.