From 3743b7b2a912ad07589df6a6b2e63015dc54e738 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Wed, 18 Aug 2021 15:55:57 +0200
Subject: [PATCH] feature(popup): changed content

---
 CHANGELOG.md                                 | 4 ++++
 src/ActivationReminder/Composer/Settings.php | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a50aabe..2e86f4d 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 944a86c..2c24596 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 ]
 		);
 	}
 
-- 
GitLab