upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/.gitignore
bengizmo 0e8b0f0325 feat: Add Zoho CRM integration with staging mode protection
- Implement OAuth 2.0 authentication for Zoho CRM
- Add sync functionality for Events → Campaigns, Users → Contacts, Orders → Invoices
- Create staging mode that prevents production syncs from non-production domains
- Build admin interface for sync management
- Add comprehensive field mapping between WordPress and Zoho
- Include test scripts and documentation
- Ensure production sync only on upskillhvac.com domain
2025-05-19 13:17:44 -03:00

10 lines
No EOL
134 B
Text

# Ignore Zoho credentials
includes/zoho/zoho-config.php
# Ignore log files
*.log
# Development files
.DS_Store
node_modules/
vendor/