From 5f5d809b1089ee7e5c04f45d01dc7f292c5e16f4 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 3 Apr 2018 11:21:25 +0200 Subject: [PATCH] upport --- plugins/serendipity_event_gravatar/ChangeLog | 4 ++++ .../serendipity_event_gravatar/serendipity_event_gravatar.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/serendipity_event_gravatar/ChangeLog b/plugins/serendipity_event_gravatar/ChangeLog index 0978ca59..b781e018 100644 --- a/plugins/serendipity_event_gravatar/ChangeLog +++ b/plugins/serendipity_event_gravatar/ChangeLog @@ -1,3 +1,7 @@ +Version 1.62.2: +------------------------------------------------------------------------ + * Add legal information to be used by serendipity_event_dsgvo_gpdr + Version 1.62.1: ------------------------------------------------------------------------ * Remove defunct mybloglog diff --git a/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php b/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php index e3e8fc27..b63c5115 100755 --- a/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php +++ b/plugins/serendipity_event_gravatar/serendipity_event_gravatar.php @@ -8,7 +8,7 @@ if (IN_serendipity !== true) { @serendipity_plugin_api::load_language(dirname(__FILE__)); // Actual version of this plugin -@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.62.1'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :) +@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.62.2'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :) // Defines the maximum available method slots in the configuration. @define('PLUGIN_EVENT_GRAVATAR_METHOD_MAX', 6);