From 4cd3a44e0fb87e4f8fe43032d77a4a284e8a5128 Mon Sep 17 00:00:00 2001 From: Christian Wach <needle@haystack.co.uk> Date: Tue, 26 Nov 2024 20:20:00 +0000 Subject: [PATCH] Bump version to 0.2.2a --- README.md | 2 +- conditional-form-actions-for-acfe.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad11618..af05cc6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires PHP:** 7.4<br/> **Requires at least:** 4.9<br/> **Tested up to:** 6.8<br/> -**Stable tag:** 0.2.1<br/> +**Stable tag:** 0.2.2a<br/> **License:** GPLv2 or later<br/> **License URI:** https://www.gnu.org/licenses/gpl-2.0.html diff --git a/conditional-form-actions-for-acfe.php b/conditional-form-actions-for-acfe.php index 07d727e..4e2c1bf 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.2.1 + * Version: 0.2.2a * Author: Tadpole Collective * Author URI: https://tadpole.cc/ * License: GPLv2 or later @@ -32,7 +32,7 @@ */ // Set plugin version here. -define( 'CFAFA_VERSION', '0.2.1' ); +define( 'CFAFA_VERSION', '0.2.2a' ); // Store reference to this file. if ( ! defined( 'CFAFA_FILE' ) ) { -- GitLab