Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Gomez committed Nov 18, 2024
1 parent fb54367 commit 9a570ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doofinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct()
{
$this->name = 'doofinder';
$this->tab = 'search_filter';
$this->version = '4.9.7';
$this->version = '4.9.8';
$this->author = 'Doofinder (http://www.doofinder.com)';
$this->ps_versions_compliancy = ['min' => '1.5', 'max' => _PS_VERSION_];
$this->module_key = 'd1504fe6432199c7f56829be4bd16347';
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/DoofinderConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DoofinderConstants
const DOOPHOENIX_REGION_URL = 'https://%ssearch.doofinder.com';
const GS_SHORT_DESCRIPTION = 1;
const GS_LONG_DESCRIPTION = 2;
const VERSION = '4.9.7';
const VERSION = '4.9.8';
const NAME = 'doofinder';
const YES = 1;
const NO = 0;
Expand Down

0 comments on commit 9a570ff

Please sign in to comment.