diff --git a/synchronizing-civicrm-data-to-custom-posts.php b/synchronizing-civicrm-data-to-custom-posts.php index b3799b9..9ddc45e 100644 --- a/synchronizing-civicrm-data-to-custom-posts.php +++ b/synchronizing-civicrm-data-to-custom-posts.php @@ -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 @@ -109,4 +109,4 @@ function sync_civicrm_custom_post_get_profiles() { } $profiles = apply_filters('sync_civicrm_custom_post_get_profiles', $profiles); return $profiles; -} \ No newline at end of file +}