=== WooCollections for WooCommerce ===
Contributors: suiteplugins
Donate link: http://www.suiteplugins.com/
Tags: woocommerce, woocommerce wish list, woocommerce collections, wishlist, wish list, buddypress woocommerce, buddypress wish list, buddypress, ultimate member
Requires at least: 3.6
Tested up to: 7.0
Stable tag: 1.0.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

WooCollections is an addon for WooCommerce to allow users to create a collection of products on any site.

== Description ==

WooCollections is a free plugin to create a collection of items on your WooCommerce powered site. Easily turn your site into a gift registry with WooCollections. Each user can create unlimited Collections and add unlimited Products to multiple Collections.

This plugin is widely used is a great tool for your customers to plan their shopping and share their interest with friends, family and colleagues. 

= A customer can =
* create a collection
* add/delete a product in a collection
* share single or multiple collections
* hover on a collection and see the thumbnails of products

= BuddyPress Integration =

* **BuddyPress** - WooCollections allows users to add a custom tab to BuddyPress profiles to showcase their Collections on their profile.
* **Ultimate Member** - WooCollections allows users to add a custom tab to Ultimate Member profiles to showcase their Collections on their profile.

== Installation ==

= From your WordPress dashboard =

1. Visit 'Plugins > Add New'
2. Search for 'WooCollections'
3. Activate WooCollections from your Plugins page. 

= From WordPress.org =

1. Download WooCollections.
2. Upload the 'woo-collections' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate WooCollections from your Plugins page. 

== Frequently Asked Questions ==

= Can I use my existing WordPress theme? =

Yes! WooCollections works with any theme.

= Can I change the collection template file? =

Yes, you can modify the collection template by copying  'single-woo_collection.php' to your theme and editing its contents

= I use BuddyPress, can this be integrated? =

Out of the box, it allows easy integration with BuddyPress. A new tab is created on each user profile where others can see a user's collection.


== Screenshots ==

1. **Collection Link** - Clickable link to open Collection Modal
2. **Collection Modal** - Area where a user can edit and remove a product from their collection as well as create a new Collection
3. **User's Collection** - A list of a user's collection 

== Languages ==

WooCollections is available in English and is translation ready.

== Upgrade Notice ==

= 1.0.0 =
* Plugin Release

== Changelog ==

= 1.0.2 =
* Security: Added ABSPATH guards to all PHP files.
* Security: Added AJAX nonce verification and collection ownership checks.
* Security: Replaced raw SQL with $wpdb->prepare; sanitized input and escaped output.
* Security: Removed unauthenticated AJAX write endpoints.
* Removed debug error_log calls.
* Tested with WordPress 7.0.
* Requires PHP 7.4.

= 1.0.0 =
* Plugin Release

= 1.0.1 =
* Added: Ultimate Member integration
* Added: WordPress 5+ compatibility
* Added: Ultimate Member 2+ compatibility
* Added: Code improvements