File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
-
8
7
## [ Unrelease]
8
+ - Nothing
9
+
10
+ ## [ 2.3.4] 2020-03-23
9
11
### Added
10
12
- ` updateGroups ` method for batch updates (mysql bulks)
11
13
- Aditional fields in queries Fixes [ #83 ] ( https://github.com/phpMv/ubiquity/issues/83 )
12
14
- ** Composer** part in webTools
13
15
### Updated
14
16
- PostgreSQL PDO Driver created for PostgreSQL Database Support Fixes [ #98 ] ( https://github.com/phpMv/ubiquity/issues/98 )
15
17
- Sqlite PDO Driver created for SQLite Database Support Fixes [ #90 ] ( https://github.com/phpMv/ubiquity/issues/90 )
18
+ ### Fixed
19
+ - ` @id ` column name pb [ #107 ] ( https://github.com/phpMv/ubiquity/issues/107 )
20
+ - [ REST] with POST method returns 500 error, and 'controllers/rest' class not found [ #89 ] ( https://github.com/phpMv/ubiquity/issues/89 )
16
21
## [ 2.3.3] 2020-01-25
17
22
### Added
18
23
- mailer module see https://github.com/phpMv/ubiquity-mailer
You can’t perform that action at this time.
0 commit comments