Changeset 3300416
- Timestamp:
- 05/26/2025 06:00:16 AM (10 months ago)
- Location:
- xfive-sync-watcher-for-acf/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
README.txt (modified) (4 diffs)
-
xfive-sync-watcher-for-acf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xfive-sync-watcher-for-acf/trunk/README.md
r3292983 r3300416 1 # X5Plato - Reliable Sync Watcher for ACF1 # xfive Plato - Reliable Sync Watcher for ACF 2 2 3 3 This plugin is designed for teams of developers collaborating on WordPress projects that use ACF’s acf-json feature. … … 6 6 ## Installation 7 7 8 Go to Plugins in your wordpress admin area and search for " X5Plato - Reliable Sync Watcher for ACF" plugin to install it.8 Go to Plugins in your wordpress admin area and search for "xfive Plato - Reliable Sync Watcher for ACF" plugin to install it. -
xfive-sync-watcher-for-acf/trunk/README.txt
r3292983 r3300416 1 === X5Plato - Reliable Sync Watcher for ACF ===1 === xfive Plato - Reliable Sync Watcher for ACF === 2 2 Plugin URI: 3 3 Contributors: xfive … … 16 16 *"The man who makes the best use of his time is the one who will be able to offer the most help to others."* – [Plato, The Republic](https://en.wikipedia.org/wiki/Republic_(Plato)) 17 17 18 ** X5Plato - Reliable Sync Watcher for ACF** is designed for teams of developers collaborating on WordPress projects that use ACF's `acf-json` feature.18 **xfive Plato - Reliable Sync Watcher for ACF** is designed for teams of developers collaborating on WordPress projects that use ACF's `acf-json` feature. 19 19 20 20 This plugin monitors your local JSON files for any Advanced Custom Fields (ACF) field groups that are out of sync with the site's database and displays a clear, timely notice when discrepancies are detected. This helps prevent accidental overwrites, missed updates, and frustrating merge conflicts during development. … … 22 22 You'll still have the option to ignore the warning if needed—but only proceed if you're confident in what you're doing and understand the risks of overriding field group data! 23 23 24 Whether you're working solo or as part of a team, ** X5Plato - Reliable Sync Watcher for ACF** adds a simple but powerful layer of protection to your ACF workflow—so you can code with confidence and keep your field groups in harmony.24 Whether you're working solo or as part of a team, **xfive Plato - Reliable Sync Watcher for ACF** adds a simple but powerful layer of protection to your ACF workflow—so you can code with confidence and keep your field groups in harmony. 25 25 26 26 ### SUPPORT … … 30 30 == Installation == 31 31 32 Go to Plugins in your wordpress admin area and search for ** X5Plato - Reliable Sync Watcher for ACF** plugin to install it.32 Go to Plugins in your wordpress admin area and search for **xfive Plato - Reliable Sync Watcher for ACF** plugin to install it. 33 33 34 34 == Frequently Asked Questions == -
xfive-sync-watcher-for-acf/trunk/xfive-sync-watcher-for-acf.php
r3292983 r3300416 1 1 <?php 2 2 /** 3 * Plugin Name: X5Plato - Reliable Sync Watcher for ACF3 * Plugin Name: xfive Plato - Reliable Sync Watcher for ACF 4 4 * Description: Monitors ACF’s acf-json for unsynced field groups and warns you of potential database conflicts during development. 5 5 * Requires at least: 6.1
Note: See TracChangeset
for help on using the changeset viewer.