-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<?php | ||
/* | ||
Plugin Name: Easy Digital Downloads integration for HelpScout | ||
Plugin URI: https://dannyvankooten.com/ | ||
Plugin URI: https://webgilde.com | ||
Description: Easy Digital Downloads integration for HelpScout | ||
Version: 2.0-beta | ||
Author: Danny van Kooten | ||
Author URI: https://dannyvankooten.com | ||
Version: 2.0 | ||
Author: Thomas Maier | ||
Author URI: https://webgilde.com | ||
Text Domain: edd-helpscout | ||
Domain Path: /languages | ||
License: GPL v3 | ||
Easy Digital Downloads integration for HelpScout | ||
Copyright (C) 2013-2016, Danny van Kooten, [email protected] | ||
Copyright (C) 2013-2018, Danny van Kooten, [email protected] | ||
Copyright (C) 2018–, Thomas Maier, [email protected] | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -32,7 +33,7 @@ | |
defined( 'ABSPATH' ) or exit; | ||
|
||
// define some useful constants | ||
define( 'EDD_HELPSCOUT_VERSION', '2.0-beta' ); | ||
define( 'EDD_HELPSCOUT_VERSION', '2.0' ); | ||
define( 'EDD_HELPSCOUT_FILE', __FILE__ ); | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters