Skip to content

Commit

Permalink
Bump version to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed May 17, 2024
1 parent 8c2628c commit 3179ae4
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, buddypress, acf, profile, sync<br/>
**Requires at least:** 4.9<br/>
**Tested up to:** 6.5<br/>
**Stable tag:** 0.6.8a<br/>
**Stable tag:** 0.6.8<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 @@ -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
Expand All @@ -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' ) ) {
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, 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

Expand Down

0 comments on commit 3179ae4

Please sign in to comment.