=== YOOZ Payment Gateway ===
Contributors: milatechnology
Tags: woocommerce, payment-gateway, yooz, credit-card
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

The safest, simplest way to accept payments on your store. Whether you sell products, services or subscriptions online, YOOZ makes it easy to get paid securely. Secure. Seamless. Stress-free. YOOZ it and grow. Available to registered YOOZ Merchants.

== Description ==
YOOZ is the safest and simplest way to accept debit and credit card payments on your store. Each transaction is protected with 3DSecure2, PCI-DSS measures, industry leading encryption and built-in fraud checks.

To get started:

1. Sign Up for a YOOZ Business Account
2. Click the "Activate" link on the left of this description
3. Go to your YOOZ PG configuration page and enter your credentials.

== Installation ==
1. Upload the plugin folder to /wp-content/plugins/.
2. Activate the plugin via the Plugins menu in WordPress.
3. Configure your Merchant ID and API token under WooCommerce > Settings > Payments > Yooz Payment Gateway.

== Development / Build Instructions ==
The human-readable source for the WooCommerce Blocks integration lives in `/src/index.js`.
The compiled output in `/build/index.js` is generated from that source using `@wordpress/scripts`.

To rebuild after modifying the source:

1. Install Node.js dependencies:
   npm install

2. Build the production bundle:
   npm run build

   (Use `npm start` for a development watch build.)

3. Install PHP dependencies:
   composer install --no-dev

Build tools used: Node.js, npm, @wordpress/scripts (webpack-based).
PHP dependency management: Composer.

== Changelog ==
= 1.0.2 =
* Clarified payment gateway settings labels (Enable/Disable vs. Environment).

= 1.0.1 =
* Bug fixes and improvements.

= 1.0.0 =
* Initial release.
