Version Notes
Correction of minor errors.
Download this release
Release Info
Developer | Magento Core Team |
Extension | CTCR_View360 |
Version | 1.0.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.0 to 1.0.1.0
app/code/community/CTCR/View360/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CTCR_View360>
|
5 |
-
<version>1.0.
|
6 |
</CTCR_View360>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CTCR_View360>
|
5 |
+
<version>1.0.1.0</version>
|
6 |
</CTCR_View360>
|
7 |
</modules>
|
8 |
|
app/code/community/CTCR/View360/sql/ctcrview360_setup/mysql4-install-1.0.0.0.php
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
-
$
|
|
|
|
|
|
|
|
|
4 |
|
5 |
$setup->addAttributeGroup('catalog_product', 'Default', 'View360');
|
6 |
$setup->addAttribute('catalog_product', 'ctcrview360_model_url', array(
|
@@ -176,4 +180,4 @@ $setup->addAttribute('catalog_product', 'ctcrview360_see_pr_img_popup', array(
|
|
176 |
'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_GLOBAL,
|
177 |
));
|
178 |
|
179 |
-
$
|
1 |
<?php
|
2 |
+
|
3 |
+
$installer = $this;
|
4 |
+
|
5 |
+
$setup = new Mage_Eav_Model_Entity_Setup('core_setup');
|
6 |
+
|
7 |
+
$installer->startSetup();
|
8 |
|
9 |
$setup->addAttributeGroup('catalog_product', 'Default', 'View360');
|
10 |
$setup->addAttribute('catalog_product', 'ctcrview360_model_url', array(
|
180 |
'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_GLOBAL,
|
181 |
));
|
182 |
|
183 |
+
$installer->endSetup();
|
app/code/community/CTCR/View360/sql/ctcrview360_setup/mysql4-upgrade-1.0.0.0-1.0.1.0.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
$installer = $this;
|
4 |
+
|
5 |
+
$installer->startSetup();
|
6 |
+
|
7 |
+
$entityTypeId = $installer->getEntityTypeId('catalog_product');
|
8 |
+
$installer->updateAttribute($entityTypeId, 'ctcrview360_popup_model', 'is_user_defined', 0);
|
9 |
+
$installer->updateAttribute($entityTypeId, 'ctcrview360_see_product_images', 'is_user_defined', 0);
|
10 |
+
$installer->updateAttribute($entityTypeId, 'ctcrview360_see_pr_img_popup', 'is_user_defined', 0);
|
11 |
+
|
12 |
+
$installer->endSetup();
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CTCR_View360</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>View360 is a extension which allows customers to view its goods in a revolutionary new way.
|
11 |

|
12 |
Install</description>
|
13 |
-
<notes>
|
14 |
<authors><author><name>Centro Tecnológico del Calzado de La Rioja</name><user>auto-converted</user><email>info@ctcr.es</email></author></authors>
|
15 |
-
<date>2013-03-
|
16 |
-
<time>15:
|
17 |
-
<contents><target name="magecommunity"><dir name="CTCR"><dir name="View360"><dir name="Helper"><file name="Data.php" hash="018fcc732a68644223c2b02192c687a7"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="02ae06d96893fe9f7184595634bc5b84"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
18 |
<compatible/>
|
19 |
<dependencies/>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CTCR_View360</name>
|
4 |
+
<version>1.0.1.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>
|
10 |
<description>View360 is a extension which allows customers to view its goods in a revolutionary new way.
|
11 |

|
12 |
Install</description>
|
13 |
+
<notes>Correction of minor errors.</notes>
|
14 |
<authors><author><name>Centro Tecnológico del Calzado de La Rioja</name><user>auto-converted</user><email>info@ctcr.es</email></author></authors>
|
15 |
+
<date>2013-03-20</date>
|
16 |
+
<time>15:31:12</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="CTCR"><dir name="View360"><dir name="Helper"><file name="Data.php" hash="018fcc732a68644223c2b02192c687a7"/></dir><dir name="Model"><dir name="Resource"><file name="Setup.php" hash="02ae06d96893fe9f7184595634bc5b84"/></dir></dir><dir name="etc"><file name="config.xml" hash="37f6289817d0f29cf8e318aa47dc9e68"/><file name="system.xml" hash="9c97eb139b55335453af4981df165f23"/></dir><dir name="sql"><dir name="ctcrview360_setup"><file name="mysql4-install-1.0.0.0.php" hash="6ab8e35d433caf15be538f3cd31cbe2f"/><file name="mysql4-upgrade-1.0.0.0-1.0.1.0.php" hash="5293f965a53e3cae05e72f52cd8fa3af"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CTCR_View360.xml" hash="8c1f427f57ca920267f470ec4e3e7b86"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><file name="ctcr_view360.css" hash="8c050dacbd048d955059ef2a0372f09e"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ctcr"><file name="ctcrview360.js" hash="d8b5ca55cfa988cc918fed7f47897431"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="ctcr"><dir name="catalog"><dir name="product"><dir name="view"><file name="media.phtml" hash="7804cabf28e70d464d6366cf8ca7867e"/></dir></dir></dir></dir></dir><dir name="layout"><file name="ctcr_view360.xml" hash="9768fd2a24973a852d2952875d4083bf"/></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies/>
|
20 |
</package>
|