diff --git a/includes/admin-page.php b/includes/admin-page.php
index 2e10da7..921d62e 100644
--- a/includes/admin-page.php
+++ b/includes/admin-page.php
@@ -51,10 +51,11 @@ function telegram_notifier_display_page() {
-
-
+
+ $telegram_notifier_user_notification_text
-
+
+
@@ -73,5 +74,3 @@ function telegram_notifier_update_options($option) {
}
}
-
-
diff --git a/plugin.php b/plugin.php
index 7fd51a9..fd64cf4 100644
--- a/plugin.php
+++ b/plugin.php
@@ -3,7 +3,7 @@
Plugin Name: Telegram Notifier
Plugin URI: https://github.com/XLixl4snSU/yourls-telegram-notifier
Description: This plugin provides Telegram notifications for newly created shortlinks
-Version: 1.0
+Version: 1.0.1
Author: XLixl4snSU
Author URI: https://github.com/XLixl4snSU
*/
@@ -59,4 +59,4 @@ function telegram_notifier_api_request( $message ) {
$context = stream_context_create($options);
$resp = file_get_contents($telegram_api_url, false, $context);
}
-}
\ No newline at end of file
+}