Version Notes
stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | ET_Reviewnotify |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
app/code/community/ET/Reviewnotify/Block/Adminhtml/System/Config/Form/Field/Linktoinfo.php
CHANGED
@@ -32,7 +32,7 @@ class ET_Reviewnotify_Block_Adminhtml_System_Config_Form_Field_Linktoinfo
|
|
32 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
33 |
{
|
34 |
/** @var ET_Reviewnotify_Helper_Data $helper */
|
35 |
-
$helper = Mage::helper('
|
36 |
|
37 |
$html = '<a href="' . $this->getUrl('*/system_config/edit', array('section' => 'reviewnotify')) . '">' .
|
38 |
$helper->__('Extension information') . '</a>';
|
32 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
33 |
{
|
34 |
/** @var ET_Reviewnotify_Helper_Data $helper */
|
35 |
+
$helper = Mage::helper('reviewnotify');
|
36 |
|
37 |
$html = '<a href="' . $this->getUrl('*/system_config/edit', array('section' => 'reviewnotify')) . '">' .
|
38 |
$helper->__('Extension information') . '</a>';
|
app/code/community/ET/Reviewnotify/Block/Adminhtml/System/Config/Form/Field/Linktooptions.php
CHANGED
@@ -32,7 +32,7 @@ class ET_Reviewnotify_Block_Adminhtml_System_Config_Form_Field_Linktooptions
|
|
32 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
33 |
{
|
34 |
/** @var ET_Reviewnotify_Helper_Data $helper */
|
35 |
-
$helper = Mage::helper('
|
36 |
|
37 |
$html = '<a href="' . $this->getUrl('*/system_config/edit', array('section' => 'catalog')) . '">' .
|
38 |
$helper->__('Go to Catalog settings section') . '</a>';
|
32 |
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
|
33 |
{
|
34 |
/** @var ET_Reviewnotify_Helper_Data $helper */
|
35 |
+
$helper = Mage::helper('reviewnotify');
|
36 |
|
37 |
$html = '<a href="' . $this->getUrl('*/system_config/edit', array('section' => 'catalog')) . '">' .
|
38 |
$helper->__('Go to Catalog settings section') . '</a>';
|
app/code/community/ET/Reviewnotify/etc/config.xml
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<modules>
|
24 |
<ET_Reviewnotify>
|
25 |
<name>ET Review Notify</name>
|
26 |
-
<version>1.1.
|
27 |
<descr>
|
28 |
<ru_RU><![CDATA[Модуль добавляет функцию оповещения владельца сайта о появлении новых отзывов и затрудняет спам-ботам автоматическое размещение отзывов.]]>
|
29 |
</ru_RU>
|
23 |
<modules>
|
24 |
<ET_Reviewnotify>
|
25 |
<name>ET Review Notify</name>
|
26 |
+
<version>1.1.1</version>
|
27 |
<descr>
|
28 |
<ru_RU><![CDATA[Модуль добавляет функцию оповещения владельца сайта о появлении новых отзывов и затрудняет спам-ботам автоматическое размещение отзывов.]]>
|
29 |
</ru_RU>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ET_Reviewnotify</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://shop.etwebsolutions.com/eng/etws-license-free-v1">ETWS Free License (EFL1)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Reviewnotify not only notifies store owner by email about new reviews, but also reminds him about pending review until someone will change their status (in status bar - under main menu in admin panel). As a bonus, we offer a feature that will complicate writing reviews for bots and spammers.</description>
|
11 |
<notes>stable release</notes>
|
12 |
<authors><author><name>Jurij</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author><author><name>Andrej</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>10:
|
15 |
-
<contents><target name="magecommunity"><dir name="ET"><dir name="Reviewnotify"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Heading.php" hash="94bd440631e9fb1663c6d5f99ce3e157"/><file name="Linktoinfo.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ET_Reviewnotify</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://shop.etwebsolutions.com/eng/etws-license-free-v1">ETWS Free License (EFL1)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Reviewnotify not only notifies store owner by email about new reviews, but also reminds him about pending review until someone will change their status (in status bar - under main menu in admin panel). As a bonus, we offer a feature that will complicate writing reviews for bots and spammers.</description>
|
11 |
<notes>stable release</notes>
|
12 |
<authors><author><name>Jurij</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author><author><name>Andrej</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author></authors>
|
13 |
+
<date>2015-12-16</date>
|
14 |
+
<time>09:10:57</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="ET"><dir name="Reviewnotify"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Heading.php" hash="94bd440631e9fb1663c6d5f99ce3e157"/><file name="Linktoinfo.php" hash="24df091854eb25fa1945d5d6ef6f0859"/><file name="Linktooptions.php" hash="e7afaf5ff2a869bc79ab02e15b0da89a"/></dir></dir></dir></dir><file name="Support.php" hash="74401d2bc963cb97ace63efe3829e7df"/></dir><file name="Toolbar.php" hash="d45d4b620d4082f0e24bb80607077a66"/></dir><dir name="Helper"><file name="Data.php" hash="f06f55ce8b206b1bfd030e2c4c2236a9"/></dir><dir name="Model"><file name="Observer.php" hash="6687761af580dd6edb045f11809b84b1"/><file name="Review.php" hash="ea6df8dce82a17a62f1e5abd74130c2d"/></dir><dir name="controllers"><file name="ProductController.php" hash="0ac5a508beec1b1e4b5d4ada392463d6"/></dir><dir name="etc"><file name="config.xml" hash="5dd8083f3a0f80c70dcfc6293c10c31e"/><file name="system.xml" hash="170c3d599bb872c34b7d8a1824c0ff7d"/></dir></dir></dir></target><target name="magelocale"><dir name="ru_RU"><dir name="template"><dir name="email"><file name="et_reviewnotify.html" hash="dc715adcb9e2d271d206c246af29920d"/></dir></dir><file name="ET_Reviewnotify.csv" hash="3f2535867244f156e4abd87e74d10ff9"/></dir><dir name="en_US"><dir name="template"><dir name="email"><file name="et_reviewnotify.html" hash="c3d8b0a804d721cb17271448ef7cf56b"/></dir></dir><file name="ET_Reviewnotify.csv" hash="fc0b8c0c8a2472410ea86e45253bd162"/></dir></target><target name="mageetc"><dir name="modules"><file name="ET_Reviewnotify.xml" hash="47e1448c262ce7a004b23db1e1528cd6"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="reviewnotify"><file name="toolbar.phtml" hash="720b5d875c17cb27bb62822787b5e548"/></dir></dir><dir name="layout"><file name="et_reviewnotify.xml" hash="3aec74e6a34932a3601e83cb0bdf67d1"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="et_reviewnotify.xml" hash="0d561861b19836a6dd5b3f4ea9f30cfc"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="et_reviewnotify"><file name="reviewnotify.js" hash="e8ca066378d6077202127b0f8b9a6ba7"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|