Skip to content

Commit

Permalink
Merge pull request #3 from BeycanPress/alpha
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
BeycanDeveloper authored Jan 30, 2024
2 parents b05d113 + 4724390 commit 942e12b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/.git
/.github
/.wordpress-org
.distignore
.distignore
.gitattributes
readme.md
composer.json
composer.lock
phpcs.xml
6 changes: 6 additions & 0 deletions app/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ public function __construct()
],
'default' => 'wc-completed',
),
array(
'id' => 'activateWooCommercePaymentGateway',
'title' => esc_html__('Activate WooCommerce payment gateway', 'cryptopay_lite'),
'type' => 'content',
'content' => '<a href=' . esc_url_raw(admin_url('admin.php?page=wc-settings&tab=checkout&section=cryptopay_lite')) . ' target="_blank">' . esc_html__('Click to activate', 'cryptopay_lite') . '</a>'
)
)
));

Expand Down
2 changes: 1 addition & 1 deletion cryptopay-wc-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* Plugin Name: CryptoPay Lite
* Version: 2.0.0
* Version: 2.1.0
* Plugin URI: https://beycanpress.com/cryptopay/
* Description: All In One Cryptocurrency Payments for WordPress
* Author: BeycanPress LLC
Expand Down
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php // @phpcs:ignore
// Silence is golden.
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Tags: WooCommerce, Cryptocurrency, Payment, Gateway, WordPress, Bitcoin, Ethereu
Requires at least: 5.0
Tested up to: 6.4.2
Requires PHP: 7.4
Stable Tag: 2.0.0
Version: 2.0.0
Stable Tag: 2.1.0
Version: 2.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -159,6 +159,16 @@ Yes, our plugin comes with WooCommerce crypto payment gateway support by default

== Changelog ==

= 2.1.0 =
* Added: Xdefi Wallet Support.
* Added: Phase 1 integration for WooCommerce Blocks.
* Added: A visual loading animation instead of the 'Loading...' text.
* Updated: JS Code side has been updated as shadow root so that there will be no CSS conflicts anymore.
* Updated: The QR Verifier service running on Heroku was moved to our own server and a stable IP address was provided.
* Improved: PHP 7.4 support has been completely discontinued, so the codebase has been rewritten for 8.1, 8.2 and later versions.
* Removed: Built-in provided WalletConnect Project ID for you to add your own Project ID.
* Fixed: Bug preventing QR Code payments from working properly on some EVM networks.

= 2.0.0 =
* Added: Payment class for developers.
* Added: WooCommerce HPOS compatibility.
Expand Down

0 comments on commit 942e12b

Please sign in to comment.