=== WooCommerce Newtek Payment Gateway Add-On ===
Contributors: ogrecooper
Donate link: https://cleverogre.com/
Tags: supplemental, theme, cleverogre
Requires at least: 6.0
Tested up to: 6.1.1
Requires PHP: 8.0
Stable tag: 1.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Extends WooCommerce with the Newtek Gateway payment gateway.

== Description ==

Extends WooCommerce with the Newtek Gateway payment gateway. Supports both the legacy woocommerce checkout shortcode and the new WooCommerce Checkout Block.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/woocommerce-gateway-newtek` directory to ensure that it is active.
2. The plugin may need to be built with node for WooCommerce Blocks support. Use your hosting environment's terminal and `cd` into the plugin's root directory. Execute the following commands to install all dependencies and build any necessary files within the plugin: `npm install` and `npm run build`.
3. Activate the payment gateway within your WooCommerce settings and add in your API configuration details.

== Frequently Asked Questions ==

= What is this plugin? =

If you do know what plugin you have downloaded, please contact [CleverOgre](team@cleverogre.com) for more information. This plugin is only developed for a small, private audience.

== Changelog ==

= 1.2.0 - 2023-02-27 ==
* Support for WooCommerce Blocks.

= 1.1.0 - 2021-10-12 ==
* Updated class inheritance to WC_Payment_Gateway_CC.
* USAePay PHP 8.0 compatibility (fixed cUrl errors).

= 1.0.0 =
* Initial build of woocommerce-gateway-newtek plugin.
