From 9c9c7c71378dc1dfaac570c9c173e4241cda1997 Mon Sep 17 00:00:00 2001 From: Christian Wach <needle@haystack.co.uk> Date: Tue, 22 Oct 2024 11:05:04 +0100 Subject: [PATCH] Bump version to 0.2.0a --- 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 c166ab4..6740c27 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.3 + * Version: 0.2.0a * 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.3' ); +define( 'CFAFA_VERSION', '0.2.0a' ); // Store reference to this file. if ( ! defined( 'CFAFA_FILE' ) ) { -- GitLab