news_module - Version 0.1.4

Version Notes

Compatible with patch Supee 6788

Download this release

Release Info

Developer Biztech
Extension news_module
Version 0.1.4
Comparing to
See all releases


Code changes from version 0.1.3 to 0.1.4

News.pdf ADDED
Binary file
app/code/local/Biztech/News/Model/Mysql4/Newscategory.php~ DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
-
3
- class Biztech_News_Model_Mysql4_Newscategory extends Mage_Core_Model_Mysql4_Abstract
4
- {
5
- public function _construct()
6
- {
7
- $this->_init('news/newsdata', 'category_id');
8
- }
9
- }
 
 
 
 
 
 
 
 
 
app/code/local/Biztech/News/Model/Mysql4/Newsdata.php~ DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
-
3
- class Biztech_News_Model_Mysql4_Newsdata extends Mage_Core_Model_Mysql4_Abstract
4
- {
5
- public function _construct()
6
- {
7
- $this->_init('news/newsdata', 'text_id');
8
- }
9
- }
 
 
 
 
 
 
 
 
 
app/code/local/Biztech/News/controllers/Adminhtml/NewsController.php CHANGED
@@ -105,8 +105,8 @@
105
  return;
106
  }
107
 
108
- $data['date_to_publish'] = date('Y-m-d H:i:s', strtotime($data['date_to_publish']));
109
- $data['date_to_unpublish'] = date('Y-m-d H:i:s', strtotime($data['date_to_unpublish']));
110
  $model = Mage::getModel('news/news');
111
  $model->setData($data)
112
  ->setId($this->getRequest()->getParam('id'));
105
  return;
106
  }
107
 
108
+ $data['date_to_publish'] = date('Y-m-d H:i:s', strtotime($publish_date));
109
+ $data['date_to_unpublish'] = date('Y-m-d H:i:s', strtotime($unpublish_date));
110
  $model = Mage::getModel('news/news');
111
  $model->setData($data)
112
  ->setId($this->getRequest()->getParam('id'));
app/code/local/Biztech/News/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Biztech_News>
5
- <version>0.1.3</version>
6
  </Biztech_News>
7
  </modules>
8
  <frontend>
@@ -32,15 +32,16 @@
32
  </modules>
33
  </translate>
34
  </frontend>
 
35
  <admin>
36
  <routers>
37
- <news>
38
- <use>admin</use>
39
- <args>
40
- <module>Biztech_News</module>
41
- <frontName>news</frontName>
42
- </args>
43
- </news>
44
  </routers>
45
  </admin>
46
  <adminhtml>
@@ -52,12 +53,12 @@
52
  <items module="news">
53
  <title>Manage News</title>
54
  <sort_order>0</sort_order>
55
- <action>news/adminhtml_news</action>
56
  </items>
57
  <category module="news">
58
  <title>Manage Category</title>
59
  <sort_order>1</sort_order>
60
- <action>news/adminhtml_category</action>
61
  </category>
62
  </children>
63
  </news>
2
  <config>
3
  <modules>
4
  <Biztech_News>
5
+ <version>0.1.4</version>
6
  </Biztech_News>
7
  </modules>
8
  <frontend>
32
  </modules>
33
  </translate>
34
  </frontend>
35
+
36
  <admin>
37
  <routers>
38
+ <adminhtml>
39
+ <args>
40
+ <modules>
41
+ <news after="Mage_Adminhtml">Biztech_News_Adminhtml</news>
42
+ </modules>
43
+ </args>
44
+ </adminhtml>
45
  </routers>
46
  </admin>
47
  <adminhtml>
53
  <items module="news">
54
  <title>Manage News</title>
55
  <sort_order>0</sort_order>
56
+ <action>adminhtml/news</action>
57
  </items>
58
  <category module="news">
59
  <title>Manage Category</title>
60
  <sort_order>1</sort_order>
61
+ <action>adminhtml/category</action>
62
  </category>
63
  </children>
64
  </news>
app/design/adminhtml/default/default/layout/news.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <layout version="0.1.0">
3
 
4
- <news_adminhtml_news_index>
5
  <reference name="content">
6
  <block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
7
  <action method="setUseConfirm">
@@ -10,14 +10,14 @@
10
  </block>
11
  <block type="news/adminhtml_news" name="news" />
12
  </reference>
13
- </news_adminhtml_news_index>
14
 
15
- <news_adminhtml_news_edit>
16
  <update handle="editor" />
17
- </news_adminhtml_news_edit>
18
 
19
 
20
- <news_adminhtml_category_index>
21
  <reference name="content">
22
  <block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
23
  <action method="setUseConfirm">
@@ -26,9 +26,9 @@
26
  </block>
27
  <block type="news/adminhtml_category" name="category" />
28
  </reference>
29
- </news_adminhtml_category_index>
30
 
31
- <news_adminhtml_news_product>
32
  <block type="core/text_list" name="root" output="toHtml">
33
  <block type="news/adminhtml_news_edit_tab_related" name="related.grid"/>
34
  <block type="adminhtml/widget_grid_serializer" name="grid_serializer">
@@ -42,11 +42,11 @@
42
  </reference>
43
  </block>
44
  </block>
45
- </news_adminhtml_news_product>
46
 
47
- <news_adminhtml_news_grid>
48
  <block type="core/text_list" name="root" output="toHtml">
49
  <block type="news/adminhtml_news_edit_tab_related" name="related.grid"/>
50
  </block>
51
- </news_adminhtml_news_grid>
52
  </layout>
1
  <?xml version="1.0"?>
2
  <layout version="0.1.0">
3
 
4
+ <adminhtml_news_index>
5
  <reference name="content">
6
  <block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
7
  <action method="setUseConfirm">
10
  </block>
11
  <block type="news/adminhtml_news" name="news" />
12
  </reference>
13
+ </adminhtml_news_index>
14
 
15
+ <adminhtml_news_edit>
16
  <update handle="editor" />
17
+ </adminhtml_news_edit>
18
 
19
 
20
+ <adminhtml_category_index>
21
  <reference name="content">
22
  <block type="adminhtml/store_switcher" name="store_switcher" as="store_switcher">
23
  <action method="setUseConfirm">
26
  </block>
27
  <block type="news/adminhtml_category" name="category" />
28
  </reference>
29
+ </adminhtml_category_index>
30
 
31
+ <adminhtml_news_product>
32
  <block type="core/text_list" name="root" output="toHtml">
33
  <block type="news/adminhtml_news_edit_tab_related" name="related.grid"/>
34
  <block type="adminhtml/widget_grid_serializer" name="grid_serializer">
42
  </reference>
43
  </block>
44
  </block>
45
+ </adminhtml_news_product>
46
 
47
+ <adminhtml_news_grid>
48
  <block type="core/text_list" name="root" output="toHtml">
49
  <block type="news/adminhtml_news_edit_tab_related" name="related.grid"/>
50
  </block>
51
+ </adminhtml_news_grid>
52
  </layout>
package.xml CHANGED
@@ -1,36 +1,29 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>news_module</name>
4
- <version>0.1.3</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>The News Module Extension allows you to display news on your website for viewers</summary>
10
  <description>The News Module Extension allows you to display news on your website for viewers. News can be anything like if there is any update in your products, if you have included any new product in your e-store, if you are providing any special offers in any of your products etc all can be displayed in the news section.&#xD;
11
- A separate section for news helps your client to easily get through recent happenings in your online store. The extension is very easy to install, configure and use. It allows you to manage news from the admin panel. You can easily add and edit any news entries. It helps you to display various ads, products and news on your website effortlessly.&#xD;
12
- Features of News Module Extension.&#xD;
13
- &#x2022; After installing this extension a separate menu will be created for News on your website that will help viewers to easily go to the News section of your website.&#xD;
14
- &#x2022; News page will show latest ten updates and the details of the updates can be viewed by clicking on the read more link that will redirect the customers to the details page of that particular news.&#xD;
15
- &#x2022; You can create news and it is up to you when you want to publish it. There is provision for this facility in the admin side, go to News-&gt;Manage News-&gt;News information, there specify yes/no in the published attribute as needed.&#xD;
16
- &#x2022; Possibility for publishing a particular news for given period of time is also available. This can be set from News-&gt;Manage News-&gt;Publishing Options. Here set the start and end data for the news has to be published.&#xD;
17
- &#x2022; The extension also allows you optimize your news page by allowing you to set the page title, keywords and description. &#xD;
18
- &#x2022; Page layout can be set both for the news list pages and news detail page as desired. The layouts that this extension provides are 1 column, 2columns-right, 2columns-left and 3columns&#xD;
19
- &#xD;
20
- &#xD;
21
- This extension can also be used as a blog on your website. Magento News Extension will help you make your store more interactive and will keep your visitors familiar with the latest business updates and developments.</description>
22
- <notes>- Enhancements : &#xD;
23
- Manage News by Category&#xD;
24
- Add Related News for particular News Item&#xD;
25
- Add news section in left and right column,&#xD;
26
- Add news link in top links.&#xD;
27
- Display News Ticker&#xD;
28
- Share News on social Media&#xD;
29
- </notes>
30
  <authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
31
- <date>2015-07-13</date>
32
- <time>06:02:58</time>
33
- <contents><target name="mageetc"><dir name="modules"><file name="Biztech_News.xml" hash="dbefe2b324b75748c56e28fa26f7b8d0"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="News"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="Edit"><file name="Form.php" hash="51624edb75f5e431d1367f4f8dae56d9"/><dir name="Tab"><file name="Form.php" hash="193c68961f51b588405672aa530115c3"/></dir><file name="Tabs.php" hash="444a48335c9ba17463a6163f65ea8cd0"/></dir><file name="Edit.php" hash="0dee7a7e029e4b39513685ff1d80e0c7"/><file name="Grid.php" hash="fe088bf632023e415bcef7af814ad196"/></dir><file name="Category.php" hash="7a0eeb7383b7aee500c2e880af6f9f9d"/><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="PageLayout.php" hash="cb053c3354269872be9355a36f0bd7ca"/></dir></dir></dir></dir><dir name="News"><dir name="Edit"><file name="Form.php" hash="e11cccad6ab78db02c0572a87095c2ce"/><dir name="Tab"><file name="Form.php" hash="2b4278e035aeae8ef8230e529fadec60"/><file name="Product.php" hash="3ee6007896c7809bc7083b38a142477f"/><file name="Publishingoptions.php" hash="66581d748b118a6a071d380096b8acfc"/><file name="Related.php" hash="c653e2489c3937ebc4abed3883e43e6d"/><file name="Seo.php" hash="6783a433b07c65cd39b50b6593eb82cc"/></dir><file name="Tabs.php" hash="a31112c2f7c4821287b3aeafc60ea142"/></dir><file name="Edit.php" hash="de0a846c4282f23cba46dddbf339ed5c"/><file name="Grid.php" hash="5e7ddc0029864fd8f68d2b803e57fdb5"/></dir><file name="News.php" hash="d8e83cccedc0d4a2fc1cc6957a38ae7d"/></dir><file name="Category.php" hash="57bec78ba65b2d30fa4f51ffdcd9c8f8"/><file name="News.php" hash="cf9c2518731bf6f88a87717e55cf5f73"/><dir name="Product"><file name="Toolbar.php" hash="5ea2be422632936d999f2feb662c5efb"/></dir></dir><dir name="Helper"><file name="Data.php" hash="11e7f2ca758e28d169980c2ef58ca1bc"/><file name="Toolbar.php" hash="14159408015e75a92b500f3331e7afea"/></dir><dir name="Model"><dir name="Mysql4"><dir name="News"><file name="Collection.php" hash="e3c39884261fde3c7432eb0517bfc3b1"/></dir><file name="News.php" hash="e0bbfff96aa96114103ab7a1b24d287e"/><dir name="Newscategory"><file name="Collection.php" hash="56a1ce8d255e51afec8e5431a7180fb0"/></dir><file name="Newscategory.php" hash="51da75bb886b3194f464135cf5840146"/><file name="Newscategory.php~" hash="14214581f8a213ea6bcddc5a1ceb37cb"/><dir name="Newscategorydata"><file name="Collection.php" hash="bdd1763c686b53a2656da55745d7100b"/></dir><file name="Newscategorydata.php" hash="e9b6d05db01f302414461f73cad10353"/><dir name="Newsdata"><file name="Collection.php" hash="4fd9ec9ed7cd8b0449dfbcebcd8515c9"/></dir><file name="Newsdata.php" hash="cb924f6abccf0341723152d0825664bc"/><file name="Newsdata.php~" hash="cb924f6abccf0341723152d0825664bc"/></dir><file name="News.php" hash="a696eb4c7834e76c88c0fbd19ec8bb32"/><file name="Newscategory.php" hash="e4e4e1b3b1b5a5e5d7d9c39ea576b79c"/><file name="Newscategorydata.php" hash="d1c85a4edecc667b25c8509aabafd98f"/><file name="Newsdata.php" hash="63f5c9a9676a0bb5777c63cfc5b4a854"/><file name="Status.php" hash="fddbc75ce090257b57a1c6ca4e6c6f08"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategoryController.php" hash="a25716b54f5b4e534b9b3e93152f7529"/><file name="NewsController.php" hash="8a2977f5748887c167cc4bb4e8bc2e9e"/></dir><file name="IndexController.php" hash="f7841c4fa35d43b22ecc68a58985bf64"/></dir><dir name="etc"><file name="config.xml" hash="f0e130c8e6a41f381a47eb0095421efd"/><file name="system.xml" hash="380f1935f01dc3155727117881bc7fa8"/></dir><dir name="sql"><dir name="news_setup"><file name="mysql4-data-upgrade-0.1.1-0.1.2.php" hash="8d0f54ad738960b40e51bf641c2224f1"/><file name="mysql4-data-upgrade-0.1.2-0.1.3.php" hash="46b5b4545ddf84548ee5d8eb9cd3d106"/><file name="mysql4-install-0.1.0-0.1.1.php" hash="1fc1c2bb4f2d4613c60b11853727b26c"/><file name="mysql4-install-0.1.0.php" hash="1fc1c2bb4f2d4613c60b11853727b26c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="news.xml" hash="dc0f4312c97ae89ec8d73bfdec3fe5c7"/></dir><dir name="template"><dir name="news"><file name="category_column.phtml" hash="fa5c4a5c2eb73b3d8630664d4b707474"/><file name="news.phtml" hash="1af0661b5bad6be903e75b537900a3aa"/><file name="news_column.phtml" hash="282df389f7d0c3335016fc0f00da943a"/><file name="news_ticker.phtml" hash="285cf2e038734dcf5f04ac80c9f2fa5e"/><file name="newslist.phtml" hash="0d387acecc404584786bc589e4ce72fb"/><file name="toolbar.phtml" hash="0de79f32306c8132f346ec129a6677f3"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="news.xml" hash="cfaf846645bcfb6148eb87fc02b777b1"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Biztech_News.csv" hash="67b2c0a0d57e157111017b001fc5bf6a"/></dir><dir name="de_DE"><file name="Biztech_News.csv" hash="0ccfe0cf1c5cfbb4bc2ce44e8ae1f19f"/></dir><dir name="it_IT"><file name="Biztech_News.csv" hash="850d3a4028427880e9d9213700f3c961"/></dir><dir name="fr_FR"><file name="Biztech_News.csv" hash="9c8d206119af9ab09b38b81c9c1cf0ac"/></dir><dir name="nl_NL"><file name="Biztech_News.csv" hash="3b9b1f0c6a303a11e45b7e8be15eda33"/></dir><dir name="en_GB"><file name="Biztech_News.csv" hash="ef1bc3144084f27998c500c0f0c73843"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="news"><dir name="css"><file name="news.css" hash="e817c6a01ebbb048b760c8bf368abd29"/><file name="ticker-style.css" hash="681605a66c563cc983b8ad6a0dfdab9f"/></dir><dir name="images"><file name="Thumbs.db" hash="c70ae454e77f096854fdf2dc107bb480"/><file name="controls.png" hash="8e4022835e8da247197e2df8fc230044"/><file name="dl-arr.png" hash="19ebfa90651cf72e9118380bd46f8b27"/><file name="down-arr.gif" hash="92aa01572b20dbb45a713f60784f4008"/><file name="forkme.png" hash="5330c88f5cea3a396d4ba8fc90ac6c31"/><file name="main-red-bg.gif" hash="7d1db840ca16b765a1a117f7e82e14b0"/></dir><dir name="js"><file name="jquery-1.6.4.min.js" hash="9118381924c51c89d9414a311ec9c97f"/><file name="jquery-1.9.1.min.js" hash="397754ba49e9e0cf4e7c190da78dda05"/><file name="jquery.ticker.js" hash="b7389c825a1c18607c940384b3645d17"/><file name="site.js" hash="e5f78efb590ec4356b26a7c1964f3402"/></dir></dir></dir></dir></dir></target></contents>
34
  <compatible/>
35
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
36
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>news_module</name>
4
+ <version>0.1.4</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>The News Module Extension allows you to display news on your website for viewers</summary>
10
  <description>The News Module Extension allows you to display news on your website for viewers. News can be anything like if there is any update in your products, if you have included any new product in your e-store, if you are providing any special offers in any of your products etc all can be displayed in the news section.&#xD;
11
+ A separate section for news helps your client to easily get through recent happenings in your online store. The extension is very easy to install, configure and use. It allows you to manage news from the admin panel. You can easily add and edit any news entries. It helps you to display various ads, products and news on your website effortlessly.&#xD;
12
+ Features of News Module Extension.&#xD;
13
+ &#x2022; After installing this extension a separate menu will be created for News on your website that will help viewers to easily go to the News section of your website.&#xD;
14
+ &#x2022; News page will show latest ten updates and the details of the updates can be viewed by clicking on the read more link that will redirect the customers to the details page of that particular news.&#xD;
15
+ &#x2022; You can create news and it is up to you when you want to publish it. There is provision for this facility in the admin side, go to News-&gt;Manage News-&gt;News information, there specify yes/no in the published attribute as needed.&#xD;
16
+ &#x2022; Possibility for publishing a particular news for given period of time is also available. This can be set from News-&gt;Manage News-&gt;Publishing Options. Here set the start and end data for the news has to be published.&#xD;
17
+ &#x2022; The extension also allows you optimize your news page by allowing you to set the page title, keywords and description. &#xD;
18
+ &#x2022; Page layout can be set both for the news list pages and news detail page as desired. The layouts that this extension provides are 1 column, 2columns-right, 2columns-left and 3columns&#xD;
19
+ &#xD;
20
+ &#xD;
21
+ This extension can also be used as a blog on your website. Magento News Extension will help you make your store more interactive and will keep your visitors familiar with the latest business updates and developments.</description>
22
+ <notes>Compatible with patch Supee 6788</notes>
 
 
 
 
 
 
 
23
  <authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
24
+ <date>2016-03-16</date>
25
+ <time>09:28:10</time>
26
+ <contents><target name="mageetc"><dir name="modules"><file name="Biztech_News.xml" hash="dbefe2b324b75748c56e28fa26f7b8d0"/></dir></target><target name="mage"><dir name="."><file name="News.pdf" hash="a5458761526c73549e6b7aef2b37a223"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="News"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="Edit"><file name="Form.php" hash="51624edb75f5e431d1367f4f8dae56d9"/><dir name="Tab"><file name="Form.php" hash="193c68961f51b588405672aa530115c3"/></dir><file name="Tabs.php" hash="444a48335c9ba17463a6163f65ea8cd0"/></dir><file name="Edit.php" hash="0dee7a7e029e4b39513685ff1d80e0c7"/><file name="Grid.php" hash="fe088bf632023e415bcef7af814ad196"/></dir><file name="Category.php" hash="7a0eeb7383b7aee500c2e880af6f9f9d"/><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="PageLayout.php" hash="cb053c3354269872be9355a36f0bd7ca"/></dir></dir></dir></dir><dir name="News"><dir name="Edit"><file name="Form.php" hash="e11cccad6ab78db02c0572a87095c2ce"/><dir name="Tab"><file name="Form.php" hash="2b4278e035aeae8ef8230e529fadec60"/><file name="Product.php" hash="3ee6007896c7809bc7083b38a142477f"/><file name="Publishingoptions.php" hash="66581d748b118a6a071d380096b8acfc"/><file name="Related.php" hash="c653e2489c3937ebc4abed3883e43e6d"/><file name="Seo.php" hash="6783a433b07c65cd39b50b6593eb82cc"/></dir><file name="Tabs.php" hash="a31112c2f7c4821287b3aeafc60ea142"/></dir><file name="Edit.php" hash="de0a846c4282f23cba46dddbf339ed5c"/><file name="Grid.php" hash="5e7ddc0029864fd8f68d2b803e57fdb5"/></dir><file name="News.php" hash="d8e83cccedc0d4a2fc1cc6957a38ae7d"/></dir><file name="Category.php" hash="57bec78ba65b2d30fa4f51ffdcd9c8f8"/><file name="News.php" hash="cf9c2518731bf6f88a87717e55cf5f73"/><dir name="Product"><file name="Toolbar.php" hash="5ea2be422632936d999f2feb662c5efb"/></dir></dir><dir name="Helper"><file name="Data.php" hash="11e7f2ca758e28d169980c2ef58ca1bc"/><file name="Toolbar.php" hash="14159408015e75a92b500f3331e7afea"/></dir><dir name="Model"><dir name="Mysql4"><dir name="News"><file name="Collection.php" hash="e3c39884261fde3c7432eb0517bfc3b1"/></dir><file name="News.php" hash="e0bbfff96aa96114103ab7a1b24d287e"/><dir name="Newscategory"><file name="Collection.php" hash="56a1ce8d255e51afec8e5431a7180fb0"/></dir><file name="Newscategory.php" hash="51da75bb886b3194f464135cf5840146"/><dir name="Newscategorydata"><file name="Collection.php" hash="bdd1763c686b53a2656da55745d7100b"/></dir><file name="Newscategorydata.php" hash="e9b6d05db01f302414461f73cad10353"/><dir name="Newsdata"><file name="Collection.php" hash="4fd9ec9ed7cd8b0449dfbcebcd8515c9"/></dir><file name="Newsdata.php" hash="cb924f6abccf0341723152d0825664bc"/></dir><file name="News.php" hash="a696eb4c7834e76c88c0fbd19ec8bb32"/><file name="Newscategory.php" hash="e4e4e1b3b1b5a5e5d7d9c39ea576b79c"/><file name="Newscategorydata.php" hash="d1c85a4edecc667b25c8509aabafd98f"/><file name="Newsdata.php" hash="63f5c9a9676a0bb5777c63cfc5b4a854"/><file name="Status.php" hash="fddbc75ce090257b57a1c6ca4e6c6f08"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategoryController.php" hash="a25716b54f5b4e534b9b3e93152f7529"/><file name="NewsController.php" hash="68b8f12ca27201aea51b2bcf878534e5"/></dir><file name="IndexController.php" hash="f7841c4fa35d43b22ecc68a58985bf64"/></dir><dir name="etc"><file name="config.xml" hash="ed899a1516148aeb6a4f2d2e1da981c3"/><file name="system.xml" hash="380f1935f01dc3155727117881bc7fa8"/></dir><dir name="sql"><dir name="news_setup"><file name="mysql4-data-upgrade-0.1.1-0.1.2.php" hash="8d0f54ad738960b40e51bf641c2224f1"/><file name="mysql4-data-upgrade-0.1.2-0.1.3.php" hash="46b5b4545ddf84548ee5d8eb9cd3d106"/><file name="mysql4-install-0.1.0-0.1.1.php" hash="1fc1c2bb4f2d4613c60b11853727b26c"/><file name="mysql4-install-0.1.0.php" hash="1fc1c2bb4f2d4613c60b11853727b26c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="news.xml" hash="69e2f48c9291299ab436a56840b408a3"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="news.xml" hash="dc0f4312c97ae89ec8d73bfdec3fe5c7"/></dir><dir name="template"><dir name="news"><file name="category_column.phtml" hash="fa5c4a5c2eb73b3d8630664d4b707474"/><file name="news.phtml" hash="1af0661b5bad6be903e75b537900a3aa"/><file name="news_column.phtml" hash="282df389f7d0c3335016fc0f00da943a"/><file name="news_ticker.phtml" hash="285cf2e038734dcf5f04ac80c9f2fa5e"/><file name="newslist.phtml" hash="0d387acecc404584786bc589e4ce72fb"/><file name="toolbar.phtml" hash="0de79f32306c8132f346ec129a6677f3"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="news"><dir name="css"><file name="news.css" hash="e817c6a01ebbb048b760c8bf368abd29"/><file name="ticker-style.css" hash="681605a66c563cc983b8ad6a0dfdab9f"/></dir><dir name="images"><file name="Thumbs.db" hash="c70ae454e77f096854fdf2dc107bb480"/><file name="controls.png" hash="8e4022835e8da247197e2df8fc230044"/><file name="dl-arr.png" hash="19ebfa90651cf72e9118380bd46f8b27"/><file name="down-arr.gif" hash="92aa01572b20dbb45a713f60784f4008"/><file name="forkme.png" hash="5330c88f5cea3a396d4ba8fc90ac6c31"/><file name="main-red-bg.gif" hash="7d1db840ca16b765a1a117f7e82e14b0"/></dir><dir name="js"><file name="jquery-1.6.4.min.js" hash="9118381924c51c89d9414a311ec9c97f"/><file name="jquery-1.9.1.min.js" hash="397754ba49e9e0cf4e7c190da78dda05"/><file name="jquery.ticker.js" hash="b7389c825a1c18607c940384b3645d17"/><file name="site.js" hash="e5f78efb590ec4356b26a7c1964f3402"/></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Biztech_News.csv" hash="0ccfe0cf1c5cfbb4bc2ce44e8ae1f19f"/></dir><dir name="en_GB"><file name="Biztech_News.csv" hash="ef1bc3144084f27998c500c0f0c73843"/></dir><dir name="en_US"><file name="Biztech_News.csv" hash="67b2c0a0d57e157111017b001fc5bf6a"/></dir><dir name="fr_FR"><file name="Biztech_News.csv" hash="9c8d206119af9ab09b38b81c9c1cf0ac"/></dir><dir name="it_IT"><file name="Biztech_News.csv" hash="850d3a4028427880e9d9213700f3c961"/></dir><dir name="nl_NL"><file name="Biztech_News.csv" hash="3b9b1f0c6a303a11e45b7e8be15eda33"/></dir></target></contents>
27
  <compatible/>
28
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
29
  </package>