diff --git a/CHANGELOG.md b/CHANGELOG.md index a50aabeed1565819c63cb8c0cf458cc918f789cd..2e86f4d5eeea64a3db2239cda93244ea0ae3f861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.5] - 2021-08-18 +### Fixed +- function call + ## [1.1.4] - 2021-08-18 ### Changed - popup content diff --git a/src/ActivationReminder/Composer/Settings.php b/src/ActivationReminder/Composer/Settings.php index 944a86ce72702cb3546f2bfb0cdaefc6c5f8bf0b..2c24596fcee44f848b64939d749e67e36271946a 100644 --- a/src/ActivationReminder/Composer/Settings.php +++ b/src/ActivationReminder/Composer/Settings.php @@ -123,7 +123,7 @@ class Settings { $settings[ self::ACTIVATION_REMINDER ][ self::PLUGIN_DIR ], $settings[ self::ACTIVATION_REMINDER ][ self::LOGO_URL ], $settings[ self::ACTIVATION_REMINDER ][ self::BUY_PLUGIN_URL ], - $settings[ self::ACTIVATION_REMINDER ][ self::HOW_TO_ACTIVATE_LINK ], + $settings[ self::ACTIVATION_REMINDER ][ self::HOW_TO_ACTIVATE_LINK ] ); }