Rename plugin, add explanation to readme
diff --git a/readme.txt b/readme.txt
index 3adebe3..642a297 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-=== WooCommerce Stripe Payment Gateway ===
+=== WooCommerce Stripe Payment Gateway (no php_uname fix) ===
 Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
 Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort, bancontact, alipay, giropay, ideal, p24, woocommerce, automattic
 Requires at least: 5.7
@@ -13,6 +13,11 @@
 
 == Description ==
 
+This fork of the WooCommerce Stripe Payment Gateway plugin removes the
+use of the php_uname() function, which is commonly disabled by hosting
+providers for security reasons. The function call is replaced with a
+hard-coded value. This is a fork of version 7.0.1 of the plugin.
+
 Accept Visa, MasterCard, American Express, Discover, JCB, Diners Club, SEPA, Sofort, iDEAL, giropay, Alipay, and more directly on your store with the Stripe payment gateway for WooCommerce, including Apple Pay, Google Pay, and Microsoft Pay for mobile and desktop.
 
 = Take Credit card payments easily and directly on your store =
diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php
index 32ba7a2..ca67159 100644
--- a/woocommerce-gateway-stripe.php
+++ b/woocommerce-gateway-stripe.php
@@ -1,7 +1,7 @@
 <?php
 /**
- * Plugin Name: WooCommerce Stripe Gateway
- * Plugin URI: https://wordpress.org/plugins/woocommerce-gateway-stripe/
+ * Plugin Name: WooCommerce Stripe Gateway (no php_uname fix)
+ * Plugin URI: https://github.com/swissChili/woocomerce-gateway-stripe-no-php-uname
  * Description: Take credit card payments on your store using Stripe.
  * Author: WooCommerce
  * Author URI: https://woocommerce.com/