You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,24 @@ 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
7
## [Unrelease]
8
+
- Nothing
9
+
10
+
## [2.3.0] 2019-08-01
8
11
### Added
9
12
-`multi databases` feature on a [proposal](https://github.com/phpMv/ubiquity/issues/60) from [@Gildonei](https://github.com/gildonei)
10
13
### Changed
11
14
-`Startup` class optimization
12
15
13
16
#### Breaking change possible
14
-
- Database startup with `DAO::startDatabase($config)` in `services.php` file is useless.
17
+
Induced by multi database functionality:
18
+
- Database startup with `DAO::startDatabase($config)` in `services.php` file is useless, no need to start the database, the connection is made automatically at the first request.
15
19
- Use `DAO::start()` in `services.php` file when using several databases (with `multi db` feature)
16
-
- For optimization reasons, the classes used only in development (common to devtools and webtools) have been relocated in the `phpmv/ubiquity-dev` package.
20
+
21
+
For optimization reasons:
22
+
- the classes used only in development (common to devtools and webtools) have been relocated in the [phpmv/ubiquity-dev](https://github.com/phpMv/ubiquity-dev) package.
23
+
24
+
#### Migration
25
+
- Update devtools: ``composer global update``
17
26
18
27
### Fixed
19
28
- route caching pb for routes with variables (no open issue)
0 commit comments