Skip to content

Commit

Permalink
Add constructor entry 'tb_min_version'.
Browse files Browse the repository at this point in the history
This is a requirement introduced recently by the validation script.
  • Loading branch information
Traumflug committed May 4, 2019
1 parent 56b2b17 commit 6e8bda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sendtoafriend.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function __construct($dontTranslate = false)
$this->description = $this->l('Allows customers to send a product link to a friend.');
}
$this->tb_versions_compliancy = '> 1.0.0';
$this->tb_min_version = '1.0.0';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => '1.6.99.99');
}

Expand Down

0 comments on commit 6e8bda9

Please sign in to comment.