Commit 41928a7 1 parent aaa4287 commit 41928a7 Copy full SHA for 41928a7
File tree 3 files changed +14
-1
lines changed
plugins/serendipity_event_gravatar
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Version 2.6-alpha1 ()
2
2
------------------------------------------------------------------------
3
3
4
+ * Update bundled avatar plugin: Fix gravatar image fetching, remove
5
+ defunct options for identica and twitter avatars, and clean up
6
+ documentation,
7
+
4
8
* PHP 8.4 fix: Remove deprecated constant E_STRICT
5
9
6
10
* PHP 8 compatibility fixes for bundled XML/RPC.php
Original file line number Diff line number Diff line change
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
+
1
10
Version 1.63.1:
2
11
------------------------------------------------------------------------
3
12
* PHP 8 compatibility
Original file line number Diff line number Diff line change 8
8
@serendipity_plugin_api::load_language (dirname (__FILE__ ));
9
9
10
10
// Actual version of this plugin
11
- @define ('PLUGIN_EVENT_GRAVATAR_VERSION ' , '1.63.1 ' );
11
+ @define ('PLUGIN_EVENT_GRAVATAR_VERSION ' , '2.0 ' );
12
12
13
13
// Defines the maximum available method slots in the configuration.
14
14
@define ('PLUGIN_EVENT_GRAVATAR_METHOD_MAX ' , 6 );
You can’t perform that action at this time.
0 commit comments