Skip to content

Commit 41928a7

Browse files
committed
Document changes, raise version number
1 parent aaa4287 commit 41928a7

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Version 2.6-alpha1 ()
22
------------------------------------------------------------------------
33

4+
* Update bundled avatar plugin: Fix gravatar image fetching, remove
5+
defunct options for identica and twitter avatars, and clean up
6+
documentation,
7+
48
* PHP 8.4 fix: Remove deprecated constant E_STRICT
59

610
* PHP 8 compatibility fixes for bundled XML/RPC.php

plugins/serendipity_event_gravatar/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 2.0:
2+
------------------------------------------------------------------------
3+
* Fix gravatar: Avatars could not be fetched
4+
* Remove the defunct avatar options identica and twitter
5+
* Reimplement favatar and pavatar options for better reliability
6+
* Update wavatar generator
7+
* Update documentation and translation
8+
* Additional fixes for PH 8 compatibility
9+
110
Version 1.63.1:
211
------------------------------------------------------------------------
312
* PHP 8 compatibility

plugins/serendipity_event_gravatar/serendipity_event_gravatar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@serendipity_plugin_api::load_language(dirname(__FILE__));
99

1010
// Actual version of this plugin
11-
@define('PLUGIN_EVENT_GRAVATAR_VERSION', '1.63.1');
11+
@define('PLUGIN_EVENT_GRAVATAR_VERSION', '2.0');
1212

1313
// Defines the maximum available method slots in the configuration.
1414
@define('PLUGIN_EVENT_GRAVATAR_METHOD_MAX', 6);

0 commit comments

Comments
 (0)