=== Easy Add-to-Cart Links for WooCommerce ===
Contributors: connormagyar
Tags: woocommerce, links, editor, Gutenberg, add to cart
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.3.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Build valid WooCommerce add-to-cart URLs from the standard **Insert/edit link** UI. Shows **ADD TO CART** results for simple and variable products.

== Description ==
This plugin augments WordPress’s link picker so you can insert **Add to Cart** links without shortcodes or custom blocks.

* Works in **Classic** (wpLink modal) and **Block Editor** (LinkControl popover)
* Supports **simple** and **variable** products (one entry per in‑stock variation)
* Optional same‑origin `redirect_to` handler after successful add
* No theme changes, no template overrides

== Frequently Asked Questions ==
= Does this replace Woo’s normal behavior? =
No. It only adds new link options alongside the normal results.

= Is the redirect feature safe? =
Yes—redirects are same‑origin only and trigger only after the cart changes.

== Changelog ==
= 1.0.0 =
* Initial public release. Classic + Block editor support, variable product handling, safe redirect.

= 1.1.0 =
* Added settings page

= 1.2.0 =
* Namespaced update (DogCat\EACL) + Security Hardening

= 1.2.1 = 
* Bug fixes

= 1.3.0 =
* Added support for Classic Editor

= 1.3.1 = 
*Bug fixes