Skip to content

Commit

Permalink
Remove URLs, mail addresses and links from author.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
th-h committed Mar 23, 2020
1 parent 1d9e4d3 commit b0859ac
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions serendipity_event_backend/serendipity_event_backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function introspect(&$propbag) {
'php' => '4.1.0'
));

$propbag->add('version', '0.6.1');
$propbag->add('author', 'Alexander \'dma147\' Mieland, http://blog.linux-stats.org, [email protected]');
$propbag->add('version', '0.6.2');
$propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false);
$propbag->add('event_hooks', array(
'external_plugin' => true
Expand Down
2 changes: 2 additions & 0 deletions serendipity_event_backup/ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions serendipity_event_backup/serendipity_event_backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function introspect(&$propbag) {
'php' => '4.1.0'
));

$propbag->add('version', '0.15');
$propbag->add('author', 'Alexander \'dma147\' Mieland, http://blog.linux-stats.org, [email protected]');
$propbag->add('version', '0.15.1');
$propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false);
$propbag->add('event_hooks', array(
'frontend_footer' => true,
Expand Down
1 change: 1 addition & 0 deletions serendipity_event_forum/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions serendipity_event_forum/serendipity_event_forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function introspect(&$propbag) {
'php' => '4.1.0'
));

$propbag->add('version', '0.38.4');
$propbag->add('author', 'Alexander \'dma147\' Mieland, http://blog.linux-stats.org, [email protected]');
$propbag->add('version', '0.38.5');
$propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false);
$propbag->add('event_hooks', array(
'entries_header' => true,
Expand Down
1 change: 1 addition & 0 deletions serendipity_event_google_analytics/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.4.3: Remove hyperlink from author field.
1.4.2: Added legal gdpr/dsgvo info

1.4.0 (fishnix):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function introspect(&$propbag) {
$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 ));
Expand Down
4 changes: 4 additions & 0 deletions serendipity_event_proxy_realip/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.2
---
# Removed hyperlink from author field.

1.0.1
----
# Vulnerability fixed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function introspect(&$propbag) {
$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));
Expand Down

0 comments on commit b0859ac

Please sign in to comment.