From 8a42b3fc75237d86b7af8ab97c9350982ba10f55 Mon Sep 17 00:00:00 2001 From: BenceSzalai Date: Sun, 29 Nov 2020 13:03:02 +0100 Subject: [PATCH] Updated: CHANGELOG.md, composer.json --- CHANGELOG.md | 8 +++++++- composer.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91887f5..6aa9cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased v2] +## [2.1.2] - 2020-11-29 +### Improved +- Constructor can now be called without passing the global `$wpdb`, it'll be used by default. + ## [2.1.1] - 2020-11-29 ### Improved - The logging table size limiter caused slow logging once the limit was reached, due to the overhead of truncating the table after every row written. This is now fixed by doing the truncations in batches. @@ -65,7 +69,9 @@ V1 is continued to be updated for continued support for Monolog v1 and PHP versi No changelog had been maintained up to this point. Refer to the GIT commit history for more details. -[Unreleased v2]: https://github.com/bradmkjr/monolog-wordpress/compare/2.1.0...HEAD +[Unreleased v2]: https://github.com/bradmkjr/monolog-wordpress/compare/2.1.2...HEAD +[2.1.2]: https://github.com/bradmkjr/monolog-wordpress/tree/2.1.2 +[2.1.1]: https://github.com/bradmkjr/monolog-wordpress/tree/2.1.1 [2.1.0]: https://github.com/bradmkjr/monolog-wordpress/tree/2.1.0 [2.0.1]: https://github.com/bradmkjr/monolog-wordpress/tree/2.0.1 [2.0.0]: https://github.com/bradmkjr/monolog-wordpress/tree/2.0.0 diff --git a/composer.json b/composer.json index 9c50f4b..fbd460b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["wordpress", "log", "logging", "monolog", "mysql", "database"], "homepage": "https://github.com/bradmkjr/monolog-wordpress", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "authors": [ { "name": "Bradford Knowlton",