Version Notes
Added visibility/accessibility of settings on store view level; added translations of property labels (page of module configuration on admin side);
Download this release
Release Info
Developer | Magento Core Team |
Extension | productreviewcaptcha |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
app/code/community/OlegKoval/ProductReviewCaptcha/etc/config.xml
CHANGED
@@ -60,5 +60,17 @@
|
|
60 |
</OlegKoval_ProductReviewCaptcha>
|
61 |
</modules>
|
62 |
</translate>
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
</config>
|
60 |
</OlegKoval_ProductReviewCaptcha>
|
61 |
</modules>
|
62 |
</translate>
|
63 |
+
</frontend>
|
64 |
+
|
65 |
+
<adminhtml>
|
66 |
+
<translate>
|
67 |
+
<modules>
|
68 |
+
<OlegKoval_ProductReviewCaptcha>
|
69 |
+
<files>
|
70 |
+
<default>OlegKoval_ProductReviewCaptcha.csv</default>
|
71 |
+
</files>
|
72 |
+
</OlegKoval_ProductReviewCaptcha>
|
73 |
+
</modules>
|
74 |
+
</translate>
|
75 |
+
</adminhtml>
|
76 |
</config>
|
app/code/community/OlegKoval/ProductReviewCaptcha/etc/system.xml
CHANGED
@@ -14,6 +14,9 @@
|
|
14 |
<catalog>
|
15 |
<groups>
|
16 |
<review>
|
|
|
|
|
|
|
17 |
<fields>
|
18 |
<prc_enabled translate="label">
|
19 |
<label>Enable Captcha</label>
|
14 |
<catalog>
|
15 |
<groups>
|
16 |
<review>
|
17 |
+
<show_in_default>1</show_in_default>
|
18 |
+
<show_in_website>1</show_in_website>
|
19 |
+
<show_in_store>1</show_in_store>
|
20 |
<fields>
|
21 |
<prc_enabled translate="label">
|
22 |
<label>Enable Captcha</label>
|
app/locale/en_US/OlegKoval_ProductReviewCaptcha.csv
CHANGED
@@ -2,5 +2,7 @@
|
|
2 |
"Enable Captcha","Enable Captcha"
|
3 |
"Public Key","Public Key"
|
4 |
"Private Key","Private Key"
|
|
|
|
|
5 |
"You got this from the signup page: https://www.google.com/recaptcha/admin/create","You got this from the signup page: https://www.google.com/recaptcha/admin/create"
|
6 |
"The reCAPTCHA wasn't entered correctly.","The reCAPTCHA wasn't entered correctly."
|
2 |
"Enable Captcha","Enable Captcha"
|
3 |
"Public Key","Public Key"
|
4 |
"Private Key","Private Key"
|
5 |
+
"reCaptcha Theme","reCaptcha Theme"
|
6 |
+
"reCaptcha Language","reCaptcha Language"
|
7 |
"You got this from the signup page: https://www.google.com/recaptcha/admin/create","You got this from the signup page: https://www.google.com/recaptcha/admin/create"
|
8 |
"The reCAPTCHA wasn't entered correctly.","The reCAPTCHA wasn't entered correctly."
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>productreviewcaptcha</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>"Product Review Captcha" extension add in easy way the captcha to "Product Reviews" form and will protect this form from unwanted spambots.
|
11 |

|
12 |
This extension uses reCaptcha library (http://www.google.com/recaptcha).</p></description>
|
13 |
-
<notes>Added
|
14 |
<authors><author><name>Oleg Koval</name><user>auto-converted</user><email>oleh.koval@gmail.com</email></author></authors>
|
15 |
-
<date>2013-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="OlegKoval"><dir name="ProductReviewCaptcha"><dir name="Block"><file name="Form.php" hash="c180eb7b2cea394d2290b2436f313bbb"/></dir><dir name="Helper"><file name="recaptchalib.php" hash="b206569ed973563107c29902ca7ab35b"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Lang.php" hash="2378589b507b2c57c04831cf6ac544b0"/><file name="Theme.php" hash="be96ab4e09cd14b48a033c467ae74901"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ProductController.php" hash="560236e12a38cbbe7d07597413043e8d"/></dir><dir name="etc"><file name="config.xml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies/>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>productreviewcaptcha</name>
|
4 |
+
<version>1.2.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>"Product Review Captcha" extension add in easy way the captcha to "Product Reviews" form and will protect this form from unwanted spambots.
|
11 |

|
12 |
This extension uses reCaptcha library (http://www.google.com/recaptcha).</p></description>
|
13 |
+
<notes>Added visibility/accessibility of settings on store view level; added translations of property labels (page of module configuration on admin side);</notes>
|
14 |
<authors><author><name>Oleg Koval</name><user>auto-converted</user><email>oleh.koval@gmail.com</email></author></authors>
|
15 |
+
<date>2013-04-04</date>
|
16 |
+
<time>08:45:52</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="OlegKoval"><dir name="ProductReviewCaptcha"><dir name="Block"><file name="Form.php" hash="c180eb7b2cea394d2290b2436f313bbb"/></dir><dir name="Helper"><file name="recaptchalib.php" hash="b206569ed973563107c29902ca7ab35b"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Dropdown"><file name="Lang.php" hash="2378589b507b2c57c04831cf6ac544b0"/><file name="Theme.php" hash="be96ab4e09cd14b48a033c467ae74901"/></dir></dir></dir></dir></dir><dir name="controllers"><file name="ProductController.php" hash="560236e12a38cbbe7d07597413043e8d"/></dir><dir name="etc"><file name="config.xml" hash="5e7a053b0420313104433bbe053a6cb4"/><file name="system.xml" hash="9b6416091033f4b6e13241074e70994a"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OlegKoval_ProductReviewCaptcha.xml" hash="f83ed30bb9b3b3fbecd4099cf23fa162"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="productreviewcaptcha"><file name="form.phtml" hash="fa0f697bd7efe03446385e78de9f7ca9"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="OlegKoval_ProductReviewCaptcha.csv" hash="f2362617a07150c1783bb5e029e72cb5"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies/>
|
20 |
</package>
|