★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/church-plugins/cp-connect/archive/refs/heads/master.zipChurch Plugins Connect
Connection plugin for various ChMS
First-time installation
- Copy or clone the code into
wp-content/plugins/cp-connect/ - Run these commands
composer install npm install cd app npm install npm run build
Dev updates
- There is currently no watcher that will update the React app in the WordPress context, so changes are executed through
npm run buildwhich can be run from either thecp-connect
Change Log
1.0.3
- Add more mapping fields for MinistryPlatform
- Add filter for events tables
1.0.2
- Add CCB support
1.0.1
- Better handling for location setting
- Update post after initial save to handle duplicate slugs
1.0.0
- Initial release