Ifuturz_Productvideo - Version 0.1.1

Version Notes

Fixed the image issue.

Download this release

Release Info

Developer Iverve
Extension Ifuturz_Productvideo
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/local/Ifuturz/Productvideo/Model/Observer.php CHANGED
@@ -25,10 +25,8 @@ class Ifuturz_Productvideo_Model_Observer
25
  if ($data = $this->_getRequest()->getPost())
26
  {
27
  $product->setProductVideo($data['product']['product_video']);
28
- $product->save();
29
  if(isset($_FILES['upload_video']['name']) && $_FILES['upload_video']['name'] != '')
30
- {
31
-
32
  $data['upload_video'] = $_FILES['upload_video']['name'];
33
  $front = $data['upload_video'];
34
 
25
  if ($data = $this->_getRequest()->getPost())
26
  {
27
  $product->setProductVideo($data['product']['product_video']);
 
28
  if(isset($_FILES['upload_video']['name']) && $_FILES['upload_video']['name'] != '')
29
+ {
 
30
  $data['upload_video'] = $_FILES['upload_video']['name'];
31
  $front = $data['upload_video'];
32
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ifuturz_Productvideo</name>
4
- <version>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>
@@ -22,11 +22,11 @@ This extension adds the facility to manage your videos associated with Magento p
22
  9) Upload custom images for thumbnails&#xD;
23
  10) Facility to manage the configuration for Max Video Uploading Limit and Max Video Size. &#xD;
24
  </description>
25
- <notes>This is the first stable version.</notes>
26
  <authors><author><name>Iverve</name><user>iverve</user><email>extension.geek@ifuturz.com</email></author></authors>
27
- <date>2015-01-26</date>
28
- <time>11:23:46</time>
29
- <contents><target name="mageetc"><dir name="modules"><file name="Ifuturz_Productvideo.xml" hash="bdc27a7c2148366117cdbb17b6a1e74a"/></dir></target><target name="magelocal"><dir name="Ifuturz"><dir name="Productvideo"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><file name="Form.php" hash="d9089017fc85576742060ff0c56bf8e2"/><dir name="Tab"><file name="Productvideo.php" hash="b58d17266a0e10f38620e069350e98d3"/></dir><file name="Tabs.php" hash="5302947429ad9962a3ddf2a40b9e461f"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="b474d205d49d8b914125f0955c479f83"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Productvideo"><file name="Collection.php" hash="2a2483f210adacf381e17b0d1b4477da"/></dir><file name="Productvideo.php" hash="dbd265d176d19e1786cbe5c8ff869bfc"/></dir><file name="Observer.php" hash="72c262337f17066bad3cdb781acf9945"/><file name="Productvideo.php" hash="f48f44abc5a24687e5cf0b31cf4cf20f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ProductvideoController.php" hash="dfc40cee87ed4b938f2cfd2d1aa8a2bf"/></dir><file name="IndexController.php" hash="7f82431d14f39591d736b09ff00544a2"/></dir><dir name="etc"><file name="config.xml" hash="5f16877f079929030e718ee25234aa05"/><file name="system.xml" hash="975879e383b72081b3ce5e63547dfb61"/></dir><dir name="sql"><dir name="productvideo_setup"><file name="mysql4-install-0.1.0.php" hash="ddf9ccd8622fa40df5e091894f69ef00"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="productvideo"><file name="productvideo.phtml" hash="355308c41e85c10267e64cceb21974e6"/></dir></dir><dir name="layout"><file name="productvideo.xml" hash="88e3f27035b55adc1c3c9133bc37ac78"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="productvideo"><dir name="catalog"><dir name="product"><dir name="tab"><file name="productvideo.phtml" hash="106203422d2eb0f77b2f3d305f261e4c"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="catalog"><dir name="product"><dir name="videos"><dir name="mediaplayer"><file name="player.swf" hash="81df72c5bd7b7e1c32f5395bfe0b95eb"/><file name="swfobject.js" hash="66d41ec7090bbdde87e09a309dea6661"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="productvideo"><file name="jquery-1.7.1.min.js" hash="4bab8348a52d17428f684ad1ec3a427e"/><file name="jquery_noconflict.js" hash="afdd9b4ecb226d898fe655136f849752"/></dir></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
32
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ifuturz_Productvideo</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
22
  9) Upload custom images for thumbnails&#xD;
23
  10) Facility to manage the configuration for Max Video Uploading Limit and Max Video Size. &#xD;
24
  </description>
25
+ <notes>Fixed the image issue.</notes>
26
  <authors><author><name>Iverve</name><user>iverve</user><email>extension.geek@ifuturz.com</email></author></authors>
27
+ <date>2015-07-06</date>
28
+ <time>11:15:30</time>
29
+ <contents><target name="mageetc"><dir name="modules"><file name="Ifuturz_Productvideo.xml" hash="bdc27a7c2148366117cdbb17b6a1e74a"/></dir></target><target name="magelocal"><dir name="Ifuturz"><dir name="Productvideo"><dir name="Block"><dir name="Adminhtml"><dir name="Catalog"><dir name="Product"><dir name="Edit"><file name="Form.php" hash="d9089017fc85576742060ff0c56bf8e2"/><dir name="Tab"><file name="Productvideo.php" hash="b58d17266a0e10f38620e069350e98d3"/></dir><file name="Tabs.php" hash="5302947429ad9962a3ddf2a40b9e461f"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="b474d205d49d8b914125f0955c479f83"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Productvideo"><file name="Collection.php" hash="2a2483f210adacf381e17b0d1b4477da"/></dir><file name="Productvideo.php" hash="dbd265d176d19e1786cbe5c8ff869bfc"/></dir><file name="Observer.php" hash="4b7ca8690d906e16b98a2307597b5d9c"/><file name="Productvideo.php" hash="f48f44abc5a24687e5cf0b31cf4cf20f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ProductvideoController.php" hash="dfc40cee87ed4b938f2cfd2d1aa8a2bf"/></dir><file name="IndexController.php" hash="7f82431d14f39591d736b09ff00544a2"/></dir><dir name="etc"><file name="config.xml" hash="5f16877f079929030e718ee25234aa05"/><file name="system.xml" hash="975879e383b72081b3ce5e63547dfb61"/></dir><dir name="sql"><dir name="productvideo_setup"><file name="mysql4-install-0.1.0.php" hash="ddf9ccd8622fa40df5e091894f69ef00"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="productvideo"><file name="productvideo.phtml" hash="355308c41e85c10267e64cceb21974e6"/></dir></dir><dir name="layout"><file name="productvideo.xml" hash="88e3f27035b55adc1c3c9133bc37ac78"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="productvideo"><dir name="catalog"><dir name="product"><dir name="tab"><file name="productvideo.phtml" hash="106203422d2eb0f77b2f3d305f261e4c"/></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="magemedia"><dir name="catalog"><dir name="product"><dir name="videos"><dir name="mediaplayer"><file name="player.swf" hash="81df72c5bd7b7e1c32f5395bfe0b95eb"/><file name="swfobject.js" hash="66d41ec7090bbdde87e09a309dea6661"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="productvideo"><file name="jquery-1.7.1.min.js" hash="4bab8348a52d17428f684ad1ec3a427e"/><file name="jquery_noconflict.js" hash="afdd9b4ecb226d898fe655136f849752"/></dir></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
32
  </package>