Skip to content

Commit 53e8778

Browse files
committed
Merge branch 'master' of https://github.com/phpMv/ubiquity
2 parents df04161 + c53999f commit 53e8778

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unrelease]
8+
- Nothing
9+
10+
## [2.3.0] 2019-08-01
811
### Added
912
- `multi databases` feature on a [proposal](https://github.com/phpMv/ubiquity/issues/60) from [@Gildonei](https://github.com/gildonei)
1013
### Changed
1114
- `Startup` class optimization
1215

1316
#### 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.
1519
- 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``
1726

1827
### Fixed
1928
- route caching pb for routes with variables (no open issue)

0 commit comments

Comments
 (0)