Skip to content

Commit

Permalink
chore: Update plugin name and version for Alpha release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Jan 22, 2021
1 parent 447c2ad commit 003bd0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions give-divi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 003bd0d

Please sign in to comment.