Version Notes
This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7, 1.8, 1.9.0.1;
In this particular version we are supporting it to run on PHP V 7.0.99
Download this release
Release Info
Developer | Rave Infosys |
Extension | Raveinfosys_Deleteorder |
Version | 1.0.10 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.0.10
- package.xml +13 -12
package.xml
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Raveinfosys_Deleteorder</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>This extension allows you to delete orders
|
10 |
-
<description>Magento doesn't allow you to delete orders. You can only mark it to cancelled but you can't delete it.
|
11 |
-
This extension allows you to seamlessly delete any order. We have provided three options to delete any order.
|
12 |
-
1) option to delete any order from the order list page, 2) option to delete any order from the order page,
|
13 |
-
3) option to delete mass order from the order list page.
|
14 |
-
|
15 |
-
|
|
|
16 |
<authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
|
17 |
-
<date>
|
18 |
-
<time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Raveinfosys"><dir name="Deleteorder"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="e872c7edf5167accefbe610f2018fe47"/><dir name="Render"><file name="Delete.php" hash="e749864749a96cc60fab8c01145ff2e6"/></dir><file name="View.php" hash="6a0f7c99e3ae18ad9f2ec64cb254879c"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c169154213a43dffd8e20c11db9b4085"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DeleteorderController.php" hash="5fd6536b41a3785ed36cc1a92efb6849"/></dir></dir><dir name="etc"><file name="config.xml" hash="e880c5fe329fa7fea65fa25a0729ae27"/></dir></dir></dir></target><target name="
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><php><min>5.2.0</min><max>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Raveinfosys_Deleteorder</name>
|
4 |
+
<version>1.0.10</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>This extension allows you to delete orders.</summary>
|
10 |
+
<description>Magento doesn't allow you to delete orders. You can only mark it to cancelled but you can't delete it. &#xD;
|
11 |
+
This extension allows you to seamlessly delete any order. We have provided three options to delete any order. &#xD;
|
12 |
+
1) option to delete any order from the order list page, 2) option to delete any order from the order page, &#xD;
|
13 |
+
3) option to delete mass order from the order list page. 
|
14 |
+
</description>
|
15 |
+
<notes>This version is properly tested on the following Magento CE versions: 1.5, 1.6, 1.7, 1.8, 1.9.0.1;
|
16 |
+
In this particular version we are supporting it to run on PHP V 7.0.99</notes>
|
17 |
<authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
|
18 |
+
<date>2016-08-26</date>
|
19 |
+
<time>05:35:51</time>
|
20 |
+
<contents><target name="magecommunity"><dir name="Raveinfosys"><dir name="Deleteorder"><dir name="Block"><dir name="Adminhtml"><dir name="Sales"><dir name="Order"><file name="Grid.php" hash="e872c7edf5167accefbe610f2018fe47"/><dir name="Render"><file name="Delete.php" hash="e749864749a96cc60fab8c01145ff2e6"/></dir><file name="View.php" hash="6a0f7c99e3ae18ad9f2ec64cb254879c"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="c169154213a43dffd8e20c11db9b4085"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DeleteorderController.php" hash="5fd6536b41a3785ed36cc1a92efb6849"/></dir></dir><dir name="etc"><file name="config.xml" hash="e880c5fe329fa7fea65fa25a0729ae27"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="deleteorder.xml" hash="7d07207d7c1103b44526c9344d593354"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Deleteorder.xml" hash="1d73a901977f08e90563dd8c5c8adb64"/></dir></target></contents>
|
21 |
<compatible/>
|
22 |
+
<dependencies><required><php><min>5.2.0</min><max>7.0.99</max></php></required></dependencies>
|
23 |
</package>
|