Skip to content

Commit fda0680

Browse files
author
hhennes
committed
V 0.4.15
1 parent d5a3535 commit fda0680

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@
3535
- PS 1.5 fixes ( thanks to Nobodaddy )
3636
- German translations ( thanks to Nobodaddy )
3737
- Add advanced configuration for captcha placeholder and contact form submit button
38-
- V 0.4.14 - 2018-03-10 : - Add tool to check if module is well installed in back office
38+
- V 0.4.14 - 2018-03-10 : - Add tool to check if module is well installed in back office
39+
- V 0.4.15 - 2018-08-13 : - Fix messed up override code injection when the controller is already overrided (thanks Bm-services)
40+
- Fix error message display
41+
- Add it translations thanks to Michele Zucal
42+

eicaptcha.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct()
3737
$this->author = 'hhennes';
3838
$this->name = 'eicaptcha';
3939
$this->tab = 'front_office_features';
40-
$this->version = '0.4.14';
40+
$this->version = '0.4.15';
4141
$this->need_instance = 1;
4242

4343
$this->bootstrap = true;

0 commit comments

Comments
 (0)