Version Notes
Fourth Upload PDF Extension
Download this release
Release Info
Developer | Iverve |
Extension | Ifuturz_Uploadpdf |
Version | 0.4.0 |
Comparing to | |
See all releases |
Code changes from version 0.3.0 to 0.4.0
app/code/local/Ifuturz/Uploadpdf/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Ifuturz_Uploadpdf>
|
5 |
-
<version>0.
|
6 |
</Ifuturz_Uploadpdf>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Ifuturz_Uploadpdf>
|
5 |
+
<version>0.4.0</version>
|
6 |
</Ifuturz_Uploadpdf>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/Ifuturz/Uploadpdf/sql/uploadpdf_setup/{mysql4-install-0.3.0.php → mysql4-install-0.4.0.php}
RENAMED
@@ -22,7 +22,7 @@ $installer->run("
|
|
22 |
-- DROP TABLE IF EXISTS {$this->getTable('uploadpdf_lck')};
|
23 |
CREATE TABLE {$this->getTable('uploadpdf_lck')} (
|
24 |
`flag` varchar(4),
|
25 |
-
`value` ENUM('0','1')
|
26 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
27 |
|
28 |
INSERT INTO `{$installer->getTable('uploadpdf_lck')}` VALUES ('LCK','1');
|
22 |
-- DROP TABLE IF EXISTS {$this->getTable('uploadpdf_lck')};
|
23 |
CREATE TABLE {$this->getTable('uploadpdf_lck')} (
|
24 |
`flag` varchar(4),
|
25 |
+
`value` ENUM('0','1') DEFAULT '0' NOT NULL
|
26 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
27 |
|
28 |
INSERT INTO `{$installer->getTable('uploadpdf_lck')}` VALUES ('LCK','1');
|
package.xml
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ifuturz_Uploadpdf</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Customer can upload the multiple pdf for one single product from product page in admin panel.</summary>
|
10 |
-
<description
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
<notes>
|
15 |
<authors><author><name>Iverve</name><user>iverve</user><email>extension.geek@ifuturz.com</email></author></authors>
|
16 |
-
<date>2014-
|
17 |
-
<time>
|
18 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Ifuturz_Uploadpdf.xml" hash="4bf0cf4a78783360d83d36d82efc0c1c"/></dir></target><target name="magelocal"><dir name="Ifuturz"><dir name="Uploadpdf"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><file name="Form.php" hash="da851444cc8a8d054c1fa061b23be63b"/><dir name="Tab"><file name="Uploadpdf.php" hash="29d2e39637ebcc96a530840cf9ba80c7"/></dir><file name="Tabs.php" hash="2d0244615617397f671a327d719aba4a"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7da275b559a1d56075d4839559ea3903"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Uploadpdf"><file name="Collection.php" hash="a43f5a17243d9c11c8cef06fac2edfef"/></dir><file name="Uploadpdf.php" hash="745f41fbf6c53f262d217eab67ab8e06"/></dir><file name="Observer.php" hash="564b8193f1c67ebb1441972eca74e78a"/><file name="Uploadpdf.php" hash="be43a3fbf5f88d4cc1434ef80856c0cd"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="UploadpdfController.php" hash="45ac98d3dc6b6ec842da6c3386e01c49"/></dir><file name="IndexController.php" hash="721a4c0c77fbd5df29cfda3f3f2708c8"/></dir><dir name="etc"><file name="config.xml" hash="
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ifuturz_Uploadpdf</name>
|
4 |
+
<version>0.4.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Customer can upload the multiple pdf for one single product from product page in admin panel.</summary>
|
10 |
+
<description>• Admin can upload pdf from admin panel. Make one custom tab in catalog -> Manage products-> Edit product page and give name it to “Upload PDF”.
|
11 |
+
• On product edit page admin can upload more than one PDF for specific one product.
|
12 |
+
• Admin can add/update/delete the pdf from admin panel on product edit page. There must be a listing of uploaded pdf so admin can have idea of how many pdfs are uploaded for one particular product.
|
13 |
+
• The uploaded pdf must be shown on product page on front end so customer can see the uploaded pdfs for particular product.</description>
|
14 |
+
<notes>Fourth Upload PDF Extension</notes>
|
15 |
<authors><author><name>Iverve</name><user>iverve</user><email>extension.geek@ifuturz.com</email></author></authors>
|
16 |
+
<date>2014-09-03</date>
|
17 |
+
<time>06:17:35</time>
|
18 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Ifuturz_Uploadpdf.xml" hash="4bf0cf4a78783360d83d36d82efc0c1c"/></dir></target><target name="magelocal"><dir name="Ifuturz"><dir name="Uploadpdf"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><file name="Form.php" hash="da851444cc8a8d054c1fa061b23be63b"/><dir name="Tab"><file name="Uploadpdf.php" hash="29d2e39637ebcc96a530840cf9ba80c7"/></dir><file name="Tabs.php" hash="2d0244615617397f671a327d719aba4a"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="7da275b559a1d56075d4839559ea3903"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Uploadpdf"><file name="Collection.php" hash="a43f5a17243d9c11c8cef06fac2edfef"/></dir><file name="Uploadpdf.php" hash="745f41fbf6c53f262d217eab67ab8e06"/></dir><file name="Observer.php" hash="564b8193f1c67ebb1441972eca74e78a"/><file name="Uploadpdf.php" hash="be43a3fbf5f88d4cc1434ef80856c0cd"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="UploadpdfController.php" hash="45ac98d3dc6b6ec842da6c3386e01c49"/></dir><file name="IndexController.php" hash="721a4c0c77fbd5df29cfda3f3f2708c8"/></dir><dir name="etc"><file name="config.xml" hash="a2585e4b9cf0f9c408f587016ad471fc"/></dir><dir name="sql"><dir name="uploadpdf_setup"><file name="mysql4-install-0.4.0.php" hash="321222ceb13eac89fbefbd75bc234c4a"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="uploadpdf"><dir name="catalog"><dir name="product"><dir name="tab"><file name="uploadpdf.phtml" hash="bc114f89e585bc0a70f8ed8c2da2b2cf"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="uploadpdf.xml" hash="e1e4382f9123e8cf82bbc6497507327a"/></dir><dir name="template"><dir name="uploadpdf"><file name="uploadpdf.phtml" hash="ba5d09594094f774dcca14e176fb51fa"/></dir></dir></dir></dir></dir></target></contents>
|
19 |
<compatible/>
|
20 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|