Plugin Directory

Changeset 3300416


Ignore:
Timestamp:
05/26/2025 06:00:16 AM (10 months ago)
Author:
xfive
Message:

naming updates

Location:
xfive-sync-watcher-for-acf/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xfive-sync-watcher-for-acf/trunk/README.md

    r3292983 r3300416  
    1 # X5 Plato - Reliable Sync Watcher for ACF
     1# xfive Plato - Reliable Sync Watcher for ACF
    22
    33This plugin is designed for teams of developers collaborating on WordPress projects that use ACF’s acf-json feature.
     
    66## Installation
    77
    8 Go to Plugins in your wordpress admin area and search for "X5 Plato - Reliable Sync Watcher for ACF" plugin to install it.
     8Go 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 === X5 Plato - Reliable Sync Watcher for ACF ===
     1=== xfive Plato - Reliable Sync Watcher for ACF ===
    22Plugin URI:
    33Contributors: xfive
     
    1616*"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))
    1717
    18 **X5 Plato - 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.
    1919
    2020This 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.
     
    2222You'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!
    2323
    24 Whether you're working solo or as part of a team, **X5 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.
     24Whether 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.
    2525
    2626### SUPPORT
     
    3030== Installation ==
    3131
    32 Go to Plugins in your wordpress admin area and search for **X5 Plato - Reliable Sync Watcher for ACF** plugin to install it.
     32Go to Plugins in your wordpress admin area and search for **xfive Plato - Reliable Sync Watcher for ACF** plugin to install it.
    3333
    3434== Frequently Asked Questions ==
  • xfive-sync-watcher-for-acf/trunk/xfive-sync-watcher-for-acf.php

    r3292983 r3300416  
    11<?php
    22/**
    3  * Plugin Name: X5 Plato - Reliable Sync Watcher for ACF
     3 * Plugin Name: xfive Plato - Reliable Sync Watcher for ACF
    44 * Description: Monitors ACF’s acf-json for unsynced field groups and warns you of potential database conflicts during development.
    55 * Requires at least: 6.1
Note: See TracChangeset for help on using the changeset viewer.