Skip to content

Commit

Permalink
Bump version to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Mar 20, 2024
1 parent b72d473 commit f447583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CiviCRM Profile Sync
**Tags:** civicrm, user, buddypress, acf, profile, xprofile, sync<br/>
**Requires at least:** 4.9<br/>
**Tested up to:** 6.3<br/>
**Stable tag:** 0.6.6a<br/>
**Stable tag:** 0.6.6<br/>
**License:** GPLv2 or later<br/>
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions civicrm-wp-profile-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f447583

Please sign in to comment.