Skip to content

Commit a51f32d

Browse files
committed
Merge branch 'develop'
2 parents 2b9b467 + 613c03a commit a51f32d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Block/Adminhtml/Config/Support/Tab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Tab extends Template implements RendererInterface
4040
{
4141
const MODULE_NAME = 'TIG_Postcode';
4242

43-
const EXTENSION_VERSION = '1.5.4';
43+
const EXTENSION_VERSION = '1.5.5';
4444

4545
// @codingStandardsIgnoreLine
4646
protected $_template = 'TIG_Postcode::config/support/tab.phtml';

Test/Unit/Block/Adminhtml/Config/Support/TabTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TabTest extends TestCase
4747
public function testGetVersionNumber()
4848
{
4949
$instance = $this->getInstance();
50-
$this->assertSame('1.5.4', $instance->getVersionNumber());
50+
$this->assertSame('1.5.5', $instance->getVersionNumber());
5151
}
5252

5353
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"magento/module-quote": ">=101.0.5,<=101.0.11|~101.1|~101.2"
88
},
99
"type": "magento2-module",
10-
"version": "1.5.4",
10+
"version": "1.5.5",
1111
"license": "CC-BY-NC-ND-3.0",
1212
"authors": [
1313
{

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<system>
3636
<section id="tig_postcode" translate="label" type="text"
3737
sortOrder="350" showInDefault="1" showInWebsite="1" showInStore="1">
38-
<label>Postcode Service Internationaal</label>
38+
<label>Postcode Service International</label>
3939
<tab>sales</tab>
4040
<resource>Sales_Postcode::configuration</resource>
4141
<class>postcode-section</class>

view/adminhtml/web/css/adminhtml_config_postcode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
}
324324

325325
.postcode-config-page #container:before {
326-
content: 'Postcode Service Internationaal';
326+
content: 'Postcode Service International';
327327
text-indent: 0px;
328328
float: left;
329329
height: 50px;

0 commit comments

Comments
 (0)