diff --git a/bibleget-io.php b/bibleget-io.php
index 7d80863..3583faf 100644
--- a/bibleget-io.php
+++ b/bibleget-io.php
@@ -1,7 +1,7 @@
(" . sprintf(__("To see the value of the %s variable on your server %s Press here %s","bibleget-io"),"$_SERVER['SERVER_ADDR']","") .
- ": [" . $_SERVER['SERVER_ADDR'] . "] )" .
- "";
+ " (" . sprintf(__("To see the value of the %s variable on your server %s Press here %s","bibleget-io"),"$_SERVER['SERVER_ADDR']","","") .
+ " [" . $_SERVER['SERVER_ADDR'] . "] )" .
+ "";
}
public function gfontsAPIkeyCheck(){
diff --git a/readme.txt b/readme.txt
index eb6f604..5cbde98 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: bible,shortcode,quote,citation,verses
Requires at least: 3.3
Tested up to: 5.4
-Stable tag: 5.1
+Stable tag: 5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -111,6 +111,10 @@ and become available in the customizer interface for the BibleGet plugin.
== Changelog ==
+= 5.2 =
+* Small bugfix where a stray javascript debugging line was throwing an error
+* Small fix to new html elements and their styling on the page
+
= 5.1 =
* verified compatibility with Wordpress 5.4
* Bugfix: uninstall was not taking into account the newer ajax requests and could have prevented the plugin from being uninstalled
@@ -262,6 +266,9 @@ and become available in the customizer interface for the BibleGet plugin.
== Upgrade Notice ==
+= 5.2 =
+Versions prior to 3.6 must be updated. v5.2 verifies compatibility with Wordpress 5.4 and fixes a bug that was preventing a correct uninstallation of the plugin
+
= 5.1 =
Versions prior to 3.6 must be updated. v5.1 verifies compatibility with Wordpress 5.4 and fixes a bug that was preventing a correct uninstallation of the plugin