Skip to content

Commit f447583

Browse files
committed
Bump version to 0.6.6
1 parent b72d473 commit f447583

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.3<br/>
9-
**Stable tag:** 0.6.6a<br/>
9+
**Stable tag:** 0.6.6<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
@@ -5,7 +5,7 @@
55
* GitHub Plugin URI: https://github.com/christianwach/civicrm-wp-profile-sync
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
* Author: Christian Wach
8-
* Version: 0.6.6a
8+
* Version: 0.6.6
99
* Author URI: https://haystack.co.uk
1010
* Text Domain: civicrm-wp-profile-sync
1111
* Domain Path: /languages
@@ -18,7 +18,7 @@
1818
defined( 'ABSPATH' ) || exit;
1919

2020
// Set plugin version here.
21-
define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.6a' );
21+
define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.6.6' );
2222

2323
// Set our bulk operations flag here.
2424
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.3
77
Requires PHP: 7.1
8-
Stable tag: 0.6.6a
8+
Stable tag: 0.6.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)