Version Notes
Updated install errors
Download this release
Release Info
Developer | 2J Design Ltd |
Extension | EditProductsFromCategory |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- app/code/local/JjDesign/.DS_Store +0 -0
- app/code/local/JjDesign/EditProductsFromCategory/.DS_Store +0 -0
- app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/.DS_Store +0 -0
- app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/.DS_Store +0 -0
- app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/Adminhtml/.DS_Store +0 -0
- app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/Adminhtml/Catalog/.DS_Store +0 -0
- app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/Adminhtml/Catalog/Category/.DS_Store +0 -0
- package.xml +9 -13
app/code/local/JjDesign/.DS_Store
DELETED
Binary file
|
app/code/local/JjDesign/EditProductsFromCategory/.DS_Store
DELETED
Binary file
|
app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/.DS_Store
DELETED
Binary file
|
app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/.DS_Store
DELETED
Binary file
|
app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/Adminhtml/.DS_Store
DELETED
Binary file
|
app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/Adminhtml/Catalog/.DS_Store
DELETED
Binary file
|
app/code/local/JjDesign/EditProductsFromCategory/Adminhtml/Block/Adminhtml/Catalog/Category/.DS_Store
DELETED
Binary file
|
package.xml
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>EditProductsFromCategory</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
<
|
16 |
-
<authors><author><name>Jamie Jackson</name><user>jamie_2jdesign</user><email>jamie@2jdesign.co.uk</email></author></authors>
|
17 |
-
<date>2013-06-04</date>
|
18 |
-
<time>22:23:44</time>
|
19 |
-
<contents><target name="magelocal"><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><file name=".DS_Store" hash="8ff15f938f09a2c2b7dfa7c9767a86a5"/></dir><file name=".DS_Store" hash="82aa75c4d31bc237d94ff4c196efcf75"/></dir><file name=".DS_Store" hash="02e2f39f786fc9b0e730181829354db5"/></dir><file name=".DS_Store" hash="75a93bfda3ad7ca742039f9b5c2e4155"/></dir><dir name="etc"><file name="config.xml" hash="e7eabc823f887eacd90b38669c4f40b2"/></dir><file name=".DS_Store" hash="419201a059df99e4e60a9ae40218a28a"/></dir><file name=".DS_Store" hash="75a93bfda3ad7ca742039f9b5c2e4155"/></dir><file name=".DS_Store" hash="2b55543bc97c42c818cfd24ecdbaeb1f"/></dir></target><target name="mageetc"><dir name="modules"><file name="JjDesign_EditProductsFromCategory_Adminhtml.xml" hash="0ff7f6fdc6105617a2f4e1390531ed87"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><php><min>4.0.0</min><max>5.4.14</max></php
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>EditProductsFromCategory</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Updated module, please do not use previous version.</summary>
|
10 |
+
<description>Updated module, please do not use previous versions due to error on install.</description>
|
11 |
+
<notes>Updated install errors</notes>
|
12 |
+
<authors><author><name>2J Design Ltd</name><user>jamie_2jdesign</user><email>jamie@2jdesign.co.uk</email></author></authors>
|
13 |
+
<date>2013-06-05</date>
|
14 |
+
<time>22:41:34</time>
|
15 |
+
<contents><target name="magelocal"><dir name="JjDesign"><dir name="EditProductsFromCategory"><dir><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="e7eabc823f887eacd90b38669c4f40b2"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="JjDesign_EditProductsFromCategory_Adminhtml.xml" hash="0ff7f6fdc6105617a2f4e1390531ed87"/></dir></target></contents>
|
|
|
|
|
|
|
|
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>4.0.0</min><max>5.4.14</max></php></required></dependencies>
|
18 |
</package>
|