fbfanbox - Version 0.1.1

Version Notes

This version for Magento 1.3

Download this release

Release Info

Developer Magento Core Team
Extension fbfanbox
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/local/Magestore/Fbfanbox/etc/config.xml CHANGED
@@ -14,7 +14,7 @@
14
  </default>
15
  <modules>
16
  <Magestore_Fbfanbox>
17
- <version>0.1.0</version>
18
  </Magestore_Fbfanbox>
19
  </modules>
20
  <frontend>
14
  </default>
15
  <modules>
16
  <Magestore_Fbfanbox>
17
+ <version>0.1.1</version>
18
  </Magestore_Fbfanbox>
19
  </modules>
20
  <frontend>
app/code/local/Magestore/Fbfanbox/sql/fbfanbox_setup/mysql4-install-0.1.0.php DELETED
@@ -1,23 +0,0 @@
1
- <?php
2
-
3
- $installer = $this;
4
-
5
- $installer->startSetup();
6
-
7
- $installer->run("
8
-
9
- -- DROP TABLE IF EXISTS {$this->getTable('fbfanbox')};
10
- CREATE TABLE {$this->getTable('fbfanbox')} (
11
- `fbfanbox_id` int(11) unsigned NOT NULL auto_increment,
12
- `title` varchar(255) NOT NULL default '',
13
- `filename` varchar(255) NOT NULL default '',
14
- `content` text NOT NULL default '',
15
- `status` smallint(6) NOT NULL default '0',
16
- `created_time` datetime NULL,
17
- `update_time` datetime NULL,
18
- PRIMARY KEY (`fbfanbox_id`)
19
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
20
-
21
- ");
22
-
23
- $installer->endSetup();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>fbfanbox</name>
4
- <version>0.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -11,8 +11,8 @@
11
  <notes>This version for Magento 1.3</notes>
12
  <authors><author><name>Magestore.com</name><user>auto-converted</user><email>magestore@gmail.com</email></author></authors>
13
  <date>2010-04-27</date>
14
- <time>07:41:15</time>
15
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="fbfanbox"><file name="fbfanbox.phtml" hash="8286b2821f2c59cfab3788af663dbeec"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Magestore"><dir name="Fbfanbox"><dir name="Block"><file name="Fbfanbox.php" hash="d1e8ab7a5ff2f64a270c781de8d16e36"/></dir><dir name="etc"><file name="config.xml" hash="53520b247e76e47443f96e99a4bfd8ea"/><file name="system.xml" hash="8865f73d9152e97307e0ceb8d7c5009d"/></dir><dir name="Helper"><file name="Data.php" hash="4ce9de5fe03ad1a910799c60c4b0d822"/></dir><dir name="sql"><dir name="fbfanbox_setup"><file name="mysql4-install-0.1.0.php" hash="5cf040bc2771847a76e9b49f290ef8e2"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magestore_Fbfanbox.xml" hash="4a53e6d33e3483bd9ba073f25d91bb74"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>fbfanbox</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
11
  <notes>This version for Magento 1.3</notes>
12
  <authors><author><name>Magestore.com</name><user>auto-converted</user><email>magestore@gmail.com</email></author></authors>
13
  <date>2010-04-27</date>
14
+ <time>07:56:01</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="fbfanbox"><file name="fbfanbox.phtml" hash="8286b2821f2c59cfab3788af663dbeec"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="Magestore"><dir name="Fbfanbox"><dir name="Block"><file name="Fbfanbox.php" hash="d1e8ab7a5ff2f64a270c781de8d16e36"/></dir><dir name="etc"><file name="config.xml" hash="eb2314283d875c1f3bfa093c77a8d2a0"/><file name="system.xml" hash="8865f73d9152e97307e0ceb8d7c5009d"/></dir><dir name="Helper"><file name="Data.php" hash="4ce9de5fe03ad1a910799c60c4b0d822"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magestore_Fbfanbox.xml" hash="4a53e6d33e3483bd9ba073f25d91bb74"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>