diff --git a/README.txt b/README.txt
index 9bd56a9..0b50f28 100644
--- a/README.txt
+++ b/README.txt
@@ -5,7 +5,7 @@ Donate link: https://twitter.com/bitcannaglobal
Tags: payments, cryptocurrency, blockchain
Requires at least: 3.0.1
Tested up to: 6.0.2
-Stable tag: 1.0.0
+Stable tag: 1.0.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -63,10 +63,17 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
(or jpg, jpeg, gif).
2. This is the second screen shot etc.
-## Changelog
+== Changelog ==
-### v1.0.0 Initial release
+= 1.0.1 =
+* Fix plugin name
+* Edit link admin panel
-## Upgrade Notice
+= 1.0.0 =
+* Initial release
+
+== Upgrade Notice ==
+
+= 1.0.1 =
+This version fixes a bug. Upgrade immediately.
-soon
diff --git a/admin/class-wc-gateway-cosmos.php b/admin/class-wc-gateway-cosmos.php
index 9e70ab1..76c2b47 100644
--- a/admin/class-wc-gateway-cosmos.php
+++ b/admin/class-wc-gateway-cosmos.php
@@ -9,7 +9,7 @@ protected function setup_properties() {
$this->id = 'woo-cosmos';
$this->icon = apply_filters( 'woocommerce_coupon-on-deliver_icon', '' );
$this->method_title = __( 'Cosmos payment', 'woo-cosmos' );
- $this->method_description = __( 'Have your customers pay with a cosmos wallet. Change address here', 'woo-cosmos' );
+ $this->method_description = __( 'Have your customers pay with a cosmos wallet. Change address here', 'woo-cosmos' );
$this->has_fields = false;
// Load the settings.
$this->init_form_fields();
diff --git a/cosmos-woocommerce.php b/cosmos-woocommerce.php
index 62dbdfe..afb267a 100644
--- a/cosmos-woocommerce.php
+++ b/cosmos-woocommerce.php
@@ -8,7 +8,7 @@
* registers the activation and deactivation functions, and defines a function
* that starts the plugin.
*
- * @link https://twitter.com/atmon3r
+ * @link https://twitter.com/bitcannaglobal
* @since 1.0.0
* @package Cosmos_Woocommerce
*
@@ -16,7 +16,7 @@
* Plugin Name: Cosmos Pay
* Plugin URI: https://twitter.com/bitcannaglobal
* Description: Easily accept cryptocurrency payments on your WordPress site. Enable multiple currencies from the interconnected Cosmos ecosystem.
- * Version: 1.0.0
+ * Version: 1.0.1
* Author: BitCanna
* Author URI: https://twitter.com/bitcannaglobal
* License: GPL-2.0+
@@ -35,7 +35,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
-define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.0' );
+define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.1' );
diff --git a/includes/class-cosmos-woocommerce.php b/includes/class-cosmos-woocommerce.php
index de527a1..676718d 100644
--- a/includes/class-cosmos-woocommerce.php
+++ b/includes/class-cosmos-woocommerce.php
@@ -72,7 +72,7 @@ public function __construct() {
} else {
$this->version = '1.0.0';
}
- $this->plugin_name = 'cosmospay-woocommerce';
+ $this->plugin_name = 'cosmos-pay';
$this->load_dependencies();
$this->set_locale();