diff --git a/lib/fcpohelper.php b/lib/fcpohelper.php index 6daf9777..9caee29a 100644 --- a/lib/fcpohelper.php +++ b/lib/fcpohelper.php @@ -355,7 +355,7 @@ public function fcpoGetUtilsDate() */ public static function fcpoGetStaticModuleVersion() { - return '1.0.0'; + return '1.0.1'; } /** @@ -366,7 +366,7 @@ public static function fcpoGetStaticModuleVersion() */ public function fcpoGetModuleVersion() { - return '1.0.0'; + return '1.0.1'; } /** diff --git a/lib/fcporequest.php b/lib/fcporequest.php index b910af07..8b00f8fb 100644 --- a/lib/fcporequest.php +++ b/lib/fcporequest.php @@ -149,7 +149,7 @@ public function __construct() $this->addParameter('integrator_version', $this->_oFcpoHelper->fcpoGetIntegratorVersion()); $this->addParameter('solution_name', 'fatchip'); // $this->addParameter('solution_version', $this->_oFcpoHelper->fcpoGetModuleVersion()); - $this->addParameter('solution_version', '2.0.10'); + $this->addParameter('solution_version', '1.0.1'); } /** diff --git a/metadata.php b/metadata.php index 7b008ef1..a9320575 100644 --- a/metadata.php +++ b/metadata.php @@ -32,7 +32,7 @@ https://www.payone.de ', 'thumbnail' => 'picture.gif', - 'version' => '1.0.0', + 'version' => '1.0.1', 'author' => 'FATCHIP GmbH', 'email' => 'kontakt@fatchip.de', 'url' => 'http://wiki.fatchip.de/fc/mod_oxid_payone/start', diff --git a/version.txt b/version.txt index 3eefcb9d..7dea76ed 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.0.1