diff --git a/README.txt b/README.txt index 7d77f9b..540523f 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ === Live Chat for WordPress - WP Simple Chat — by Groundhogg=== Contributors: trainingbusinesspros, groundhogg Tags: chat, facebook, facebook chat -Donate link: https://wpsimplechat.com +Donate link: https://wpsimple.chat Requires at least: 4.9 -Tested up to: 5.7 +Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 1.1.8 +Stable tag: 1.1.9 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl.md @@ -15,7 +15,7 @@ Say hello to the easiest way to add Facebook Chat to your website. Facebook business chat for WordPress -👉 [Official Site](https://wpsimplechat.com/) | 📃 [Documentation](https://wpsimplechat.com/allow-chat-on-your-website/) +👉 [Official Site](https://wpsimple.chat/) | 📃 [Documentation](https://wpsimple.chat/allow-chat-on-your-website/) ❤️ Free service provided by [Groundhogg](https://www.groundhogg.io/) and [MailHawk!](https://mailhawk.io/) @@ -81,6 +81,9 @@ No, once a visitor starts the chat it opens the chat in their Facebook Messenger == Changelog == += 1.1.9 = +* TWEAKED Changed url from wpsimplechat.com to wpsimple.chat + = 1.1.6-1.1.8 = * TWEAKED Removed "Facebook" from plugin display name and plugin image assets. @@ -109,4 +112,4 @@ No, once a visitor starts the chat it opens the chat in their Facebook Messenger * ADDED Groundhogg replacements support for the greeting message. = 1.0 = -* Initial Release \ No newline at end of file +* Initial Release diff --git a/admin/settings.php b/admin/settings.php index ebd0785..6100bde 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -70,13 +70,13 @@ protected function get_settings() { 'field' => [ 'label' => __( 'Enable' ) ], - 'desc' => __( 'Show the Facebook chat on your site. Chat not appearing?', 'wp-simple-chat' ), + 'desc' => __( 'Show the Facebook chat on your site. Chat not appearing?', 'wp-simple-chat' ), ], [ 'type' => 'input', 'option' => 'business_id', 'label' => __( 'Facebook Business Id', 'wp-simple-chat' ), - 'desc' => __( 'Your facebook business ID. Found in your Facebook page.', 'wp-simple-chat' ), + 'desc' => __( 'Your facebook business ID. Found in your Facebook page.', 'wp-simple-chat' ), ], [ 'type' => 'input', diff --git a/wp-simple-chat.php b/wp-simple-chat.php index c0db852..95c6e4b 100644 --- a/wp-simple-chat.php +++ b/wp-simple-chat.php @@ -1,11 +1,11 @@ %s', wpautop( $message ) ); echo wp_kses_post( $html_message ); -} \ No newline at end of file +}