Skip to content

Commit

Permalink
Merge pull request #75 from Trunkrs/develop
Browse files Browse the repository at this point in the history
Deploy fix env
  • Loading branch information
fmsthird authored Oct 10, 2023
2 parents d3b9518 + e4c5eb4 commit c627502
Show file tree
Hide file tree
Showing 4 changed files with 1,036 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"trunkrs magento 2 shipping method"
],
"type": "magento2-module",
"version": "2.4.2",
"version": "2.4.3",
"license": [
"MIT"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Trunkrs_Carrier" setup_version="2.4.2">
<module name="Trunkrs_Carrier" setup_version="2.4.3">
<sequence>
<module name="Magento_Backend"/>
<module name="Magento_Config"/>
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/templates/system/config/trunkrs.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "<div id='trunkrs-app'></div>";
'browserInfo' => $_SERVER['HTTP_USER_AGENT'],
'phpVersion' => phpversion(),
'phpExtensions' => get_loaded_extensions(),
'pluginVersion' => 'v2.4.2'
'pluginVersion' => 'v2.4.3'
],
'disableAutoShipment' => $block->getDisableAutoShipment()
]);
Expand Down
1,035 changes: 1,033 additions & 2 deletions view/adminhtml/web/js/trunkrs.bundle.min.js

Large diffs are not rendered by default.

0 comments on commit c627502

Please sign in to comment.