=== Creaclone Duplicator ===
Contributors: creaflows
Tags: woocommerce, duplicate product, clone post, quick edit, product duplicator
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Quickly duplicate WooCommerce products, posts, pages, and custom post types with one click.

== Description ==

Creaclone Duplicator is a lightweight and ultra-fast plugin that allows you to duplicate any WooCommerce product, post, page, or custom post type instantly.

= Free Features =
* One-click product and post duplication.
* Duplicates all core metadata, taxonomies, and categories.
* Supports WooCommerce variable products and variations.
* Clean integration into WordPress admin list tables.
* Quick Edit modal window with basic fields (title, status, excerpt) before duplicating.

= Upgrade to PRO =
Unlock advanced features with the PRO version:
* Bulk duplicate multiple items at once from the list table.
* Edit Price, SKU & Stock for WooCommerce products directly in the modal.
* Advanced Find & Replace (including RegEx support) for titles, content and meta.
* Edit slug, parent, menu order and featured image directly in the modal.
* Choose which taxonomies/terms to duplicate and edit ACF fields before duplicating.
* Duplicate SEO meta (title, description, focus keyword) for popular SEO plugins.
* Duplicate Elementor and other page builder layout data.

== Frequently Asked Questions ==

= What does duplication actually copy? =

For any post type (Posts, Pages, Custom Post Types):

* Title, content, excerpt, status, parent, and all standard post fields
* Featured image
* All custom fields, ACF data (PRO)
* Categories, tags, and any other assigned taxonomy terms

For WooCommerce Products:

* Gallery images
* Product attributes
* SKU (automatically given a unique suffix, so you never get a duplicate SKU)
* All custom fields specific to the product

= Does it work with WooCommerce? What about variable products? =

Yes. Simple, variable, and virtual/downloadable products are all supported.

= Will duplicated products have the same SKU? =

No. The plugin automatically appends a suffix to the SKU of a duplicated product or variation to avoid conflicts.

= What's the difference between Free and PRO? =

Free gives you full, unrestricted duplication of posts, pages, products, and all their data.

PRO adds advanced editing and workflow features, including SEO meta, ACF fields, page builder data, product price and stock editing, bulk duplication, Find & Replace.

== Installation ==

1. Upload the `creaclone-duplicator` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to Products or Posts and click 'Duplicate' under any item.

== Third-Party Services ==

This plugin uses the [Freemius](https://freemius.com) SDK to handle license management, plan/pricing information, and optional update checks for the separately-sold PRO add-on. During activation you can choose to opt in or skip this connection. If you opt in, some non-sensitive data (such as site URL, plugin version, and PHP/WordPress environment info) is sent to Freemius's servers to enable this functionality.

Freemius Terms of Service: https://freemius.com/terms/
Freemius Privacy Policy: https://freemius.com/privacy/


== Translations ==

Creaclone Duplicator is translation-ready. Once the plugin is live on WordPress.org, you (or anyone) can contribute translations for free at:

https://translate.wordpress.org/projects/wp-plugins/creaclone-duplicator/

No extra setup is needed on your site — once a translation reaches 100%, WordPress downloads and loads it automatically for users with that language active.

== Changelog ==

= 1.0.1 =
* Removed WooCommerce Price/SKU/Stock editing from the free duplication engine entirely (this is now a genuine PRO-only feature, handled solely by the PRO addon, instead of code that existed but was hidden behind a UI check).
* Renamed all internal function, hook, handle and nonce names to a unique `creadu_` prefix to avoid conflicts with other plugins.

= 1.0.0 =
* Initial release.