From edb978b3eaba0e6254901ca699d07a1d4c5a0b56 Mon Sep 17 00:00:00 2001 From: Christian Wach <needle@haystack.co.uk> Date: Wed, 1 May 2024 10:51:49 +0100 Subject: [PATCH] Bump version to 0.1.2 --- conditional-form-actions-for-acfe.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conditional-form-actions-for-acfe.php b/conditional-form-actions-for-acfe.php index 5834923..8a4e00d 100644 --- a/conditional-form-actions-for-acfe.php +++ b/conditional-form-actions-for-acfe.php @@ -6,7 +6,7 @@ * Description: Provides some ACF Extended Form Actions that have a Conditional Field. * Plugin URI: https://develop.tadpole.cc/plugins/conditional-form-actions-for-acfe * Update URI: https://develop.tadpole.cc/plugins/conditional-form-actions-for-acfe - * Version: 0.1.2a + * Version: 0.1.2 * Author: Christian Wach * Author URI: https://haystack.co.uk * Text Domain: conditional-form-actions-for-acfe @@ -16,7 +16,7 @@ */ // Set plugin version here. -define( 'CFAFA_VERSION', '0.1.2a' ); +define( 'CFAFA_VERSION', '0.1.2' ); // Store reference to this file. if ( ! defined( 'CFAFA_FILE' ) ) { -- GitLab