diff --git a/admin-bar-wrap-fix.php b/admin-bar-wrap-fix.php
index 994b617..def453c 100755
--- a/admin-bar-wrap-fix.php
+++ b/admin-bar-wrap-fix.php
@@ -1,28 +1,75 @@
-' .
+ __("GitHub", "kzeni_disable_theme_plugin_update_emails") .
+ "";
+ $links[] =
+ '' .
+ __("Reviews", "kzeni_disable_theme_plugin_update_emails") .
+ "";
+ $links[] =
+ '' .
+ __("Support", "kzeni_disable_theme_plugin_update_emails") .
+ "";
+ $links[] =
+ '' .
+ __("Core Trac Ticket", "kzeni_disable_theme_plugin_update_emails") .
+ "";
+ $links[] =
+ '' .
+ __("Core GitHub Pull Request", "kzeni_disable_theme_plugin_update_emails") .
+ "";
+ return $links;
+}
+add_filter(
+ "plugin_row_meta",
+ "kzeni_admin_bar_wrap_fix_plugin_extra_links",
+ 10,
+ 2
+);
diff --git a/readme.txt b/readme.txt
index d7f92a2..08b6228 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,8 +3,8 @@ Contributors: KZeni
Donate link: https://www.paypal.me/KZeni
License: GPLv3
Tags: Admin Bar, adminbar, ui, ui fix, overflow, wrapping
-Stable tag: 1.2.6
-Tested up to: 6.3
+Stable tag: 1.2.7
+Tested up to: 6.4
Requires at least: 4.6
Requires PHP: 5.4
@@ -30,6 +30,15 @@ I would think so. This has been submitted as a patch at [core ticket #44438](htt
== Changelog ==
+= 1.2.7 =
+
+Released October 24th, 2023
+
+* Added links to the plugin details on the main plugin page.
+* Confirmed WordPress 6.4 compliance.
+
+== Changelog ==
+
= 1.2.6 =
Released July 24th, 2023