diff --git a/.distignore b/.distignore index 6758289..95b949e 100644 --- a/.distignore +++ b/.distignore @@ -1,4 +1,9 @@ /.git /.github /.wordpress-org -.distignore \ No newline at end of file +.distignore +.gitattributes +readme.md +composer.json +composer.lock +phpcs.xml \ No newline at end of file diff --git a/app/Settings.php b/app/Settings.php index 0a5d6cd..b477060 100644 --- a/app/Settings.php +++ b/app/Settings.php @@ -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' => '' . esc_html__('Click to activate', 'cryptopay_lite') . '' + ) ) )); diff --git a/cryptopay-wc-lite.php b/cryptopay-wc-lite.php index adeaf1c..56338a9 100644 --- a/cryptopay-wc-lite.php +++ b/cryptopay-wc-lite.php @@ -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 diff --git a/index.php b/index.php new file mode 100644 index 0000000..1c090c1 --- /dev/null +++ b/index.php @@ -0,0 +1,2 @@ +