Ubiquity v2.0.11 Release Notes

Release Date: 2019-03-14 // about 5 years ago
  • โž• Added

    • Rest JsonAPI implementation
      • JsonApiRestController class
    • methods in UCookie
      • exists: Tests the existence of a cookie
      • setRaw: Sends a raw cookie without urlencoding the cookie value
    • method in UResponse
      • enableCORS: enables globaly CORS for a domain (this was possible before by using setAccessControl* methods)

    ๐Ÿ”„ Changed

    • method set in UCookie (parameters $secure & $httpOnly added)

    ๐Ÿ›  Fixed