From ad75befc8d99243d82091850ac504be91c326bd5 Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Wed, 17 Apr 2024 21:44:11 +0100 Subject: [PATCH] Bump version to 1.0.6 --- README.md | 2 +- civicrm-admin-utilities.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a63840c..15e5abf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CiviCRM Admin Utilities **Tags:** civicrm, admin, utility, styling, menu
**Requires at least:** 4.9
**Tested up to:** 6.5
-**Stable tag:** 1.0.6a
+**Stable tag:** 1.0.6
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html diff --git a/civicrm-admin-utilities.php b/civicrm-admin-utilities.php index 7179ecf..22a6e16 100755 --- a/civicrm-admin-utilities.php +++ b/civicrm-admin-utilities.php @@ -6,7 +6,7 @@ * Description: Optionally modifies CiviCRM's behaviour and appearance in single site and multisite installs. * Plugin URI: https://github.com/christianwach/civicrm-admin-utilities * GitHub Plugin URI: https://github.com/christianwach/civicrm-admin-utilities - * Version: 1.0.6a + * Version: 1.0.6 * Author: Christian Wach * Author URI: https://haystack.co.uk * Text Domain: civicrm-admin-utilities @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || exit; // Set our version here. -define( 'CIVICRM_ADMIN_UTILITIES_VERSION', '1.0.6a' ); +define( 'CIVICRM_ADMIN_UTILITIES_VERSION', '1.0.6' ); // Trigger logging of API failures (mostly). if ( ! defined( 'CIVICRM_ADMIN_UTILITIES_LOG' ) ) { diff --git a/readme.txt b/readme.txt index 09f139c..002568e 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/interactivist Tags: civicrm, admin, utility, styling, menu Requires at least: 4.9 Tested up to: 6.5 -Stable tag: 1.0.6a +Stable tag: 1.0.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html