Skip to content

Commit

Permalink
Merge pull request #63 from sowbiba/bump-version-440
Browse files Browse the repository at this point in the history
Bump version 4.4.0
  • Loading branch information
kpodemski authored Nov 30, 2022
2 parents 4090cc0 + 478e0aa commit cccba73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>contactform</name>
<displayName><![CDATA[Contact form]]></displayName>
<version><![CDATA[4.3.0]]></version>
<version><![CDATA[4.4.0]]></version>
<description><![CDATA[Adds a contact form to the "Contact us" page.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[front_office_features]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion contactform.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct()
$this->name = 'contactform';
$this->author = 'PrestaShop';
$this->tab = 'front_office_features';
$this->version = '4.3.0';
$this->version = '4.4.0';
$this->bootstrap = true;

parent::__construct();
Expand Down

0 comments on commit cccba73

Please sign in to comment.