Ubiquity v2.3.13 Release Notes
Release Date: 2020-12-11 // 3 months ago-
โ Added
- ACL Manager in ubiquity-acl repository
๐ Fixed
- โก๏ธ Update php version in composer.json for php 8
- DAOUqueries pb with parentheses in condition
- Password hash algo type (no open issue)
- ๐ฒ DB Logging omitted (no open issue)
Previous changes from v2.3.12
-
โ Added
- Named db statements for async platforms
- Rest events on insert and update
BEFORE_INSERT = 'rest.before.insert'
andBEFORE_UPDATE = 'rest.before.update'
insertGroups
method (inserts in an implicit transaction)quote
options for PDO wrappers- ๐ท
ApplicationStorage
for global variables with async platforms (Swoole, Workerman, ngx_php...)
๐ Fixed
- ๐ [orm]
oneToMany
andmanyToMany
loading pb with 2.3.11 version see #145
โ Tests
- โ Adding tests
- increase of coverage to 73%.