Version Description
Fixing repository issues
Download this release
Release Info
Developer | mihche |
Plugin | WPBruiser {no- Captcha anti-Spam} |
Version | 3.0.9 |
Comparing to | |
See all releases |
Code changes from version 3.0.8 to 3.0.9
- goodbye-captcha.php +2 -2
- readme.txt +3 -3
goodbye-captcha.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* Plugin Name: WPBruiser
|
11 |
* Plugin URI: http://www.wpbruiser.com
|
12 |
* Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
|
13 |
-
* Version: 3.0.
|
14 |
* Author: Mihai Chelaru
|
15 |
* Author URI: http://www.wpbruiser.com
|
16 |
* Text Domain: wp-bruiser
|
@@ -22,7 +22,7 @@ if(!class_exists('GoodByeCaptcha', false))
|
|
22 |
{
|
23 |
class GoodByeCaptcha
|
24 |
{
|
25 |
-
CONST PLUGIN_VERSION = '3.0.
|
26 |
CONST PLUGIN_SHORT_CODE = 'wpbr';
|
27 |
CONST PLUGIN_SLUG = 'wp-bruiser';
|
28 |
CONST PLUGIN_NAME = 'WPBruiser';
|
10 |
* Plugin Name: WPBruiser
|
11 |
* Plugin URI: http://www.wpbruiser.com
|
12 |
* Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
|
13 |
+
* Version: 3.0.9
|
14 |
* Author: Mihai Chelaru
|
15 |
* Author URI: http://www.wpbruiser.com
|
16 |
* Text Domain: wp-bruiser
|
22 |
{
|
23 |
class GoodByeCaptcha
|
24 |
{
|
25 |
+
CONST PLUGIN_VERSION = '3.0.9';
|
26 |
CONST PLUGIN_SHORT_CODE = 'wpbr';
|
27 |
CONST PLUGIN_SLUG = 'wp-bruiser';
|
28 |
CONST PLUGIN_NAME = 'WPBruiser';
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== WPBruiser {no-Captcha anti-Spam} ===
|
2 |
Contributors: mihche
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVC3TSGEJQP2U
|
4 |
Tags: antispam, anti-spam, spam, captcha, mailpoet, antispambot, brute force, comment spam, jetpack contact form, contact form 7, ninja forms, formidable forms, wp bruiser
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -196,7 +196,7 @@ Fixed WordPress.org repository issues
|
|
196 |
|
197 |
== Changelog ==
|
198 |
|
199 |
-
= 3.0.
|
200 |
Fixing repository issues
|
201 |
|
202 |
= 3.0.7 =
|
1 |
+
=== WPBruiser {no- Captcha anti-Spam} ===
|
2 |
Contributors: mihche
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVC3TSGEJQP2U
|
4 |
Tags: antispam, anti-spam, spam, captcha, mailpoet, antispambot, brute force, comment spam, jetpack contact form, contact form 7, ninja forms, formidable forms, wp bruiser
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 3.0.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
196 |
|
197 |
== Changelog ==
|
198 |
|
199 |
+
= 3.0.9 =
|
200 |
Fixing repository issues
|
201 |
|
202 |
= 3.0.7 =
|