Skip to content

Commit

Permalink
Update synchronizing-civicrm-data-to-custom-posts.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma authored Sep 13, 2021
1 parent 70fee5e commit cf13d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synchronizing-civicrm-data-to-custom-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Synchronizing CiviCRM data to Custom Posts
Description: Provides an tool for synchronizing CiviCRM data to custom posts in Wordpress. You can use this plugin with Connector to CiviCRM with CiviMcRestFace (https://wordpress.org/plugins/connector-civicrm-mcrestface/)
Version: 1.0.1
Version: 1.0.2
Author: Jaap Jansma
License: AGPL3
License URI: https://www.gnu.org/licenses/agpl-3.0.html
Expand Down Expand Up @@ -109,4 +109,4 @@ function sync_civicrm_custom_post_get_profiles() {
}
$profiles = apply_filters('sync_civicrm_custom_post_get_profiles', $profiles);
return $profiles;
}
}

0 comments on commit cf13d0b

Please sign in to comment.