Version Notes
Hide columns in sales grids - easily remove any column not required
Download this release
Release Info
Developer | harpreet |
Extension | Mfp_CustomeGrid |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/{local → community}/Mfp/CustomeGrid/Block/Adminhtml/CustomeGridbackend.php +0 -0
- app/code/{local → community}/Mfp/CustomeGrid/Block/Adminhtml/Order/Grid.php +0 -0
- app/code/{local → community}/Mfp/CustomeGrid/Helper/Data.php +0 -0
- app/code/{local → community}/Mfp/CustomeGrid/controllers/Adminhtml/CustomegridbackendController.php +0 -0
- app/code/{local → community}/Mfp/CustomeGrid/etc/config.xml +1 -1
- app/code/{local → community}/Mfp/CustomeGrid/etc/system.xml +0 -0
- app/etc/modules/Mfp_CustomeGrid.xml +1 -1
- package.xml +6 -7
app/code/{local → community}/Mfp/CustomeGrid/Block/Adminhtml/CustomeGridbackend.php
RENAMED
File without changes
|
app/code/{local → community}/Mfp/CustomeGrid/Block/Adminhtml/Order/Grid.php
RENAMED
File without changes
|
app/code/{local → community}/Mfp/CustomeGrid/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/Mfp/CustomeGrid/controllers/Adminhtml/CustomegridbackendController.php
RENAMED
File without changes
|
app/code/{local → community}/Mfp/CustomeGrid/etc/config.xml
RENAMED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Mfp_CustomeGrid>
|
5 |
-
<version>1.0.
|
6 |
</Mfp_CustomeGrid>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Mfp_CustomeGrid>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Mfp_CustomeGrid>
|
7 |
</modules>
|
8 |
<global>
|
app/code/{local → community}/Mfp/CustomeGrid/etc/system.xml
RENAMED
File without changes
|
app/etc/modules/Mfp_CustomeGrid.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<Mfp_CustomeGrid>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
-
<version>1.0.
|
8 |
</Mfp_CustomeGrid>
|
9 |
</modules>
|
10 |
</config>
|
4 |
<Mfp_CustomeGrid>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
+
<version>1.0.1</version>
|
8 |
</Mfp_CustomeGrid>
|
9 |
</modules>
|
10 |
</config>
|
package.xml
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mfp_CustomeGrid</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>
|
8 |
<extends/>
|
9 |
<summary>Customizing your sales grids has never been easier before!</summary>
|
10 |
-
<description>This extension allows you to customize all sales grids Orders
|
11 |
-
<notes>Hide columns in sales grids - easily remove any column not required
|
12 |
-
</notes>
|
13 |
<authors><author><name>harpreet</name><user>princehar1987</user><email>harpreetsinghphp@gmail.com</email></author></authors>
|
14 |
-
<date>2015-
|
15 |
-
<time>
|
16 |
-
<contents><target name="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mfp_CustomeGrid</name>
|
4 |
+
<version>1.0.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>
|
8 |
<extends/>
|
9 |
<summary>Customizing your sales grids has never been easier before!</summary>
|
10 |
+
<description>This extension allows you to customize all sales grids Orders</description>
|
11 |
+
<notes>Hide columns in sales grids - easily remove any column not required</notes>
|
|
|
12 |
<authors><author><name>harpreet</name><user>princehar1987</user><email>harpreetsinghphp@gmail.com</email></author></authors>
|
13 |
+
<date>2015-12-31</date>
|
14 |
+
<time>14:21:35</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Mfp"><dir name="CustomeGrid"><dir name="Block"><dir name="Adminhtml"><file name="CustomeGridbackend.php" hash="5dfde622f679b97742d06bcba30ab90e"/><dir name="Order"><file name="Grid.php" hash="abe3b5e61338765bd3e29a0131cf5279"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="5b7f49ccb618b2b362f5e289982c1c83"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CustomegridbackendController.php" hash="41d98b0418ef37a71eaf25c0ca8269e0"/></dir></dir><dir name="etc"><file name="config.xml" hash="af0be363060bb08953e983822dbaba6d"/><file name="system.xml" hash="4023c7c49d1d94607f66d12b63717a43"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mfp_CustomeGrid.xml" hash="40e6b26ba2f834931d5a90a4ebf9cd81"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|