Skip to content

Commit

Permalink
Merge pull request #2 from BitCannaGlobal/v1.0.1
Browse files Browse the repository at this point in the history
V1.0.1
  • Loading branch information
atmoner authored Sep 30, 2022
2 parents bf02fb5 + 5c3f210 commit 9c452f2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
17 changes: 12 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion admin/class-wc-gateway-cosmos.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/wp-admin/admin.php?page=cosmos-woocommerce-settings">here</a>', 'woo-cosmos' );
$this->method_description = __( 'Have your customers pay with a cosmos wallet. Change address <a href="/wp-admin/admin.php?page=cosmos-pay-settings">here</a>', 'woo-cosmos' );
$this->has_fields = false;
// Load the settings.
$this->init_form_fields();
Expand Down
6 changes: 3 additions & 3 deletions cosmos-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
* 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
*
* @wordpress-plugin
* 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+
Expand All @@ -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' );



Expand Down
2 changes: 1 addition & 1 deletion includes/class-cosmos-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9c452f2

Please sign in to comment.