Version Notes
-Change in news admin settings - add textarea for seo details
Download this release
Release Info
Developer | Biztech |
Extension | news_module |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/local/Biztech/News/Block/Adminhtml/News/Edit/Tab/Seo.php
CHANGED
@@ -10,16 +10,16 @@ class Biztech_News_Block_Adminhtml_News_Edit_Tab_Seo extends Mage_Adminhtml_Bloc
|
|
10 |
|
11 |
|
12 |
$fieldset->addField('browser_title', 'text', array(
|
13 |
-
'label' => Mage::helper('news')->__('
|
14 |
'required' => false,
|
15 |
'name' => 'browser_title',
|
16 |
));
|
17 |
-
$fieldset->addField('seo_keywords', '
|
18 |
'label' => Mage::helper('news')->__('Keywords'),
|
19 |
'required' => false,
|
20 |
'name' => 'seo_keywords',
|
21 |
));
|
22 |
-
$fieldset->addField('seo_description', '
|
23 |
'label' => Mage::helper('news')->__('Description'),
|
24 |
'required' => false,
|
25 |
'name' => 'seo_description',
|
10 |
|
11 |
|
12 |
$fieldset->addField('browser_title', 'text', array(
|
13 |
+
'label' => Mage::helper('news')->__('Page Title'),
|
14 |
'required' => false,
|
15 |
'name' => 'browser_title',
|
16 |
));
|
17 |
+
$fieldset->addField('seo_keywords', 'textarea', array(
|
18 |
'label' => Mage::helper('news')->__('Keywords'),
|
19 |
'required' => false,
|
20 |
'name' => 'seo_keywords',
|
21 |
));
|
22 |
+
$fieldset->addField('seo_description', 'textarea', array(
|
23 |
'label' => Mage::helper('news')->__('Description'),
|
24 |
'required' => false,
|
25 |
'name' => 'seo_description',
|
app/code/local/Biztech/News/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Biztech_News>
|
5 |
-
<version>0.1.
|
6 |
</Biztech_News>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Biztech_News>
|
5 |
+
<version>0.1.1</version>
|
6 |
</Biztech_News>
|
7 |
</modules>
|
8 |
<frontend>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>news_module</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -20,11 +20,11 @@ Features of News Module Extension.
|
|
20 |

|
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.
|
22 |
</description>
|
23 |
-
<notes>-
|
24 |
<authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
|
25 |
-
<date>2013-
|
26 |
-
<time>05:
|
27 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Biztech_News.xml" hash="2066527c7cb941ff29c3abc04cf2e1e7"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="News"><dir name="Block"><dir name="Adminhtml"><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="14e4a7813dd84774463806fd7b340a6a"/><dir name="Tab"><file name="Form.php" hash="01fb481131c9ed25d5e6219e8381f0dd"/><file name="Publishingoptions.php" hash="9266e52bcf666df0ac86b93077f755b2"/><file name="Seo.php" hash="
|
28 |
<compatible/>
|
29 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
30 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>news_module</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>
|
20 |

|
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.
|
22 |
</description>
|
23 |
+
<notes>-Change in news admin settings - add textarea for seo details</notes>
|
24 |
<authors><author><name>Biztech</name><user>biztechcon</user><email>sales@biztechconsultancy.com</email></author></authors>
|
25 |
+
<date>2013-09-17</date>
|
26 |
+
<time>05:58:48</time>
|
27 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Biztech_News.xml" hash="2066527c7cb941ff29c3abc04cf2e1e7"/></dir></target><target name="magelocal"><dir name="Biztech"><dir name="News"><dir name="Block"><dir name="Adminhtml"><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="14e4a7813dd84774463806fd7b340a6a"/><dir name="Tab"><file name="Form.php" hash="01fb481131c9ed25d5e6219e8381f0dd"/><file name="Publishingoptions.php" hash="9266e52bcf666df0ac86b93077f755b2"/><file name="Seo.php" hash="e23f61b0dddeba20f285390c30e4016c"/></dir><file name="Tabs.php" hash="b7d5f7ba0923a08f9c7dda82ca9533dd"/></dir><file name="Edit.php" hash="9cc35195704b7980f8f1c4f996655d35"/><file name="Grid.php" hash="ebe5136870ab89a4b164c4af8b0dc5ae"/></dir><file name="News.php" hash="6d55288c8e492529babed70d7693cee3"/></dir><dir name="Html"><file name="Topmenu.php" hash="20ecd9eb22aea35a7c5c05afb180a5eb"/></dir><file name="News.php" hash="3e4c83c3038290af7f55232a1a8e0c13"/><dir name="Product"><file name="Toolbar.php" hash="5ea2be422632936d999f2feb662c5efb"/></dir></dir><dir name="Helper"><file name="Data.php" hash="041b029a330619d0410b9a10d97ff99a"/><file name="Toolbar.php" hash="f43815d9de8ec838ef60ac235b7ad87a"/></dir><dir name="Model"><dir name="Mysql4"><dir name="News"><file name="Collection.php" hash="d94ba8224386db37166a42c818741816"/></dir><file name="News.php" hash="105de65e8142848237a86c148d7c50a9"/></dir><file name="News.php" hash="8936030acfbccc9af2d2962ca14d4178"/><file name="Status.php" hash="fddbc75ce090257b57a1c6ca4e6c6f08"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="NewsController.php" hash="995ed407e8cb40cd19e47d733b7d252b"/></dir><file name="IndexController.php" hash="7b84f01a54d1b4155a1b5f8006a0c13d"/></dir><dir name="etc"><file name="config.xml" hash="6ba168bc39719a863eefc4321179d47e"/><file name="system.xml" hash="1bb49bcbdde576d08549701b4d3d9e4b"/></dir><dir name="sql"><dir name="news_setup"><file name="mysql4-install-0.1.0.php" hash="64b4d2aa617e50e51c5ab8bed45ce2af"/></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="a5d673a49630a02e12e16d3d20118e1f"/></dir><dir name="template"><dir name="news"><file name="news.phtml" hash="189b9c77d457d2c6a2609d5cf10e95c2"/><file name="newslist.phtml" hash="8184e2ad62b2660621c56179b2353b85"/><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="71a6b06b143def9feaa53156aafe6bc2"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Biztech_News.csv" hash="c578fa43638898d8d2c1d65df58ff295"/></dir><dir name="de_DE"><file name="Biztech_News.csv" hash="62e4bad7e4e3f835a5813b63399cedd6"/></dir><dir name="it_IT"><file name="Biztech_News.csv" hash="c6beab4c9b1daa5d01833d94dd897bc6"/></dir><dir name="fr_FR"><file name="Biztech_News.csv" hash="d35888dc2041bd3fd59300c3cdd69c25"/></dir><dir name="nl_NL"><file name="Biztech_News.csv" hash="6dbc51ef667406f9663ae15531cd36d1"/></dir><dir name="en_GB"><file name="Biztech_News.csv" hash="574cce2d0ffc262275570ed185642bee"/></dir></target></contents>
|
28 |
<compatible/>
|
29 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
30 |
</package>
|