Version Description
- Cleaning plugin folder - smaller
Download this release
Release Info
Developer | Minor |
Plugin | Simple Google reCAPTCHA |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.2
- readme.txt +4 -1
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
- screenshot-3.jpg +0 -0
- screenshot-4.jpg +0 -0
- screenshot-5.jpg +0 -0
- simple-google-recaptcha.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: Minor
|
|
4 |
Tags: recaptcha, spam protect, block spam, google captcha
|
5 |
Requires at least: 4.3.0
|
6 |
Tested up to: 4.5.3
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -50,6 +50,9 @@ No answers yet.
|
|
50 |
|
51 |
== Changelog ==
|
52 |
|
|
|
|
|
|
|
53 |
= 1.1 =
|
54 |
* Text correction
|
55 |
* Fixed post comment when user is logged in
|
4 |
Tags: recaptcha, spam protect, block spam, google captcha
|
5 |
Requires at least: 4.3.0
|
6 |
Tested up to: 4.5.3
|
7 |
+
Stable tag: 1.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
50 |
|
51 |
== Changelog ==
|
52 |
|
53 |
+
= 1.2 =
|
54 |
+
* Cleaning plugin folder - smaller
|
55 |
+
|
56 |
= 1.1 =
|
57 |
* Text correction
|
58 |
* Fixed post comment when user is logged in
|
screenshot-1.jpg
DELETED
Binary file
|
screenshot-2.jpg
DELETED
Binary file
|
screenshot-3.jpg
DELETED
Binary file
|
screenshot-4.jpg
DELETED
Binary file
|
screenshot-5.jpg
DELETED
Binary file
|
simple-google-recaptcha.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Plugin Name: Simple Google reCAPTCHA
|
4 |
* Description: Simply protect your WordPress from spam, thanks to Google reCAPTCHA!
|
5 |
-
* Version: 1.
|
6 |
* Author: Michal Novák
|
7 |
* Author URI: https://www.novami.cz
|
8 |
* License: GPL3
|
2 |
/*
|
3 |
* Plugin Name: Simple Google reCAPTCHA
|
4 |
* Description: Simply protect your WordPress from spam, thanks to Google reCAPTCHA!
|
5 |
+
* Version: 1.2
|
6 |
* Author: Michal Novák
|
7 |
* Author URI: https://www.novami.cz
|
8 |
* License: GPL3
|