Remove URLs, mail addresses and links from author.

URLs and mail adresses don't belong there and
are currently dead anyway.

Links will no longer be shown in the next
patch release.

Bump versions to propagate.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-03-23 18:01:22 +01:00
parent 1d9e4d3ede
commit b0859ac48d
9 changed files with 18 additions and 10 deletions

View file

@ -34,8 +34,8 @@ class serendipity_event_backend extends serendipity_event {
'php' => '4.1.0'
));
$propbag->add('version', '0.6.1');
$propbag->add('author', 'Alexander \'dma147\' Mieland, http://blog.linux-stats.org, dma147@linux-stats.org');
$propbag->add('version', '0.6.2');
$propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false);
$propbag->add('event_hooks', array(
'external_plugin' => true

View file

@ -1,3 +1,5 @@
0.15.1: Removed (dead) URL and mail address from author field.
0.15: Added German translation.
0.14: Adapt backend to 2.x (yellowled)

View file

@ -33,8 +33,8 @@ class serendipity_event_backup extends serendipity_event {
'php' => '4.1.0'
));
$propbag->add('version', '0.15');
$propbag->add('author', 'Alexander \'dma147\' Mieland, http://blog.linux-stats.org, dma147@linux-stats.org');
$propbag->add('version', '0.15.1');
$propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false);
$propbag->add('event_hooks', array(
'frontend_footer' => true,

View file

@ -1,3 +1,4 @@
0.38.5: Removed (dead) URL and mail address from author field.
0.38.3: Added legal gdpr/dsgvo info
0.38.2

View file

@ -53,8 +53,8 @@ class serendipity_event_forum extends serendipity_event {
'php' => '4.1.0'
));
$propbag->add('version', '0.38.4');
$propbag->add('author', 'Alexander \'dma147\' Mieland, http://blog.linux-stats.org, dma147@linux-stats.org');
$propbag->add('version', '0.38.5');
$propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false);
$propbag->add('event_hooks', array(
'entries_header' => true,

View file

@ -1,3 +1,4 @@
1.4.3: Remove hyperlink from author field.
1.4.2: Added legal gdpr/dsgvo info
1.4.0 (fishnix):

View file

@ -20,8 +20,8 @@ class serendipity_event_google_analytics extends serendipity_event {
$propbag->add ('name', PLUGIN_EVENT_GOOGLE_ANALYTICS_NAME);
$propbag->add ('description', PLUGIN_EVENT_GOOGLE_ANALYTICS_DESC);
$propbag->add ('stackable', false);
$propbag->add ('author', '<a href="https://github.com/kleinerChemiker" target="_blank">kleinerChemiker</a>');
$propbag->add ('version', '1.4.2');
$propbag->add ('author', 'kleinerChemiker');
$propbag->add ('version', '1.4.3');
$propbag->add ('requirements', array ('serendipity' => '0.8', 'smarty' => '2.6.7', 'php' => '4.1.0' ));
$propbag->add ('groups', array ('STATISTICS' ));
$propbag->add ('cachable_events', array ('frontend_display' => true ));

View file

@ -1,3 +1,7 @@
1.0.2
---
# Removed hyperlink from author field.
1.0.1
----
# Vulnerability fixed.

View file

@ -22,8 +22,8 @@ class serendipity_event_proxy_realip extends serendipity_event {
$propbag->add('name', PLUGIN_EVENT_PROXY_REALIP_NAME);
$propbag->add('description', PLUGIN_EVENT_PROXY_REALIP_DESC);
$propbag->add('stackable', false);
$propbag->add('author', '<a href="http://blog.kleinerChemiker.net/" target="_blank">kleinerChemiker</a>');
$propbag->add('version', '1.0.1');
$propbag->add('author', 'kleinerChemiker');
$propbag->add('version', '1.0.2');
$propbag->add('requirements', array('serendipity' => '1.6.2', 'smarty' => '2.6.7', 'php' => '5.3.0'));
$propbag->add('groups', array('BACKEND_FEATURES'));
$propbag->add('event_hooks', array('frontend_configure' => true));