From 003bd0dff9a57895db548d2e9811cb5186fa6f28 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 22 Jan 2021 14:03:41 -0500 Subject: [PATCH] chore: Update plugin name and version for Alpha release. --- give-divi.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/give-divi.php b/give-divi.php index f8fa9b3..8cd7c99 100644 --- a/give-divi.php +++ b/give-divi.php @@ -4,10 +4,10 @@ use GiveDivi\Divi\AddonServiceProvider; /** - * Plugin Name: GiveWP Donation Modules for Divi + * Plugin Name: Give - Donation Modules for Divi * Plugin URI: https://go.givewp.com/divi-addon * Description: Use GiveWP shortcodes as Divi modules - * Version: 1.0.0 + * Version: 1.0.0-alpha * Author: GiveWP * Author URI: https://givewp.com/ * Text Domain: give-divi @@ -19,7 +19,7 @@ define( 'GIVE_DIVI_ADDON_NAME', 'Give - Divi' ); // Versions -define( 'GIVE_DIVI_ADDON_VERSION', '1.0.0' ); +define( 'GIVE_DIVI_ADDON_VERSION', '1.0.0-alpha' ); define( 'GIVE_DIVI_ADDON_MIN_GIVE_VERSION', '2.8.0' ); // Add-on paths