Skip to content

Commit 30b2460

Browse files
committed
Bump version to 0.7.0
1 parent 82ae998 commit 30b2460

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
@@ -7,7 +7,7 @@ CiviCRM Profile Sync
77
**Requires PHP:** 7.4<br/>
88
**Requires at least:** 4.9<br/>
99
**Tested up to:** 6.8<br/>
10-
**Stable tag:** 0.7.0a<br/>
10+
**Stable tag:** 0.7.0<br/>
1111
**License:** GPLv2 or later<br/>
1212
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1313

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.7.0a
9+
* Version: 0.7.0
1010
* Author: Christian Wach
1111
* Author URI: https://haystack.co.uk
1212
* License: GPLv2 or later
@@ -35,7 +35,7 @@
3535
defined( 'ABSPATH' ) || exit;
3636

3737
// Set plugin version here.
38-
define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.7.0a' );
38+
define( 'CIVICRM_WP_PROFILE_SYNC_VERSION', '0.7.0' );
3939

4040
// Set our bulk operations flag here.
4141
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, buddypress, acf, profile, sync
55
Requires PHP: 7.4
66
Requires at least: 4.9
77
Tested up to: 6.8
8-
Stable tag: 0.7.0a
8+
Stable tag: 0.7.0
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)