Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwach committed Apr 17, 2024
1 parent 422386b commit ad75bef
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 Admin Utilities
**Tags:** civicrm, admin, utility, styling, menu<br/>
**Requires at least:** 4.9<br/>
**Tested up to:** 6.5<br/>
**Stable tag:** 1.0.6a<br/>
**Stable tag:** 1.0.6<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-admin-utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad75bef

Please sign in to comment.