All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added Note on the README.md regarding changes to the HomeURL configuration made as of FileMaker 19.4.1
- Updated the filename of all CSS files from styles.css to custom.css due to FM 19.4.x redirect bug.
- Updated bowser parser to accept either false or undefined.
- Adjusted minimum browser requirements text for FileMaker 19 basic.
- Added FileMaker 18 basic and form versions, verified form bug is still present in FileMaker 18.
- Added FileMaker 19 basic and form versions, verified form bug is fixed in FileMaker 19.
- Updated browser detection to Bowser 2 for FileMaker 18 & 19 due to new browser requirements.
- Updated URL's for claris.com for some URLs.
- Updated Copyright.
- Moved changelog to its own markdown file using the Keep a Changelog format.
- Added an optional JavaScript to force HTTPS for servers that allow the user to access HTTP and HTTPS versions of the site.
- Added Login Form version of custom login screens for FileMaker 16 and 17.
- Added example screenshots for how screens can look on a web server.
- Added Internet Explorer 10 & 11 in Compatibility Mode error message.
- Adjusted for EdgeHTML Version on browser check vs display of Edge Browser Version; Added FM 17 Info
- Created FileMaker specific version specific folders called: mysolution13, mysolution14, mysolution15, mysolution16-basic.
- Added Browser Detection https://github.com/lancedikson/bowser
- Updated for FileMaker 16 changes to WebDirect URL Structure
- Updated Copyright
- Removed the mysolution folder.
- Removed Browser Detection https://github.com/darcyclarke/Detect.js due to no longer being maintained
- Version 1.3: 03/23/2016 - Added JavaScript Browser Detection to help prevent browsers not compatible with WebDirect from using it
- Version 1.2: 03/09/2016 - Added Meta Tags for Caching and Robots
- Moved Styles to their own styles.css file
- Addition of JavaScript Redirect to index.html
- Initial Creation and deployment