diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca0d25..0428152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +#### 4.1.12 - 20 November 2023 +- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Various fixes. + #### 4.1.11 - 10 May 2022 - ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Use default theme path for images. - ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Improvements for some search queries. diff --git a/Sources/Shop/Integration/Signup.php b/Sources/Shop/Integration/Signup.php index c88b845..dc6d6cb 100644 --- a/Sources/Shop/Integration/Signup.php +++ b/Sources/Shop/Integration/Signup.php @@ -18,12 +18,12 @@ class Signup /** * Signup::register() * - * Gives money toe the users upon registration + * Gives money to the users upon registration * * @param array $regOptions An array of registration options * @return void */ - public function register(&$regOptions, &$theme_vars, &$knownInts, &$knownFloats) + public static function register(&$regOptions, &$theme_vars, &$knownInts, &$knownFloats) { global $modSettings; diff --git a/Sources/Shop/Shop.php b/Sources/Shop/Shop.php index 849d538..b8d23cb 100644 --- a/Sources/Shop/Shop.php +++ b/Sources/Shop/Shop.php @@ -49,7 +49,7 @@ class Shop public static function initialize() { // Version and paths - self::$version = '4.1.11'; + self::$version = '4.1.12'; self::$addonsdir = '/Shop/Integration/Addons/'; self::$itemsdir = '/shop_items/items/'; self::$modulesdir = '/Shop/Modules/'; diff --git a/package-info.xml b/package-info.xml index 88dab47..53955bf 100644 --- a/package-info.xml +++ b/package-info.xml @@ -3,7 +3,7 @@ smftricks:shop ST Shop - 4.1.11 + 4.1.12 modification