From 8b15c45b98fa7567ad18dfdf56866bcb9b80be6a Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Fri, 6 Sep 2024 16:49:34 +0100 Subject: [PATCH] Bump version to 0.6.3 --- README.md | 2 +- civicrm-wp-member-sync.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e86537b..b6aa22f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CiviCRM Member Sync **Tags:** civicrm, member, membership, sync
**Requires at least:** 4.9
**Tested up to:** 6.6
-**Stable tag:** 0.6.3a
+**Stable tag:** 0.6.3
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/civicrm-wp-member-sync.php b/civicrm-wp-member-sync.php index 7ef5fe3..096afa1 100755 --- a/civicrm-wp-member-sync.php +++ b/civicrm-wp-member-sync.php @@ -6,7 +6,7 @@ * Description: Synchronize CiviCRM Memberships with WordPress User Roles or Capabilities. * Plugin URI: https://github.com/christianwach/civicrm-wp-member-sync * GitHub Plugin URI: https://github.com/christianwach/civicrm-wp-member-sync - * Version: 0.6.3a + * Version: 0.6.3 * Author: Christian Wach * Author URI: https://haystack.co.uk * Requires at least: 4.9 @@ -34,7 +34,7 @@ } // Define plugin version - bumping this will also refresh CSS and JS. -define( 'CIVI_WP_MEMBER_SYNC_VERSION', '0.6.3a' ); +define( 'CIVI_WP_MEMBER_SYNC_VERSION', '0.6.3' ); // Store reference to this file. define( 'CIVI_WP_MEMBER_SYNC_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index d729854..6b0f36a 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: civicrm, member, membership, sync Requires at least: 4.9 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 0.6.3a +Stable tag: 0.6.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html