CardDAV MIddleware UI v1.1.1
For users coming from previous versions: This is only for developers and is not the FreePBX module, download moved here (more info)
- Fixed issue #13 by correctly handling SSL when available
- Implemented common mail field now available from framework itself
- Correctly handle dependency owerwrite/minimum versions in build script
Plus all the additions from v1.1.0:
- Added welcome UI to instruct user on the usage of the module
- Improved compatibility with superfecta 16.0.27 and up in Auto Configure
- Add new GET option for XML Phonebook to request a specific one via the query string
- Prevented numbertocnam.php and carddavtoxml.php to be cached by your devices
- Add function in utilities.php to check against URLs
- Check URL of phonebook in setup and report any connection error should happen
- Improved numbertocnam.php outputs when number is empty or a GET request was made
- Implemented post_build_hook script that can be provided by your Core when needed (during build)
- Implemented new optional SSL Bypass option for the carddav server
- [CHANGE] CoreInterface::PHONE_TYPES is now an array of strings, you should update your code accordingly
- [CHANGE] CoreInterface->getXMLforPhones() now supports type in parameters to allow for GET requests
- [CHANGE] Splitted CoreInterface interfaces into multiple ones so that you core could use specifically what it needs
- Updated many strings and URLs
- Updated styles with many improvements (for accessibility too)