Version Description
Download this release
Release Info
Developer | vinoj.cardoza |
Plugin | Captcha Code |
Version | 2.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.6 to 2.6.1
- readme.txt +4 -1
- wpCaptcha.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: vinoj.cardoza
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vinoj%2ecardoza%40gmail%2ecom¤cy_code=GBP&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
|
4 |
Tags: captcha, captcha code, wordpress, wordpress captcha, captcha for wordpress, form captcha, forms captcha, captcha security, security
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
|
@@ -71,6 +71,9 @@ Uninstalling is as simple as deactivating the plugin.
|
|
71 |
|
72 |
== Change Log ==
|
73 |
|
|
|
|
|
|
|
74 |
= Version 2.6 =
|
75 |
* Settings menu moved uner 'Settings'
|
76 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vinoj%2ecardoza%40gmail%2ecom¤cy_code=GBP&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
|
4 |
Tags: captcha, captcha code, wordpress, wordpress captcha, captcha for wordpress, form captcha, forms captcha, captcha security, security
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.5.3
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
|
71 |
|
72 |
== Change Log ==
|
73 |
|
74 |
+
= Version 2.6.1 =
|
75 |
+
* Tested compatibility with Wordpress version 4.5.3
|
76 |
+
|
77 |
= Version 2.6 =
|
78 |
* Settings menu moved uner 'Settings'
|
79 |
|
wpCaptcha.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Captcha Code
|
4 |
-
Plugin URI: http://www.vinojcardoza.com/
|
5 |
Description: Adds Captcha Code anti-spam methods to User front-end WordPress forms.
|
6 |
Version: 2.6.1
|
7 |
Author: Vinoj Cardoza
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Captcha Code
|
4 |
+
Plugin URI: http://www.vinojcardoza.com/captcha-code-authentication/
|
5 |
Description: Adds Captcha Code anti-spam methods to User front-end WordPress forms.
|
6 |
Version: 2.6.1
|
7 |
Author: Vinoj Cardoza
|