diff --git a/README.md b/README.md index b554559..bf308ad 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.6
-**Stable tag:** 0.6.9a
+**Stable tag:** 0.6.9
**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 f1330f1..9e98d9d 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.9a + * Version: 0.6.9 * Author: Christian Wach * Author URI: https://haystack.co.uk * License: GPLv2 or later @@ -35,7 +35,7 @@ defined( 'ABSPATH' ) || exit; // Set plugin version here. -define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.9a' ); +define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.9' ); // Set our bulk operations flag here. if ( ! defined( 'CIVICRM_WP_PROFILE_SYNC_BULK' ) ) { diff --git a/readme.txt b/readme.txt index 587d745..8701f73 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.6 Requires PHP: 7.1 -Stable tag: 0.6.9a +Stable tag: 0.6.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html