Skip to content

v2.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@aryaei2000 aryaei2000 released this 16 Jan 10:01
· 253 commits to master since this release

Change Log:

  • Update to CI 4.3 with composer dependencies. (ceaa1ad)
  • Deleted old CI test files. (c33fee1)
  • Created unit test classes.
  • Added DeleteDirectory() to FileMan class. (ae73b55)
  • Made basePath nullable in constructor signature. (6d253d8)
  • Changed canvas width in portal. (00e6f1a)
  • Re-ordered constructor logic in UploadFileMan class. (30162f7)
  • Removed getFileStack() from UploadFileMan class. (9183b89)
  • Improved getMaximumAllowedUploadSize(). (82969ce)
  • Added return type to GetAllowedDataFileFormats(). (d023bcc)
  • Removed SaveAll() from UploadFileMan class. (88c33d7)
  • Created QueryGeneretaor class to create Beacon V2 queries. (3ee9a3d)
  • Replaced deprecated model instances with data adapter class instances. (ea6736b)
  • Added App path to psr-4 autoload. (d1f93a1)
  • Added _remap() to pass network key to endpoints. (6b620c6)
  • Added Date Time type for attributes and automatic recognition of it.
  • Added logic to delete user interface index upon source deletion. (de97d92)
  • Added logic to make sure network indices get updated in case sources get modified. (92580bf)

Bug Fix:

  • Various bugs in InsertPort() function. (94cc80b)
  • Added a conditional to throw exception on a failed decryption. (aa5bf4f)
  • Fixed a bug in formatting sizes over a GB. (d441ad3)
  • Fixed return message in getPostAuthenticanPolicy(). (e940e0d)
  • Fixed logic in GetFileMimeType() and getMimeType(). (2fc4c76)
  • Fixed logic in GetFileExtension() and getExtension(). (4b44cfe)
  • Fixed a bug in closing file handles. (d38a740)
  • Fixed the logic for handle destruction in isValid(). (369c4bb)
  • Fixed extension filters for non recursive mode. (b81be91)
  • Fixed side effect for returning files in getFiles. (35e47f7)
  • Fixed path concatenation in Save(). (e569f73)
  • Fixed bugs in reading attribute properties. (5f9b7f4)
  • Added reference to NullEntity in ValueFactory class.(14358b5)
  • Fixed a bug in loaded users associated with a group. (2577167)