Version Description
Download this release
Release Info
Developer | vinoj.cardoza |
Plugin | Captcha Code |
Version | 2.7 |
Comparing to | |
See all releases |
Code changes from version 2.6.2 to 2.7
- captcha_code_file.php +2 -1
- general_options.php +0 -0
- languages/wpcaptchadomain-ca_CA.mo +0 -0
- languages/wpcaptchadomain-ca_CA.po +0 -0
- languages/wpcaptchadomain-cs_CZ.mo +0 -0
- languages/wpcaptchadomain-cs_CZ.po +0 -0
- languages/wpcaptchadomain-de_DE.mo +0 -0
- languages/wpcaptchadomain-de_DE.po +0 -0
- languages/wpcaptchadomain-es_ES.mo +0 -0
- languages/wpcaptchadomain-es_ES.po +0 -0
- languages/wpcaptchadomain-fa_IR.mo +0 -0
- languages/wpcaptchadomain-fa_IR.po +0 -0
- languages/wpcaptchadomain-fi.mo +0 -0
- languages/wpcaptchadomain-fi.po +0 -0
- languages/wpcaptchadomain-fr_FR.mo +0 -0
- languages/wpcaptchadomain-fr_FR.po +0 -0
- languages/wpcaptchadomain-hu_HU.mo +0 -0
- languages/wpcaptchadomain-hu_HU.po +139 -0
- languages/wpcaptchadomain-nl_NL.mo +0 -0
- languages/wpcaptchadomain-nl_NL.po +0 -0
- languages/wpcaptchadomain-pl_PL.mo +0 -0
- languages/wpcaptchadomain-pl_PL.po +0 -0
- languages/wpcaptchadomain-pt_BR.mo +0 -0
- languages/wpcaptchadomain-pt_BR.po +0 -0
- languages/wpcaptchadomain-pt_PT.mo +0 -0
- languages/wpcaptchadomain-pt_PT.po +0 -0
- languages/wpcaptchadomain-ru_RU.mo +0 -0
- languages/wpcaptchadomain-ru_RU.po +0 -0
- languages/wpcaptchadomain-sk_SK.mo +0 -0
- languages/wpcaptchadomain-sk_SK.po +0 -0
- languages/wpcaptchadomain-sv_SE.mo +0 -0
- languages/wpcaptchadomain-sv_SE.po +0 -0
- languages/wpcaptchadomain-zh_CN.mo +0 -0
- languages/wpcaptchadomain-zh_CN.po +0 -0
- monofont.ttf +0 -0
- public/images/captcha.gif +0 -0
- public/images/form_captcha.gif +0 -0
- readme.txt +16 -66
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- wpCaptcha.php +1 -1
captcha_code_file.php
CHANGED
@@ -5,10 +5,11 @@ session_start();
|
|
5 |
$image_width = 120;
|
6 |
$image_height = 40;
|
7 |
|
|
|
8 |
if(isset($_SESSION['total_no_of_characters']))
|
9 |
$characters_on_image = $_SESSION['total_no_of_characters'];
|
10 |
|
11 |
-
$font = '
|
12 |
|
13 |
//The characters that can be used in the CAPTCHA code.
|
14 |
//avoid confusing characters (l 1 and i for example)
|
5 |
$image_width = 120;
|
6 |
$image_height = 40;
|
7 |
|
8 |
+
$characters_on_image = 6;
|
9 |
if(isset($_SESSION['total_no_of_characters']))
|
10 |
$characters_on_image = $_SESSION['total_no_of_characters'];
|
11 |
|
12 |
+
$font = dirname(__FILE__) . '/monofont.ttf';
|
13 |
|
14 |
//The characters that can be used in the CAPTCHA code.
|
15 |
//avoid confusing characters (l 1 and i for example)
|
general_options.php
CHANGED
File without changes
|
languages/wpcaptchadomain-ca_CA.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-ca_CA.po
CHANGED
File without changes
|
languages/wpcaptchadomain-cs_CZ.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-cs_CZ.po
CHANGED
File without changes
|
languages/wpcaptchadomain-de_DE.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-de_DE.po
CHANGED
File without changes
|
languages/wpcaptchadomain-es_ES.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-es_ES.po
CHANGED
File without changes
|
languages/wpcaptchadomain-fa_IR.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-fa_IR.po
CHANGED
File without changes
|
languages/wpcaptchadomain-fi.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-fi.po
CHANGED
File without changes
|
languages/wpcaptchadomain-fr_FR.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-fr_FR.po
CHANGED
File without changes
|
languages/wpcaptchadomain-hu_HU.mo
ADDED
Binary file
|
languages/wpcaptchadomain-hu_HU.po
ADDED
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wpcaptchadomain\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-10-06 08:00-0000\n"
|
6 |
+
"PO-Revision-Date: 2016-10-19 10:24+0100\n"
|
7 |
+
"Last-Translator: Joran Solyom <falcon@okis.hu>\n"
|
8 |
+
"Language-Team: Joran Solyom <falcon@okis.hu>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;_e;__\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"Language: hu_HU\n"
|
15 |
+
"X-Generator: Poedit 1.8.8\n"
|
16 |
+
"X-Poedit-SearchPath-0: ..\n"
|
17 |
+
|
18 |
+
#: ../general_options.php:9
|
19 |
+
msgid "CAPTCHA"
|
20 |
+
msgstr "CAPTCHA"
|
21 |
+
|
22 |
+
#: ../general_options.php:16
|
23 |
+
msgid "Options saved."
|
24 |
+
msgstr "Beállítás elmentve."
|
25 |
+
|
26 |
+
#: ../general_options.php:58
|
27 |
+
msgid "Select Captcha letters type"
|
28 |
+
msgstr "Captcha betű típus választás"
|
29 |
+
|
30 |
+
#: ../general_options.php:61
|
31 |
+
msgid "Capital letters only"
|
32 |
+
msgstr "Csak nagybetűk"
|
33 |
+
|
34 |
+
#: ../general_options.php:62
|
35 |
+
msgid "Small letters only"
|
36 |
+
msgstr "Csak kisbetűk"
|
37 |
+
|
38 |
+
#: ../general_options.php:63
|
39 |
+
msgid "Capital & Small letters"
|
40 |
+
msgstr "Nagy- és kisbetűk együtt"
|
41 |
+
|
42 |
+
#: ../general_options.php:68
|
43 |
+
msgid "Select a Captcha type"
|
44 |
+
msgstr "Captcha típus választás"
|
45 |
+
|
46 |
+
#: ../general_options.php:71
|
47 |
+
msgid "Alphanumeric"
|
48 |
+
msgstr "Betűk és számok"
|
49 |
+
|
50 |
+
#: ../general_options.php:72
|
51 |
+
msgid "Alphabets only"
|
52 |
+
msgstr "Csak betűk"
|
53 |
+
|
54 |
+
#: ../general_options.php:73
|
55 |
+
msgid "Numbers only"
|
56 |
+
msgstr "Csak számok"
|
57 |
+
|
58 |
+
#: ../general_options.php:78
|
59 |
+
msgid "Total number of Captcha Characters"
|
60 |
+
msgstr "Captcha karakterek száma"
|
61 |
+
|
62 |
+
#: ../general_options.php:92
|
63 |
+
msgid "Captcha display Options"
|
64 |
+
msgstr "Captcha megjelenítés beállításai"
|
65 |
+
|
66 |
+
#: ../general_options.php:95
|
67 |
+
msgid "Enable Captcha for Login form"
|
68 |
+
msgstr "Captcha engedélyezve a bejelentkezésnél"
|
69 |
+
|
70 |
+
#: ../general_options.php:98 ../general_options.php:107
|
71 |
+
#: ../general_options.php:116 ../general_options.php:125
|
72 |
+
#: ../general_options.php:134
|
73 |
+
msgid "Yes"
|
74 |
+
msgstr "Igen"
|
75 |
+
|
76 |
+
#: ../general_options.php:99 ../general_options.php:108
|
77 |
+
#: ../general_options.php:117 ../general_options.php:126
|
78 |
+
#: ../general_options.php:135
|
79 |
+
msgid "No"
|
80 |
+
msgstr "Nem"
|
81 |
+
|
82 |
+
#: ../general_options.php:104
|
83 |
+
msgid "Enable Captcha for Register form"
|
84 |
+
msgstr "Captcha engedélyezve a regisztrációnál"
|
85 |
+
|
86 |
+
#: ../general_options.php:113
|
87 |
+
msgid "Enable Captcha for Lost Password form"
|
88 |
+
msgstr "Captcha engedélyezve az elveszett jelszónál"
|
89 |
+
|
90 |
+
#: ../general_options.php:122
|
91 |
+
msgid "Enable Captcha for Comments form"
|
92 |
+
msgstr "Captcha engedélyezve a hozzászólásoknál"
|
93 |
+
|
94 |
+
#: ../general_options.php:131
|
95 |
+
msgid "Hide Captcha for logged in users"
|
96 |
+
msgstr "Captcha elrejtése belépett felhasználónál"
|
97 |
+
|
98 |
+
#: ../general_options.php:140
|
99 |
+
msgid "Save"
|
100 |
+
msgstr "Mentés"
|
101 |
+
|
102 |
+
#: ../wpCaptcha.php:25 ../wpCaptcha.php:58 ../wpCaptcha.php:124
|
103 |
+
#: ../wpCaptcha.php:144 ../wpCaptcha.php:202 ../wpCaptcha.php:256
|
104 |
+
msgid "Captcha"
|
105 |
+
msgstr "Captcha"
|
106 |
+
|
107 |
+
#: ../wpCaptcha.php:70 ../wpCaptcha.php:129 ../wpCaptcha.php:149
|
108 |
+
#: ../wpCaptcha.php:207 ../wpCaptcha.php:261
|
109 |
+
msgid "Type the text displayed above"
|
110 |
+
msgstr "Írd be a fenti szöveget"
|
111 |
+
|
112 |
+
#: ../wpCaptcha.php:82
|
113 |
+
msgid "Captcha confirmation error!"
|
114 |
+
msgstr "Captcha megerősítési hiba!"
|
115 |
+
|
116 |
+
#: ../wpCaptcha.php:92
|
117 |
+
msgid "Incorrect captcha confirmation!"
|
118 |
+
msgstr "Hibás Captcha visszaigazolás!"
|
119 |
+
|
120 |
+
#: ../wpCaptcha.php:181
|
121 |
+
msgid "CAPTCHA cannot be empty."
|
122 |
+
msgstr "Cpatcha nem lehet üres."
|
123 |
+
|
124 |
+
#: ../wpCaptcha.php:185 ../wpCaptcha.php:279
|
125 |
+
msgid "Error: Incorrect CAPTCHA. Press your browser's back button and try again."
|
126 |
+
msgstr "Hiba: Helytelen CAPTCHA. Nyomja meg a böngésző vissza gombját és próbálja újra."
|
127 |
+
|
128 |
+
#: ../wpCaptcha.php:218 ../wpCaptcha.php:225 ../wpCaptcha.php:233
|
129 |
+
#: ../wpCaptcha.php:240
|
130 |
+
msgid "ERROR"
|
131 |
+
msgstr "HIBA"
|
132 |
+
|
133 |
+
#: ../wpCaptcha.php:218 ../wpCaptcha.php:233 ../wpCaptcha.php:272
|
134 |
+
msgid "Please complete the CAPTCHA."
|
135 |
+
msgstr "Kérjük adja meg a Captcha-t!"
|
136 |
+
|
137 |
+
#: ../wpCaptcha.php:225 ../wpCaptcha.php:240
|
138 |
+
msgid "That CAPTCHA was incorrect."
|
139 |
+
msgstr "A megadott Captcha helytelen."
|
languages/wpcaptchadomain-nl_NL.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-nl_NL.po
CHANGED
File without changes
|
languages/wpcaptchadomain-pl_PL.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-pl_PL.po
CHANGED
File without changes
|
languages/wpcaptchadomain-pt_BR.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-pt_BR.po
CHANGED
File without changes
|
languages/wpcaptchadomain-pt_PT.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-pt_PT.po
CHANGED
File without changes
|
languages/wpcaptchadomain-ru_RU.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-ru_RU.po
CHANGED
File without changes
|
languages/wpcaptchadomain-sk_SK.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-sk_SK.po
CHANGED
File without changes
|
languages/wpcaptchadomain-sv_SE.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-sv_SE.po
CHANGED
File without changes
|
languages/wpcaptchadomain-zh_CN.mo
CHANGED
File without changes
|
languages/wpcaptchadomain-zh_CN.po
CHANGED
File without changes
|
monofont.ttf
CHANGED
File without changes
|
public/images/captcha.gif
CHANGED
File without changes
|
public/images/form_captcha.gif
CHANGED
File without changes
|
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 |
|
@@ -26,7 +26,7 @@ Adds Captcha Code anti-spam methods to WordPress forms. Forms include comments f
|
|
26 |
|
27 |
Thanks for downloading and installing my plugin. You can show your appreciation and support future development by donating.
|
28 |
|
29 |
-
Blog page: http://www.vinojcardoza.com/
|
30 |
|
31 |
= Translation =
|
32 |
The translation were done using a translation software. I am not sure about the correctness of the translation. If you find some mistakes in the translation of your language, please let me know through the following link comments section. Also, if you couldn't find your language and you can do it, please let me know. http://www.vinojcardoza.com/captcha-code-authentication/
|
@@ -39,6 +39,7 @@ The translation were done using a translation software. I am not sure about the
|
|
39 |
* Finnish (Translated by Joni Tyvio)
|
40 |
* French (Translated by Laurent Verpeet)
|
41 |
* German (Tranlsated by Simon)
|
|
|
42 |
* Persian (Translated by Saeed)
|
43 |
* Polish (Translated by Hoek)
|
44 |
* Portugese (European)
|
@@ -47,6 +48,7 @@ The translation were done using a translation software. I am not sure about the
|
|
47 |
* Slovak (Translated by Tomas Bujna)
|
48 |
* Spanish (Translated by Juan Cuquejo)
|
49 |
* Swedish (Translated by Carl-Gunnar)
|
|
|
50 |
|
51 |
== Installation ==
|
52 |
|
@@ -60,7 +62,7 @@ Important Note: It is mandatory to save options in this plugin.
|
|
60 |
|
61 |
You're done!
|
62 |
|
63 |
-
Uninstalling is as simple as deactivating the plugin.
|
64 |
|
65 |
== Screenshots ==
|
66 |
|
@@ -71,72 +73,20 @@ Uninstalling is as simple as deactivating the plugin.
|
|
71 |
|
72 |
== Change Log ==
|
73 |
|
74 |
-
= Version 2.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
* Minor corrections
|
76 |
|
77 |
= Version 2.6.1 =
|
78 |
* Tested compatibility with Wordpress version 4.5.3
|
79 |
|
80 |
= Version 2.6 =
|
81 |
-
* Settings menu moved
|
82 |
-
|
83 |
-
= Version 2.5.5 =
|
84 |
-
* Tested compatibility with Wordpress version 4.4.2
|
85 |
-
|
86 |
-
= Version 2.5.3 =
|
87 |
-
* Tested compatibility with Wordpress version 4.1.1
|
88 |
-
|
89 |
-
= Version 2.5.2 =
|
90 |
-
* Catalan translation added. (Translated by SiVolsThoEnsenyo)
|
91 |
-
|
92 |
-
= Version 2.5.1 =
|
93 |
-
* Admin options form updated with Wordpress forms standards.
|
94 |
-
|
95 |
-
= Version 2.5 =
|
96 |
-
* Support URL updated.
|
97 |
-
|
98 |
-
= Version 2.4 =
|
99 |
-
* Persian translation added (Translated by Saeed)
|
100 |
-
* Suggestion by Leonardo Losoviz amended to check isset session.
|
101 |
-
|
102 |
-
= Version 2.3 =
|
103 |
-
* Finnish translation added (Translated by Joni Tyvio)
|
104 |
-
|
105 |
-
= Version 2.2 =
|
106 |
-
* Swedish translation added (Translated by Carl-Gunnar)
|
107 |
-
|
108 |
-
= Version 2.1 =
|
109 |
-
* Chinese translation added (Translated by Leonardo Losoviz)
|
110 |
-
|
111 |
-
= Version 2.0 =
|
112 |
-
* Notices debugged and cleared in this version.
|
113 |
-
|
114 |
-
= Version 1.9 =
|
115 |
-
* Polish translation added (Translated by Hoek)
|
116 |
-
* Slovak translation added (Translated by Tomas Bujna)
|
117 |
-
|
118 |
-
= Version 1.8 =
|
119 |
-
* Tab index included in login page. (Suggested by Simon)
|
120 |
-
|
121 |
-
= Version 1.7 =
|
122 |
-
* Russian translation improved. (Translated by Andris Vonda)
|
123 |
-
|
124 |
-
= Version 1.6 =
|
125 |
-
* Dutch translation improved. (Translated by Duncan Bruns)
|
126 |
-
* Spanish translation improved. (Translated by Juan Cuquejo)
|
127 |
-
|
128 |
-
= Version 1.5 =
|
129 |
-
* Portugese - Brazilian translation updated. (Translated by Rafael Santos)
|
130 |
-
|
131 |
-
= Version 1.4 =
|
132 |
-
* Option enabled to restrict the number of character in the captcha code from 3 to 6.
|
133 |
-
|
134 |
-
= Version 1.3 =
|
135 |
-
* German, French and Czech translation improved and re-updated.
|
136 |
-
|
137 |
-
= Version 1.2 =
|
138 |
-
* Translation enabled.
|
139 |
-
|
140 |
-
= Version 1.1 =
|
141 |
-
* New feature added to select the captcha letter type.
|
142 |
-
* New feature added to select the captcha type.
|
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: 5.4
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
|
26 |
|
27 |
Thanks for downloading and installing my plugin. You can show your appreciation and support future development by donating.
|
28 |
|
29 |
+
Blog page: http://www.vinojcardoza.com/captcha-code-authentication/
|
30 |
|
31 |
= Translation =
|
32 |
The translation were done using a translation software. I am not sure about the correctness of the translation. If you find some mistakes in the translation of your language, please let me know through the following link comments section. Also, if you couldn't find your language and you can do it, please let me know. http://www.vinojcardoza.com/captcha-code-authentication/
|
39 |
* Finnish (Translated by Joni Tyvio)
|
40 |
* French (Translated by Laurent Verpeet)
|
41 |
* German (Tranlsated by Simon)
|
42 |
+
* Hungarian (Translated by Sólyom Jöran)
|
43 |
* Persian (Translated by Saeed)
|
44 |
* Polish (Translated by Hoek)
|
45 |
* Portugese (European)
|
48 |
* Slovak (Translated by Tomas Bujna)
|
49 |
* Spanish (Translated by Juan Cuquejo)
|
50 |
* Swedish (Translated by Carl-Gunnar)
|
51 |
+
* Turkish (Traslated by Aygin Net)
|
52 |
|
53 |
== Installation ==
|
54 |
|
62 |
|
63 |
You're done!
|
64 |
|
65 |
+
Uninstalling is as simple as deactivating and deleting the plugin.
|
66 |
|
67 |
== Screenshots ==
|
68 |
|
73 |
|
74 |
== Change Log ==
|
75 |
|
76 |
+
= Version 2.6.6 =
|
77 |
+
* Turkish translation added
|
78 |
+
|
79 |
+
= Version 2.6.5 =
|
80 |
+
* Minor bug fix on variable declaration
|
81 |
+
|
82 |
+
= Version 2.6.3 =
|
83 |
+
* Hungary translation added
|
84 |
+
|
85 |
+
= Version 2.6.2 =
|
86 |
* Minor corrections
|
87 |
|
88 |
= Version 2.6.1 =
|
89 |
* Tested compatibility with Wordpress version 4.5.3
|
90 |
|
91 |
= Version 2.6 =
|
92 |
+
* Settings menu moved under 'Settings'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
screenshot-1.png
CHANGED
File without changes
|
screenshot-2.png
CHANGED
File without changes
|
screenshot-3.png
CHANGED
File without changes
|
screenshot-4.png
CHANGED
File without changes
|
wpCaptcha.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.
|
7 |
Author: Vinoj Cardoza
|
8 |
Author URI: http://www.vinojcardoza.com
|
9 |
License: GPL2
|
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.7
|
7 |
Author: Vinoj Cardoza
|
8 |
Author URI: http://www.vinojcardoza.com
|
9 |
License: GPL2
|