Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
support-ps committed May 19, 2023
1 parent e338668 commit 613c03a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Config/Support/Tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Tab extends Template implements RendererInterface
{
const MODULE_NAME = 'TIG_Postcode';

const EXTENSION_VERSION = '1.5.4';
const EXTENSION_VERSION = '1.5.5';

// @codingStandardsIgnoreLine
protected $_template = 'TIG_Postcode::config/support/tab.phtml';
Expand Down
2 changes: 1 addition & 1 deletion Test/Unit/Block/Adminhtml/Config/Support/TabTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TabTest extends TestCase
public function testGetVersionNumber()
{
$instance = $this->getInstance();
$this->assertSame('1.5.4', $instance->getVersionNumber());
$this->assertSame('1.5.5', $instance->getVersionNumber());
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/module-quote": ">=101.0.5,<=101.0.11|~101.1|~101.2"
},
"type": "magento2-module",
"version": "1.5.4",
"version": "1.5.5",
"license": "CC-BY-NC-ND-3.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<system>
<section id="tig_postcode" translate="label" type="text"
sortOrder="350" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Postcode Service Internationaal</label>
<label>Postcode Service International</label>
<tab>sales</tab>
<resource>Sales_Postcode::configuration</resource>
<class>postcode-section</class>
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/web/css/adminhtml_config_postcode.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
}

.postcode-config-page #container:before {
content: 'Postcode Service Internationaal';
content: 'Postcode Service International';
text-indent: 0px;
float: left;
height: 50px;
Expand Down

0 comments on commit 613c03a

Please sign in to comment.