diff --git a/CHANGELOG.md b/CHANGELOG.md index 076cb246e..334d2ab7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [2.2.14] 2019-06-14; +### Fixed +- remove left-over `%WP_URL%` from generated configuration files when runnin `codecept init wpbrowsre` and replace it with `%TEST_SITE_WP_URL%` (thanks @HendrikRoehm) + ## [2.2.13] 2019-06-13; ### Fixed - when the `WPLoader` module is set to `loadOnly` mode and used in conjunction with a `*Db` module delay its load after all other modules ran their `_beforeSuite` action; this tackles an issue only partially resolved in `2.2.8` (thanks @Luc45) @@ -902,7 +906,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Reference to ModuleConfigException class in WPLoader class. -[unreleased]: https://github.com/lucatume/wp-browser/compare/2.2.13...HEAD +[unreleased]: https://github.com/lucatume/wp-browser/compare/2.2.14...HEAD +[2.2.14]: https://github.com/lucatume/wp-browser/compare/2.2.13...2.2.14: [2.2.13]: https://github.com/lucatume/wp-browser/compare/2.2.12...2.2.13: [2.2.12]: https://github.com/lucatume/wp-browser/compare/2.2.11...2.2.12: [2.2.11]: https://github.com/lucatume/wp-browser/compare/2.2.10...2.2.11: