From bb10d2367b506d0aaba97c61555ba737fd26be62 Mon Sep 17 00:00:00 2001 From: atmoner Date: Fri, 30 Sep 2022 18:34:09 +0200 Subject: [PATCH 1/3] Fix plugin name + admin link --- admin/class-wc-gateway-cosmos.php | 2 +- includes/class-cosmos-woocommerce.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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(); From 4b78f7588de629af6a785663a0d4a0ac9312a3b6 Mon Sep 17 00:00:00 2001 From: atmoner Date: Fri, 30 Sep 2022 18:52:55 +0200 Subject: [PATCH 2/3] v1.0.1 + changelog --- README.txt | 11 ++++++++--- cosmos-woocommerce.php | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 9bd56a9..da7c8cf 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,9 +63,14 @@ 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 + += 1.0.0 = +* Initial release ## Upgrade Notice 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' ); From 5c3f2103bbc8b5d93dfdc61a58794791e0525e93 Mon Sep 17 00:00:00 2001 From: atmoner Date: Fri, 30 Sep 2022 19:01:46 +0200 Subject: [PATCH 3/3] Add upgrade notice --- README.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index da7c8cf..0b50f28 100644 --- a/README.txt +++ b/README.txt @@ -72,6 +72,8 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove = 1.0.0 = * Initial release -## Upgrade Notice +== Upgrade Notice == + += 1.0.1 = +This version fixes a bug. Upgrade immediately. -soon