Version Notes
Date:07-12-2013
Version:v0006
#Fixes issue #1 reported on github
Download this release
Release Info
Developer | Omar,Muhsin |
Extension | Zanbytes_Cdokus |
Version | 0.0.0.6 |
Comparing to | |
See all releases |
Code changes from version 0.0.0.5 to 0.0.0.6
app/code/community/Zanbytes/Cdokus/etc/config.xml
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Zanbytes_Cdokus>
|
39 |
-
<version>0.0.0.
|
40 |
</Zanbytes_Cdokus>
|
41 |
</modules>
|
42 |
<frontend>
|
36 |
<config>
|
37 |
<modules>
|
38 |
<Zanbytes_Cdokus>
|
39 |
+
<version>0.0.0.6</version>
|
40 |
</Zanbytes_Cdokus>
|
41 |
</modules>
|
42 |
<frontend>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zanbytes_Cdokus</name>
|
4 |
-
<version>0.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,13 +10,13 @@
|
|
10 |
<description>Plugin that gives a nice user interface for administrator to upload product documents like manuals via a nice product tab in the Magento Backoffice.
|
11 |

|
12 |
As a bonus the plugin, allow administrators to control the visibility of the links per store and by using the translation file the label can be translated into multiple languages.</description>
|
13 |
-
<notes>Date:
|
14 |
-
Version:
|
15 |
-
#
|
16 |
<authors><author><name>Omar,Muhsin</name><user>omarmadian</user><email>info@zanbytes.com</email></author></authors>
|
17 |
-
<date>2013-12-
|
18 |
-
<time>
|
19 |
-
<contents><target name="mage"><dir name="app"><dir name="locale"><dir name="en_US"><file name="Zanbytes_Cdokus.txt" hash="118e7eb832b943a17b8aff74c4489f23"/></dir></dir><dir name="etc"><dir name="modules"><file name="Zanbytes_Cdokus.xml" hash="f35529ad415197c9c47994fdf5d39760"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cdokus"><file name="links.phtml" hash="fbdad7a3c6ab227e8af07a9dc716ffd0"/></dir></dir><dir name="layout"><file name="cdokus.xml" hash="fa642f1af0c9e8c5ae4367a14e591c07"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="cdokus.xml" hash="67360c986435c888f76f1b812dc13235"/></dir><dir name="template"><dir name="cdokus"><dir name="product"><dir name="edit"><file name="cdokus.phtml" hash="cb5f49fef2a3c6245534433f4231bc44"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Zanbytes"><dir name="Cdokus"><dir><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Cdokus.php" hash="896005f84145fc17eb17dea20c76be6e"/><dir name="Links"><dir name="Action"><file name="Renderer.php" hash="b00dc833ce031a0a8dbcb27e1b29a4f7"/></dir><file name="Grid.php" hash="a5334855e66d678fac34c6c596abf3eb"/></dir></dir></dir></dir></dir><dir name="Cdokus"><file name="Document.php" hash="46d83555b36eefa5d98c790e0130c1a2"/><dir name="Edit"><file name="Form.php" hash="7e455f198a4ad99a7980a12bdc5bb5c1"/><dir name="Tab"><file name="Form.php" hash="a5ba23a18fc605e1d63920f5270eb5d1"/></dir><file name="Tabs.php" hash="27bf63f362a4beb8d7bbc8160a7dd616"/></dir><file name="Edit.php" hash="a2eaf9e5a6f84d006cc019b7267d4a1e"/><file name="Grid.php" hash="f75e9b846f75c8aba051aa3d60121ae8"/></dir></dir><file name="Download.php" hash="4d67891e6f6ca73a253fcafe7b73f711"/></dir><dir name="Helper"><file name="Data.php" hash="0c1fd1143b27f6f68e817ace1850297d"/></dir><dir name="Model"><file name="Abstract.php" hash="cfa4f3041727b1c850a47d01fc3da798"/><file name="Link.php" hash="fad64c620f7a07ceec353c5e3509c1d1"/><dir name="Resource"><dir name="Link"><file name="Collection.php" hash="6705b6a82772d0ded6d1ed3d6222607a"/></dir><file name="Link.php" hash="51be49587945af59ee68b20b3530b8f3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Cdokus"><dir name="Document"><file name="LinkController.php" hash="bb8a54f9632938a7f0b7aee691846c04"/></dir><dir name="Product"><file name="EditController.php" hash="012e2af6df06fe652f562e4eba6a609b"/></dir></dir></dir><file name="DownloadController.php" hash="96f22f2bebf4cd41ef61d8f6e1117e99"/></dir><dir name="docs"><file name="TODO" hash="508dd0c06bfdfbb5feb20de141428de1"/><file name="readme" hash="bc712bcbe9863e36a1d2c6790ea662bd"/><file name="reset-cdoku-db-entries.sql" hash="e2272e9d913d45415d40dcaebdc06e21"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4319b163cd795ab35a7069cb26c7b3ce"/><file name="config.xml" hash="
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Zanbytes_Cdokus</name>
|
4 |
+
<version>0.0.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Plugin that gives a nice user interface for administrator to upload product documents like manuals via a nice product tab in the Magento Backoffice.
|
11 |

|
12 |
As a bonus the plugin, allow administrators to control the visibility of the links per store and by using the translation file the label can be translated into multiple languages.</description>
|
13 |
+
<notes>Date:07-12-2013
|
14 |
+
Version:v0006
|
15 |
+
#Fixes issue #1 reported on github</notes>
|
16 |
<authors><author><name>Omar,Muhsin</name><user>omarmadian</user><email>info@zanbytes.com</email></author></authors>
|
17 |
+
<date>2013-12-08</date>
|
18 |
+
<time>00:13:40</time>
|
19 |
+
<contents><target name="mage"><dir name="app"><dir name="locale"><dir name="en_US"><file name="Zanbytes_Cdokus.txt" hash="118e7eb832b943a17b8aff74c4489f23"/></dir></dir><dir name="etc"><dir name="modules"><file name="Zanbytes_Cdokus.xml" hash="f35529ad415197c9c47994fdf5d39760"/></dir></dir><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="cdokus"><file name="links.phtml" hash="fbdad7a3c6ab227e8af07a9dc716ffd0"/></dir></dir><dir name="layout"><file name="cdokus.xml" hash="fa642f1af0c9e8c5ae4367a14e591c07"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="cdokus.xml" hash="67360c986435c888f76f1b812dc13235"/></dir><dir name="template"><dir name="cdokus"><dir name="product"><dir name="edit"><file name="cdokus.phtml" hash="cb5f49fef2a3c6245534433f4231bc44"/></dir></dir></dir></dir></dir></dir></dir></dir><dir name="code"><dir name="community"><dir name="Zanbytes"><dir name="Cdokus"><dir><dir><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><dir name="Tab"><file name="Cdokus.php" hash="896005f84145fc17eb17dea20c76be6e"/><dir name="Links"><dir name="Action"><file name="Renderer.php" hash="b00dc833ce031a0a8dbcb27e1b29a4f7"/></dir><file name="Grid.php" hash="a5334855e66d678fac34c6c596abf3eb"/></dir></dir></dir></dir></dir><dir name="Cdokus"><file name="Document.php" hash="46d83555b36eefa5d98c790e0130c1a2"/><dir name="Edit"><file name="Form.php" hash="7e455f198a4ad99a7980a12bdc5bb5c1"/><dir name="Tab"><file name="Form.php" hash="a5ba23a18fc605e1d63920f5270eb5d1"/></dir><file name="Tabs.php" hash="27bf63f362a4beb8d7bbc8160a7dd616"/></dir><file name="Edit.php" hash="a2eaf9e5a6f84d006cc019b7267d4a1e"/><file name="Grid.php" hash="f75e9b846f75c8aba051aa3d60121ae8"/></dir></dir><file name="Download.php" hash="4d67891e6f6ca73a253fcafe7b73f711"/></dir><dir name="Helper"><file name="Data.php" hash="0c1fd1143b27f6f68e817ace1850297d"/></dir><dir name="Model"><file name="Abstract.php" hash="cfa4f3041727b1c850a47d01fc3da798"/><file name="Link.php" hash="fad64c620f7a07ceec353c5e3509c1d1"/><dir name="Resource"><dir name="Link"><file name="Collection.php" hash="6705b6a82772d0ded6d1ed3d6222607a"/></dir><file name="Link.php" hash="51be49587945af59ee68b20b3530b8f3"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Cdokus"><dir name="Document"><file name="LinkController.php" hash="bb8a54f9632938a7f0b7aee691846c04"/></dir><dir name="Product"><file name="EditController.php" hash="012e2af6df06fe652f562e4eba6a609b"/></dir></dir></dir><file name="DownloadController.php" hash="96f22f2bebf4cd41ef61d8f6e1117e99"/></dir><dir name="docs"><file name="TODO" hash="508dd0c06bfdfbb5feb20de141428de1"/><file name="readme" hash="bc712bcbe9863e36a1d2c6790ea662bd"/><file name="reset-cdoku-db-entries.sql" hash="e2272e9d913d45415d40dcaebdc06e21"/></dir><dir name="etc"><file name="adminhtml.xml" hash="4319b163cd795ab35a7069cb26c7b3ce"/><file name="config.xml" hash="83c3cc5410f07fdcea3a0b9def2d9a5b"/><file name="system.xml" hash="8962b6d7e62ca3097700e703cdfeef25"/></dir><dir name="sql"><dir name="cdokus_setup"><file name="mysql4-install-0.0.0.1.php" hash="26a56a360e20980878eb3a92880e67eb"/></dir></dir></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="cdokus"><file name="style.css" hash="289cd7956266a91ef9d6c36d12a071e5"/></dir></dir></dir></dir></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
22 |
</package>
|