Version Notes
Update for compatability with latest PHP 5.5.12
Download this release
Release Info
Developer | 2J Design Ltd |
Extension | EditProductsFromCategory |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
app/etc/modules/JjDesign_EditProductsFromCategory_Adminhtml.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<modules>
|
4 |
<JjDesign_EditProductsFromCategory_Adminhtml>
|
5 |
<active>true</active>
|
6 |
-
<codePool>
|
7 |
</JjDesign_EditProductsFromCategory_Adminhtml>
|
8 |
</modules>
|
9 |
</config>
|
3 |
<modules>
|
4 |
<JjDesign_EditProductsFromCategory_Adminhtml>
|
5 |
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
</JjDesign_EditProductsFromCategory_Adminhtml>
|
8 |
</modules>
|
9 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>EditProductsFromCategory</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -13,8 +13,8 @@ One of the most requested features by our clients, we decided to make this modul
|
|
13 |
<notes>Update for compatability with latest PHP 5.5.12</notes>
|
14 |
<authors><author><name>2J Design Ltd</name><user>jamie_2jdesign</user><email>jamie@2jdesign.co.uk</email></author></authors>
|
15 |
<date>2015-10-12</date>
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="JjDesign"><dir name="EditProductsFromCategory"><dir name="Adminhtml"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Tab"><file name="Product.php" hash="5a87fbd3b3f360583f2d49f49f3963d6"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="6c5a3bcc7dd56b2b4a8ca3bd1706ad02"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JjDesign_EditProductsFromCategory_Adminhtml.xml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>4.0.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>EditProductsFromCategory</name>
|
4 |
+
<version>1.0.9</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
13 |
<notes>Update for compatability with latest PHP 5.5.12</notes>
|
14 |
<authors><author><name>2J Design Ltd</name><user>jamie_2jdesign</user><email>jamie@2jdesign.co.uk</email></author></authors>
|
15 |
<date>2015-10-12</date>
|
16 |
+
<time>14:09:38</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="JjDesign"><dir name="EditProductsFromCategory"><dir name="Adminhtml"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Category"><dir name="Tab"><file name="Product.php" hash="5a87fbd3b3f360583f2d49f49f3963d6"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="6c5a3bcc7dd56b2b4a8ca3bd1706ad02"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JjDesign_EditProductsFromCategory_Adminhtml.xml" hash="d1fa4e720b669a355cef7576eafa3f8d"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>4.0.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|