diff --git a/README.md b/README.md index 37923a7..0be0de8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To run the integration tests, you need to have a running MediaWiki instance. The to the `LocalSettings.php` of your MediaWiki. -By default, the tests will use the URL `http://localhost/w/api.php` as the API endpoint. If you have a different URL (e.g. `http://localhost:8080/w/api.php`), you need to configure the URL as an environemnt variable before running the tests. Example: +By default, the tests will use the URL `http://localhost/w/api.php` as the API endpoint. If you have a different URL (e.g. `http://localhost:8080/w/api.php`), you need to configure the URL as an environment variable before running the tests. Example: export MEDIAWIKI_API_URL='http://localhost:8080/w/api.php' diff --git a/RELEASENOTES.md b/RELEASENOTES.md index faebaab..fa8a68a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,6 @@ # Release Notes -## Unreleased +## Version 3.0 (23 October 2021) - Installable with 7.4+ (including PHP8) - Typing added throughout