diff --git a/README.md b/README.md index 7ebbe22..d787946 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CiviCRM Profile Sync **Tags:** civicrm, user, buddypress, acf, profile, xprofile, sync
**Requires at least:** 4.9
**Tested up to:** 6.3
-**Stable tag:** 0.6.6a
+**Stable tag:** 0.6.6
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html diff --git a/civicrm-wp-profile-sync.php b/civicrm-wp-profile-sync.php index f540f89..e835996 100644 --- a/civicrm-wp-profile-sync.php +++ b/civicrm-wp-profile-sync.php @@ -5,7 +5,7 @@ * GitHub Plugin URI: https://github.com/christianwach/civicrm-wp-profile-sync * Description: Keeps a WordPress User profile in sync with a CiviCRM Contact and integrates WordPress and CiviCRM Entities with data synced via Advanced Custom Fields. * Author: Christian Wach - * Version: 0.6.6a + * Version: 0.6.6 * Author URI: https://haystack.co.uk * Text Domain: civicrm-wp-profile-sync * Domain Path: /languages @@ -18,7 +18,7 @@ defined( 'ABSPATH' ) || exit; // Set plugin version here. -define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.6a' ); +define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.6' ); // Set our bulk operations flag here. if ( ! defined( 'CIVICRM_WP_PROFILE_SYNC_BULK' ) ) { diff --git a/readme.txt b/readme.txt index 8298334..feeb1b4 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: civicrm, user, buddypress, acf, profile, xprofile, sync Requires at least: 4.9 Tested up to: 6.3 Requires PHP: 7.1 -Stable tag: 0.6.6a +Stable tag: 0.6.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html