diff --git a/README.md b/README.md index b3a1a2b..d8aaf86 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CiviCRM Profile Sync **Tags:** civicrm, buddypress, acf, profile, sync
**Requires at least:** 4.9
**Tested up to:** 6.5
-**Stable tag:** 0.6.8a
+**Stable tag:** 0.6.8
**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 059a740..7e42798 100644 --- a/civicrm-wp-profile-sync.php +++ b/civicrm-wp-profile-sync.php @@ -6,7 +6,7 @@ * 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. * Plugin URI: https://github.com/christianwach/civicrm-wp-profile-sync * GitHub Plugin URI: https://github.com/christianwach/civicrm-wp-profile-sync - * Version: 0.6.8a + * Version: 0.6.8 * Author: Christian Wach * Author URI: https://haystack.co.uk * Text Domain: civicrm-wp-profile-sync @@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || exit; // Set plugin version here. -define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.8a' ); +define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.8' ); // Set our bulk operations flag here. if ( ! defined( 'CIVICRM_WP_PROFILE_SYNC_BULK' ) ) { diff --git a/readme.txt b/readme.txt index 14f84db..46fe83a 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: civicrm, buddypress, acf, profile, sync Requires at least: 4.9 Tested up to: 6.5 Requires PHP: 7.1 -Stable tag: 0.6.8a +Stable tag: 0.6.8 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html