Auto_Reviews - Version 3.0.0

Version Notes

Auto approves product reviews based on customer type.

Download this release

Release Info

Developer BrainSINS
Extension Auto_Reviews
Version 3.0.0
Comparing to
See all releases


Code changes from version 2.0.0 to 3.0.0

app/code/community/Exinent/Autoapprovereviews/Model/Adminhtml/System/{Config/Source/Customer/Group/Multiselect.php → Multiselect.php} RENAMED
@@ -1,5 +1,5 @@
1
  <?php
2
- class Exinent_Autoapprovereviews_Model_Adminhtml_System_Config_Source_Customer_Group_Multiselect
3
  {
4
  protected $_options;
5
 
1
  <?php
2
+ class Exinent_Autoapprovereviews_Model_Adminhtml_System_Multiselect
3
  {
4
  protected $_options;
5
 
app/code/community/Exinent/Autoapprovereviews/etc/system.xml CHANGED
@@ -30,7 +30,7 @@
30
  <login_review>
31
  <label>Require Activation for Groups</label>
32
  <frontend_type>multiselect</frontend_type>
33
- <source_model>autoapprovereviews/adminhtml_system_config_source_customer_group_multiselect</source_model>
34
  <sort_order>12</sort_order>
35
  <show_in_default>1</show_in_default>
36
  <show_in_website>1</show_in_website>
30
  <login_review>
31
  <label>Require Activation for Groups</label>
32
  <frontend_type>multiselect</frontend_type>
33
+ <source_model>autoapprovereviews/adminhtml_system_multiselect</source_model>
34
  <sort_order>12</sort_order>
35
  <show_in_default>1</show_in_default>
36
  <show_in_website>1</show_in_website>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auto_Reviews</name>
4
- <version>2.0.0</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
@@ -11,8 +11,8 @@
11
  <notes>Auto approves product reviews based on customer type.</notes>
12
  <authors><author><name>Exinent </name><user>Developer</user><email>developer@exinent.com</email></author></authors>
13
  <date>2015-04-29</date>
14
- <time>06:07:50</time>
15
- <contents><target name="magecommunity"><dir name="Exinent"><dir name="Autoapprovereviews"><dir name="Helper"><file name="Data.php" hash="c066b27a7d0c243ef6910e0d11ee9a05"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><dir name="Customer"><dir name="Group"><file name="Multiselect.php" hash="a77f750f58703d8c551c9ec95cf3a154"/></dir></dir></dir></dir></dir></dir></dir><dir name="controllers"><file name="ProductController.php" hash="4c157fedaa9882fc7f1c599b967228d6"/></dir><dir name="etc"><file name="config.xml" hash="f50c98a0dc06526d87a9e6c53be0a767"/><file name="system.xml" hash="5748381712c0c4cd285b3f54a2360519"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exinent_Autoapprovereviews.xml" hash="b468d55a398b1dd70240269b4bae9997"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Auto_Reviews</name>
4
+ <version>3.0.0</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
11
  <notes>Auto approves product reviews based on customer type.</notes>
12
  <authors><author><name>Exinent </name><user>Developer</user><email>developer@exinent.com</email></author></authors>
13
  <date>2015-04-29</date>
14
+ <time>07:33:08</time>
15
+ <contents><target name="magecommunity"><dir name="Exinent"><dir name="Autoapprovereviews"><dir name="Helper"><file name="Data.php" hash="c066b27a7d0c243ef6910e0d11ee9a05"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><file name="Multiselect.php" hash="dbff3f21b183b9611cdf93d6b88cd51e"/></dir></dir></dir><dir name="controllers"><file name="ProductController.php" hash="4c157fedaa9882fc7f1c599b967228d6"/></dir><dir name="etc"><file name="config.xml" hash="f50c98a0dc06526d87a9e6c53be0a767"/><file name="system.xml" hash="67cde4f2369fbef3c3bd55a6c2464a8b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Exinent_Autoapprovereviews.xml" hash="b468d55a398b1dd70240269b4bae9997"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>