=== HPP Relationship Sync for ACF ===
Short Description: Sync ACF relationship fields with bi-directional and one-way rules.
Contributors: harshpatel1412
Tags: acf, sync, relationships, bi-directional, one-way
Requires at least: 6.0
Tested up to: 6.9
Stable tag: 2.1.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==
HPP Relationship Sync for ACF automatically syncs ACF relationship fields between posts.
Supports bi-directional and one-way sync, cross-post type, same post type, and bulk resync.
Includes debug logging and a one-click resync tool. The Clear Log button appears only if there are logs.

== Installation ==
1. Upload the plugin folder to `/wp-content/plugins/`.
2. Activate the plugin via the Plugins menu.
3. Go to 'HPP Sync' in the admin menu to add sync rules.
4. Optionally, check logs under 'Debug Log'. The Clear Log button will appear only if logs exist.
5. Use 'Resync All Data' to sync existing content if needed.

== Frequently Asked Questions ==
= Can I sync fields across different post types? =
Yes, you can set different source and target post types in the rule.

= Does it support bi-directional sync? =
Yes, choose 'Bi-directional' in the sync type when adding a rule.

= How do I clear old logs? =
Go to Debug Log and click the 'Clear Log' button. The button only appears if there are logs.

== Changelog ==
= 2.1.0 =
* Added Clear Log button in Debug Log (appears only when logs exist)
* Updated plugin header and readme.txt for WordPress.org
* Minor improvements for admin UI
* Fixed version mismatch in readme.txt

= 2.0 =
* Added bulk resync feature
* Fixed remove in bi-directional sync for same post type
* Improved UI and debug logging

== Upgrade Notice ==
= 2.1.0 =
Added Clear Log button and prepared plugin for WordPress.org submission.

= 2.1.1 =
* Improved admin UI design
* Improved debug log UI design

= 2.1.2 =
* Improved admin UI design
* Improved debug log UI design