Skip to content

Commit a20febe

Browse files
committed
Merge pull request #6 from pluginkollektiv/milestone/v1.3.8-administrative-updates
v1.3.9 administrative updates
2 parents c7e5359 + 71b8429 commit a20febe

7 files changed

+307
-126
lines changed

readme.txt README.md

+64-58
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
=== AntiVirus ===
2-
Contributors: sergej.mueller
3-
Tags: antivirus, malware, scanner, phishing, safe browsing, vulnerability
4-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZAQUT9RLPW8QN
5-
Requires at least: 3.8
6-
Tested up to: 4.2.2
7-
Stable tag: trunk
8-
License: GPLv2 or later
9-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1+
# AntiVirus #
2+
* Contributors: pluginkollektiv
3+
* Tags: antivirus, malware, scanner, phishing, safe browsing, vulnerability
4+
* Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ
5+
* Requires at least: 3.8
6+
* Tested up to: 4.3
7+
* Stable tag: trunk
8+
* License: GPLv2 or later
9+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

1111

12+
Security plugin to protect your blog or website against exploits and spam injections.
1213

13-
Useful plugin that will scan your theme templates for malicious injections. Automatically. Every day. For more blog security.
1414

15+
## Description ##
16+
*AntiVirus for WordPress* is a easy-to-use, safe tool to harden your WordPress site against exploits, malware and spam injections.
17+
You can configure *AntiVirus* to perform an automated daily scan of your theme files and database tables. If the plugin happens to detect any suspicious code injections, it will send out a notification to a previously configured e-mail address.
1518

19+
In case your WordPress site has been hacked, *AntiVirus* will help you to become aware of the problem very quickly in order for you to take immediate action.
1620

17-
== Description ==
1821

19-
= Scan & Notify =
20-
*AntiVirus for WordPress* is a easy and safe tool to protect your blog install against exploits, malware and spam injections. Scan your templates now!
21-
22-
23-
= Features =
22+
### Features ###
2423
* Virus alert in the admin bar
2524
* Cleaning up after plugin removal
2625
* Translations into many languages​​
@@ -32,108 +31,118 @@ Useful plugin that will scan your theme templates for malicious injections. Auto
3231
* Optional: Google Safe Browsing for malware and phishing monitoring.
3332

3433

35-
= Requirements =
36-
* PHP 5.1
37-
* WordPress 3.8
38-
34+
> #### Auf Deutsch? ####
35+
> Für eine ausführliche Dokumentation besuche bitte das [AntiVirus-Wiki](https://github.com/pluginkollektiv/antivirus/wiki).
36+
>
37+
> **Community-Support auf Deutsch** erhältst du in einem der [deutschsprachigen Foren](https://de.forums.wordpress.org/forum/plugins); im [Plugin-Forum für AntiVirus](https://wordpress.org/support/plugin/antivirus) wird, wie in allen Plugin-Foren auf wordpress.org, ausschließlich **Englisch** gesprochen.
3938
40-
= Donation =
41-
* [Flattr](https://flattr.com/t/1322865)
42-
* [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZAQUT9RLPW8QN)
4339

40+
### Languages ###
41+
* English
42+
* German
43+
* German formal
4444

45-
= Documentation =
46-
* [Sicherheit: AntiVirus für WordPress](http://playground.ebiene.de/antivirus-wordpress-plugin/ "AntiVirus für WordPress") (DE)
4745

46+
### Credits ###
47+
* Author: [Sergej Müller](https://sergejmueller.github.io/)
48+
* Maintainers: [pluginkollektiv](http://pluginkollektiv.org/)
4849

49-
= Website =
50-
* [wpantivirus.com](http://wpantivirus.com)
5150

51+
## Installation ##
52+
* If you don’t know how to install a plugin for WordPress, [here’s how](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
5253

53-
= Author =
54-
* [Twitter](https://twitter.com/wpseo)
55-
* [Google+](https://plus.google.com/110569673423509816572)
56-
* [Plugins](http://wpcoder.de)
54+
### Requirements ###
55+
* PHP 5.2.4 or greater
56+
* WordPress 3.8 or greater
5757

58+
## Frequently Asked Questions ##
5859

60+
### Will AntiVirus protect my site from being hacked? ###
61+
Not literally “protect from”. The plugin’s purpose is to _detect_ any “hack” that has already happened and enable you to take immediate action upon it.
5962

6063

61-
== Changelog ==
64+
## Changelog ##
65+
### 1.3.9 ###
66+
* generated a POT file
67+
* added German formal translation
68+
* updated, translated + formatted README.md
69+
* updated expired link URLs in plugin and languages files
70+
* updated [plugin authors](https://gist.github.com/glueckpress/f058c0ab973d45a72720)
6271

63-
= 1.3.8 =
72+
### 1.3.8 ###
6473
* Deutsch: Erkennung der [MailPoet-Sicherheitslücke](http://blog.sucuri.net/2014/07/mailpoet-vulnerability-exploited-in-the-wild-breaking-thousands-of-wordpress-sites.html)
6574
* English: Detection and warning for the [MailPoet Vulnerability](http://blog.sucuri.net/2014/07/mailpoet-vulnerability-exploited-in-the-wild-breaking-thousands-of-wordpress-sites.html)
6675

67-
= 1.3.7 =
76+
### 1.3.7 ###
6877
* Deutsch: Aktualisierung auf Safe Browsing Lookup API 3.1
6978
* English: Update the Google Safe Browsing Lookup API to v3.1
7079

71-
= 1.3.6 =
80+
### 1.3.6 ###
7281
* Deutsch: Code-Revision und Datenvalidierung
7382
* English: Code revision and data validation
7483

75-
= 1.3.5 =
84+
### 1.3.5 ###
7685
* Deutsch: Optimierungen für WordPress 3.8
7786
* English: Optimizations for WordPress 3.8
7887

79-
= 1.3.4 =
88+
### 1.3.4 ###
8089
* Deutsch: Benachrichtigung per E-Mail, sobald [Google Safe Browsing](http://en.wikipedia.org/wiki/Google_Safe_Browsing) Malware im Blog erkennt. [Mehr auf Google+](https://plus.google.com/110569673423509816572/posts/H72FFwvna1i)
8190
* English: [Google Safe Browsing](http://en.wikipedia.org/wiki/Google_Safe_Browsing) for malware and phishing monitoring.
8291

83-
= 1.3.3 =
92+
### 1.3.3 ###
8493
* Add inspection for iFrames
8594
* Retina support for teaser and screenshot
8695

87-
= 1.3.2 =
96+
### 1.3.2 ###
8897
* Remove the check for include and require commands (#wpforce)
8998

90-
= 1.3.1 =
99+
### 1.3.1 ###
91100
* Compatibility with WordPress 3.4
92101
* High-resolution plugin icon for retina displays
93102
* Remove icon from the admin sidebar
94103
* System requirements: From PHP 5.0 to PHP 5.1
95104

96-
= 1.3 =
105+
### 1.3 ###
97106
* Xmas Edition
98107

99-
= 1.2 =
108+
### 1.2 ###
100109
* "Virus suspected" alert in the admin bar
101110
* Fix for the manual scan link on dashboard
102111
* More detailed checks for existing malware
103112
* Code adjustments for WordPress 3.3
104113

105-
= 1.1 =
114+
### 1.1 ###
106115
* Testing for templates with empty content
107116
* Minimum requirement upgraded to 2.8 and PHP5
108117
* Code improvements for more speed
109118
* GUI changes
110119

111-
= 1.0 =
120+
### 1.0 ###
112121
* More security checks (Email & Regexp)
113122

114-
= 0.9 =
123+
### 0.9 ###
115124
* Changes for the current WordPress virus
116125

117-
= 0.8 =
126+
### 0.8 ###
118127
* Support for WordPress 3.0
119128
* System requirements: WordPress 2.7
120129
* Code optimization
121130

122-
= 0.7 =
131+
### 0.7 ###
123132
* Advanced templates check
124133

125-
= 0.6 =
134+
### 0.6 ###
126135
* WordPress 2.9 support
127136

128-
= 0.5 =
137+
### 0.5 ###
129138
* Add security scan for the current [WordPress permalink back door](http://mashable.com/2009/09/05/wordpress-attack/ "WordPress permalink back door")
130139
* Software architecture changes
131140

132-
= 0.4 =
141+
### 0.4 ###
133142
* Adds support for WordPress new changelog readme.txt standard
134143
* Various changes for more speed, usability and security
135144

136-
= 0.3 =
145+
### 0.3 ###
137146
* Add alternate e-mail address (admin e-mail address as default)
138147
* Admin notice on dashboard where it has found the virus suspicion
139148
* Added blog URL in e-mail
@@ -143,18 +152,15 @@ Useful plugin that will scan your theme templates for malicious injections. Auto
143152
* Cleanup the source code
144153
* Language support for Persian
145154

146-
= 0.2 =
155+
### 0.2 ###
147156
* Whitelist: Mark the suspicion as "No virus"
148157
* Improving the output formatting
149158
* Add WPlize library for option data
150159
* Language support for Italian
151160

152-
= 0.1 =
161+
### 0.1 ###
153162
* AntiVirus for WordPress goes online
154163

155164

156-
157-
158-
== Screenshots ==
159-
160-
1. WordPress AntiVirus settings
165+
## Screenshots ##
166+
1. WordPress AntiVirus settings

antivirus.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
22
/*
33
Plugin Name: AntiVirus
4+
Description: Security plugin to protect your blog or website against exploits and spam injections.
5+
Author: pluginkollektiv
6+
Author URI: http://pluginkollektiv.org
7+
Plugin URI: https://wordpress.org/plugins/antivirus/
48
Text Domain: antivirus
59
Domain Path: /lang
6-
Description: Security solution as a smart, effectively plugin to protect your blog against exploits and spam injections.
7-
Author: Sergej M&uuml;ller
8-
Author URI: http://wpcoder.de
9-
Plugin URI: http://wpantivirus.com
10-
License: GPLv2 or later
11-
Version: 1.3.8
10+
License: GPLv2 or later
11+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
12+
Version: 1.3.9
1213
*/
1314

1415
/*
@@ -225,8 +226,7 @@ public static function init_row_meta($data, $page)
225226
return array_merge(
226227
$data,
227228
array(
228-
'<a href="https://flattr.com/t/1322865" target="_blank">Flattr</a>',
229-
'<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ZAQUT9RLPW8QN" target="_blank">PayPal</a>'
229+
'<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ" target="_blank">PayPal</a>'
230230
)
231231
);
232232
}
@@ -1287,7 +1287,7 @@ public static function show_admin_menu() {
12871287
<input type="submit" class="button button-primary" value="<?php _e('Save Changes') ?>" />
12881288
</th>
12891289
<td>
1290-
<?php if ( get_locale() == 'de_DE' ) { ?><a href="http://playground.ebiene.de/antivirus-wordpress-plugin/" target="_blank">Handbuch</a> &bull; <?php } ?><a href="https://flattr.com/t/1322865" target="_blank">Flattr</a> &bull; <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=ZAQUT9RLPW8QN" target="_blank">PayPal</a>
1290+
<?php if ( substr( get_locale(), 0, 3 ) === 'de_' ) { ?><a href="https://github.com/pluginkollektiv/antivirus/wiki" target="_blank">Handbuch</a> &bull; <?php } ?><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LG5VC9KXMAYXJ" target="_blank">PayPal</a>
12911291
</td>
12921292
</tr>
12931293
</table>
@@ -1329,4 +1329,4 @@ public static function show_admin_menu() {
13291329
'AntiVirus',
13301330
'uninstall'
13311331
)
1332-
);
1332+
);

lang/antivirus-de_DE.mo

576 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)