From 906398ad170ae67503c7e11146d45a65bdd027e9 Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Tue, 16 Apr 2024 16:38:29 +0100 Subject: [PATCH] Bump version to 0.6.2 --- 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 b26753f..612010d 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.5
-**Stable tag:** 0.6.2a
+**Stable tag:** 0.6.2
**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 dd733d6..a17422c 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.2a + * Version: 0.6.2 * 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.2a' ); +define( 'CIVI_WP_MEMBER_SYNC_VERSION', '0.6.2' ); // Store reference to this file. define( 'CIVI_WP_MEMBER_SYNC_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index f05eb71..27ab324 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.5 Requires PHP: 7.4 -Stable tag: 0.6.2a +Stable tag: 0.6.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html