forked from s9y/additional_plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
9 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters