Skip to content

Commit a36e5fe

Browse files
committed
Bump version to 0.6.7
1 parent b1da151 commit a36e5fe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CiviCRM Profile Sync
66
**Tags:** civicrm, user, buddypress, acf, profile, xprofile, sync<br/>
77
**Requires at least:** 4.9<br/>
88
**Tested up to:** 6.5<br/>
9-
**Stable tag:** 0.6.7a<br/>
9+
**Stable tag:** 0.6.7<br/>
1010
**License:** GPLv2 or later<br/>
1111
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1212

civicrm-wp-profile-sync.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 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.
77
* Plugin URI: https://github.com/christianwach/civicrm-wp-profile-sync
88
* GitHub Plugin URI: https://github.com/christianwach/civicrm-wp-profile-sync
9-
* Version: 0.6.7a
9+
* Version: 0.6.7
1010
* Author: Christian Wach
1111
* Author URI: https://haystack.co.uk
1212
* Text Domain: civicrm-wp-profile-sync
@@ -20,7 +20,7 @@
2020
defined( 'ABSPATH' ) || exit;
2121

2222
// Set plugin version here.
23-
define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.7a' );
23+
define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.7' );
2424

2525
// Set our bulk operations flag here.
2626
if ( ! defined( 'CIVICRM_WP_PROFILE_SYNC_BULK' ) ) {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: civicrm, user, buddypress, acf, profile, xprofile, sync
55
Requires at least: 4.9
66
Tested up to: 6.5
77
Requires PHP: 7.1
8-
Stable tag: 0.6.7a
8+
Stable tag: 0.6.7
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)