Zenstores_Core - Version 1.0.3

Version Notes

Add compatibility with Magento 1.9.2.2 and APPSEC-1034 security patch.

Download this release

Release Info

Developer Zenstores
Extension Zenstores_Core
Version 1.0.3
Comparing to
See all releases


Code changes from version 1.0.2 to 1.0.3

app/code/community/Zenstores/Core/Block/Button.php CHANGED
@@ -14,7 +14,7 @@ class Zenstores_Core_Block_Button extends Mage_Adminhtml_Block_System_Config_For
14
 
15
  $this->setElement($element);
16
 
17
- $url = Mage::helper("adminhtml")->getUrl('zenstores_core_admin/adminhtml_zenstores');
18
 
19
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
20
  ->setLabel($elementData['original_data']['button_label'])
14
 
15
  $this->setElement($element);
16
 
17
+ $url = Mage::helper("adminhtml")->getUrl('adminhtml/zenstores/regenerate');
18
 
19
  $html = $this->getLayout()->createBlock('adminhtml/widget_button')
20
  ->setLabel($elementData['original_data']['button_label'])
app/code/community/Zenstores/Core/controllers/Adminhtml/ZenstoresController.php CHANGED
@@ -8,7 +8,7 @@
8
  */
9
  class Zenstores_Core_Adminhtml_ZenstoresController extends Mage_Adminhtml_Controller_Action
10
  {
11
- public function indexAction()
12
  {
13
  /** @var Zenstores_Core_Helper_Data $zenstoresHelper */
14
  $zenstoresHelper = Mage::helper('zenstores_core');
8
  */
9
  class Zenstores_Core_Adminhtml_ZenstoresController extends Mage_Adminhtml_Controller_Action
10
  {
11
+ public function regenerateAction()
12
  {
13
  /** @var Zenstores_Core_Helper_Data $zenstoresHelper */
14
  $zenstoresHelper = Mage::helper('zenstores_core');
app/code/community/Zenstores/Core/etc/config.xml CHANGED
@@ -11,7 +11,7 @@
11
  <config>
12
  <modules>
13
  <Zenstores_Core>
14
- <version>1.0.1</version>
15
  </Zenstores_Core>
16
  </modules>
17
  <global>
@@ -35,13 +35,13 @@
35
  </global>
36
  <admin>
37
  <routers>
38
- <zenstores_core_admin>
39
- <use>admin</use>
40
  <args>
41
- <module>Zenstores_Core</module>
42
- <frontName>zenstores_core_admin</frontName>
 
43
  </args>
44
- </zenstores_core_admin>
45
  </routers>
46
  </admin>
47
  </config>
11
  <config>
12
  <modules>
13
  <Zenstores_Core>
14
+ <version>1.0.3</version>
15
  </Zenstores_Core>
16
  </modules>
17
  <global>
35
  </global>
36
  <admin>
37
  <routers>
38
+ <adminhtml>
 
39
  <args>
40
+ <modules>
41
+ <zenstores_core after="Mage_Adminhtml">Zenstores_Core_Adminhtml</zenstores_core>
42
+ </modules>
43
  </args>
44
+ </adminhtml>
45
  </routers>
46
  </admin>
47
  </config>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zenstores_Core</name>
4
- <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="https://www.gnu.org/licenses/gpl-3.0.txt">GPL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Zenstore integration for Magento.</summary>
10
  <description>Zenstore integration for Magento.</description>
11
- <notes>Reduce PHP requirement to 5.3.</notes>
12
  <authors><author><name>Zenstores</name><user>zenstores</user><email>support@zenstores.com</email></author></authors>
13
- <date>2015-08-03</date>
14
- <time>19:08:04</time>
15
- <contents><target name="magecommunity"><dir name="Zenstores"><dir name="Core"><dir name="Block"><file name="Button.php" hash="45d703df015c52207a80449e92af0fb2"/><file name="Description.php" hash="9d2c3653ec72c41891785e18faee5714"/><file name="Logo.php" hash="1e6234112e0f1dc6149f4605aa94af70"/><dir name="Text"><file name="Endpoint.php" hash="6a27d94adef690ed176baca2edc22a82"/><file name="Key.php" hash="6b15bcd9a34c219328afcf950243997b"/><file name="Username.php" hash="1e74c103b964f0eabf7b94cd86d2e48a"/></dir></dir><dir name="Helper"><file name="Data.php" hash="c8d5d4cea69bc5e72239c26ba527de35"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ZenstoresController.php" hash="802d98217cb4a384adfff611d75611b6"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="3fb6203e969ae1059370808a14062b61"/><file name="config.xml" hash="e0f8dd0b6a4f58205b44c52e95063737"/><file name="system.xml" hash="cf46beef7ef41474e788609f5bf67d90"/></dir><dir name="sql"><dir name="zenstores_core_setup"><file name="install-1.0.0.php" hash="c46182b1bf39d1f82b607c9b7043c19a"/><file name="mysql4-install-1.0.0.php" hash="34c0a800c16da4288468169d42993d89"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Zenstores_Core.xml" hash="a58031009d95aa1354aa095df0f88e0d"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>8.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zenstores_Core</name>
4
+ <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="https://www.gnu.org/licenses/gpl-3.0.txt">GPL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Zenstore integration for Magento.</summary>
10
  <description>Zenstore integration for Magento.</description>
11
+ <notes>Add compatibility with Magento 1.9.2.2 and APPSEC-1034 security patch.</notes>
12
  <authors><author><name>Zenstores</name><user>zenstores</user><email>support@zenstores.com</email></author></authors>
13
+ <date>2015-11-16</date>
14
+ <time>11:05:22</time>
15
+ <contents><target name="magecommunity"><dir name="Zenstores"><dir name="Core"><dir name="Block"><file name="Button.php" hash="800df37769eaba61f0dc24e933f21a9e"/><file name="Description.php" hash="9d2c3653ec72c41891785e18faee5714"/><file name="Logo.php" hash="1e6234112e0f1dc6149f4605aa94af70"/><dir name="Text"><file name="Endpoint.php" hash="6a27d94adef690ed176baca2edc22a82"/><file name="Key.php" hash="6b15bcd9a34c219328afcf950243997b"/><file name="Username.php" hash="1e74c103b964f0eabf7b94cd86d2e48a"/></dir></dir><dir name="Helper"><file name="Data.php" hash="c8d5d4cea69bc5e72239c26ba527de35"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ZenstoresController.php" hash="79e172559b04382c1f007631fa9459b7"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="3fb6203e969ae1059370808a14062b61"/><file name="config.xml" hash="4a935c8a99556c3047f86d145c130700"/><file name="system.xml" hash="cf46beef7ef41474e788609f5bf67d90"/></dir><dir name="sql"><dir name="zenstores_core_setup"><file name="install-1.0.0.php" hash="c46182b1bf39d1f82b607c9b7043c19a"/><file name="mysql4-install-1.0.0.php" hash="34c0a800c16da4288468169d42993d89"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Zenstores_Core.xml" hash="a58031009d95aa1354aa095df0f88e0d"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.3.0</min><max>8.0.0</max></php></required></dependencies>
18
  </package>