Version Notes
Исправлена фатальная ошибка, возникающая в работе генератора при включении Компиляции.
Download this release
Release Info
Developer | WebAndPeople |
Extension | wp_simple_products_generator |
Version | 2.1.0 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.1.0
app/code/community/WP/GenerateSimpleProducts/controllers/IndexController.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class WP_GenerateSimpleProducts_IndexController extends
|
4 |
{
|
5 |
const COMBINATIONS_MAXIMUM = 200002;
|
6 |
const PORTION_COUNT = 10;
|
1 |
<?php
|
2 |
|
3 |
+
class WP_GenerateSimpleProducts_IndexController extends Mage_Adminhtml_Controller_Action
|
4 |
{
|
5 |
const COMBINATIONS_MAXIMUM = 200002;
|
6 |
const PORTION_COUNT = 10;
|
app/code/community/WP/GenerateSimpleProducts/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_GenerateSimpleProducts>
|
5 |
-
<version>2.
|
6 |
</WP_GenerateSimpleProducts>
|
7 |
</modules>
|
8 |
<admin>
|
@@ -67,7 +67,7 @@
|
|
67 |
<default>
|
68 |
<generate_simple_products>
|
69 |
<general>
|
70 |
-
<version>2.
|
71 |
</general>
|
72 |
</generate_simple_products>
|
73 |
</default>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_GenerateSimpleProducts>
|
5 |
+
<version>2.1.0</version>
|
6 |
</WP_GenerateSimpleProducts>
|
7 |
</modules>
|
8 |
<admin>
|
67 |
<default>
|
68 |
<generate_simple_products>
|
69 |
<general>
|
70 |
+
<version>2.1.0</version>
|
71 |
</general>
|
72 |
</generate_simple_products>
|
73 |
</default>
|
package.xml
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<package>
|
3 |
<name>wp_simple_products_generator</name>
|
4 |
-
<version>2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Generate Simple Products for Configurable Product (Web-Experiment.Info)</summary>
|
10 |
<description>Generate Simple Products for Configurable Product (Web-Experiment.Info)</description>
|
11 |
-
<notes
|
12 |
<authors>
|
13 |
<author>
|
14 |
<name>WebAndPeople</name>
|
@@ -21,8 +21,8 @@
|
|
21 |
<email>y.gerassimenko@webandpeople.com</email>
|
22 |
</author>
|
23 |
</authors>
|
24 |
-
<date>2014-02-
|
25 |
-
<time>
|
26 |
<contents>
|
27 |
<target name="mageweb">
|
28 |
<dir name="app">
|
@@ -38,10 +38,10 @@
|
|
38 |
<file name="Data.php" hash="5abc3c3fdb45aa8ab5ccee9108e2c031"/>
|
39 |
</dir>
|
40 |
<dir name="controllers">
|
41 |
-
<file name="IndexController.php" hash="
|
42 |
</dir>
|
43 |
<dir name="etc">
|
44 |
-
<file name="config.xml" hash="
|
45 |
<file name="system.xml" hash="8e8b5059586dbf280d613e4167d820aa"/>
|
46 |
</dir>
|
47 |
</dir>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<package>
|
3 |
<name>wp_simple_products_generator</name>
|
4 |
+
<version>2.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Generate Simple Products for Configurable Product (Web-Experiment.Info)</summary>
|
10 |
<description>Generate Simple Products for Configurable Product (Web-Experiment.Info)</description>
|
11 |
+
<notes>Исправлена фатальная ошибка, возникающая в работе генератора при включении Компиляции.</notes>
|
12 |
<authors>
|
13 |
<author>
|
14 |
<name>WebAndPeople</name>
|
21 |
<email>y.gerassimenko@webandpeople.com</email>
|
22 |
</author>
|
23 |
</authors>
|
24 |
+
<date>2014-02-14</date>
|
25 |
+
<time>01:27:28</time>
|
26 |
<contents>
|
27 |
<target name="mageweb">
|
28 |
<dir name="app">
|
38 |
<file name="Data.php" hash="5abc3c3fdb45aa8ab5ccee9108e2c031"/>
|
39 |
</dir>
|
40 |
<dir name="controllers">
|
41 |
+
<file name="IndexController.php" hash="9d3fe491383d835369509afa9c7ac1ce"/>
|
42 |
</dir>
|
43 |
<dir name="etc">
|
44 |
+
<file name="config.xml" hash="5f96ae4536daca51b4c9dc567d5dde27"/>
|
45 |
<file name="system.xml" hash="8e8b5059586dbf280d613e4167d820aa"/>
|
46 |
</dir>
|
47 |
</dir>
|