From 695e5b844b69769016ebe5a6d60c4ae8ac1edff0 Mon Sep 17 00:00:00 2001 From: Der Mundschenk & Compagnie Date: Sun, 9 Sep 2018 15:53:55 +0200 Subject: [PATCH] Update CHANGELOG and README for 2.0.2 --- CHANGELOG.md | 3 +++ avatar-privacy.php | 2 +- readme.txt | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a01939d..c9c955b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.2 (2018-09-09) +* _Bugfix_: Updated included libraries for improved compatibility with other plugins. + ## 2.0.1 (2018-08-16) * _Bugfix_: The plugin no longer fails with a fatal error on PHP 5.6 (accidentally introduced in 2.0.0). diff --git a/avatar-privacy.php b/avatar-privacy.php index cf6d104b..2531dcfc 100644 --- a/avatar-privacy.php +++ b/avatar-privacy.php @@ -29,7 +29,7 @@ * Description: Adds options to enhance the privacy when using avatars. * Author: Peter Putzer * Author URI: https://code.mundschenk.at - * Version: 2.0.1 + * Version: 2.0.2 * License: GNU General Public License v2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: avatar-privacy diff --git a/readme.txt b/readme.txt index 7d4e457e..aa66cdde 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: gravatar, avatar, privacy, bbpress Requires at least: 4.6 Requires PHP: 5.6 Tested up to: 4.9 -Stable tag: 2.0.1 +Stable tag: 2.0.2 License: GPLv2 or later Enhances the privacy of your users and visitors with gravatar opt-in and local avatars. @@ -134,6 +134,9 @@ The default avatar image is set to the mystery man if you selected one of the ne == Changelog == += 2.0.2 (2018-09-09) = +* _Bugfix_: Updated included libraries for improved compatibility with other plugins. + = 2.0.1 (2018-08-16) = * _Bugfix_: The plugin no longer fails with a fatal error on PHP 5.6 (accidentally introduced in 2.0.0).