Skip to content

Commit

Permalink
Fixed Minor Bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-navigate committed Sep 30, 2023
1 parent 98875fe commit 044ff33
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "navigate/module-delete-orders",
"description": "Magento 2 Delete Orders extension",
"require": {
"navigate/module-core": "^1.0.0",
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0"
},
"type": "magento2-module",
"version": "1.0.1",
"license": "proprietary",
"authors": [
{
"name": "Navigate Commerce",
"email": "support@navigatecommerce.com",
"homepage": "https://www.navigatecommerce.com/",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
"name": "navigate/module-delete-orders",
"description": "Magento 2 Delete Orders Extension by Navigate",
"require": {
"navigate/module-core": "*",
"php": "~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0"
},
"type": "magento2-module",
"license": "proprietary",
"version": "1.0.2",
"authors": [
{
"name": "Navigate Commerce",
"email": "support@navigatecommerce.com",
"homepage": "https://www.navigatecommerce.com",
"role": "Technical Support"
}
],
"psr-4": {
"Navigate\\DeleteOrders\\": ""
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Navigate\\DeleteOrders\\": ""
}
}
}
}
}
3 changes: 0 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="navigate" translate="Navigate Extensions" sortOrder="100" class="navigate-extensions-tab">
<label>Navigate Extensions</label>
</tab>
<section id="delete_orders" translate="label" type="text" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
<label>Delete Order</label>
Expand Down

0 comments on commit 044ff33

Please # to comment.