This commit introduces a more reliable and consistent approach to setting up the development environment using backups: - Add setup-from-backup.sh script for environment setup from existing backups - Standardize script naming and organization - Move obsolete scripts to bin/obsolete directory - Update documentation with new workflow instructions - Create migration guide for transitioning to new workflow - Update Memory Bank with workflow improvements The new workflow provides: - More reliable environment setup - Faster setup process - Offline development capability - Consistent development environments across team members Breaking changes: - setup-dev.sh is replaced by setup-from-backup.sh - sync-and-setup.sh is replaced by separate scripts - verify-with-wpcli.sh is no longer used Migration path is documented in MIGRATION_GUIDE.md
36 lines
No EOL
976 B
Text
36 lines
No EOL
976 B
Text
== Installation ==
|
|
1. Upload `formidable-locations` folder to the `/wp-content/plugins/` directory
|
|
2. Activate the plugin through the 'Plugins' menu
|
|
3. Go to the Formidable 'Settings' menu and click the button to start import.
|
|
4. Wait a long time
|
|
5. After import completes, you can insert Data from entries fields in any form
|
|
|
|
== Changelog ==
|
|
|
|
= 2.02 =
|
|
* Fix: Remove invalid city data.
|
|
|
|
= 2.01 =
|
|
* New: Switch to lookup fields instead of dynamic fields
|
|
* New: Add a link to reset locations.
|
|
|
|
= 2.0.01 =
|
|
* Get updates from FormidablePro.com
|
|
|
|
= 1.0.03 =
|
|
* Update for Formidable 2.0+ compatibility
|
|
* Remove counties to prevent extra data that isn't frequently used
|
|
|
|
= 1.0.02 =
|
|
* Fix parse error affecting some users.
|
|
* This now requires at least v1.07.05 of Formidable.
|
|
|
|
= 1.0.01 =
|
|
* Replace deprecated function usage
|
|
|
|
= 1.0 =
|
|
* Update for Formidable v1.07.02+ compatibility
|
|
|
|
= 1.0RC2 =
|
|
* Added Worldwide states/provinces
|
|
* Updated cities without counties so import will complete |