diff --git a/edd-helpscout.php b/edd-helpscout.php index 0ca8635..f6b62f7 100755 --- a/edd-helpscout.php +++ b/edd-helpscout.php @@ -3,7 +3,7 @@ Plugin Name: Easy Digital Downloads integration for Help Scout Plugin URI: https://webgilde.com Description: Easy Digital Downloads integration for Help Scout -Version: 2.2.0 +Version: 2.2.1 Author: Thomas Maier Author URI: https://webgilde.com Text Domain: edd-helpscout @@ -33,7 +33,7 @@ defined( 'ABSPATH' ) or exit; // define some useful constants -define( 'EDD_HELPSCOUT_VERSION', '2.2.0' ); +define( 'EDD_HELPSCOUT_VERSION', '2.2.1' ); define( 'EDD_HELPSCOUT_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 0bff8ad..fbf0209 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: webzunft, DvanKooten, Ibericode Tags: easy-digital-downloads,helpscout,edd,support,help scout Requires at least: 3.8 Tested up to: 6.0 -Requires PHP: 5.6 -Stable tag: 2.2.0 +Requires PHP: 7.2 +Stable tag: 2.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -90,6 +90,12 @@ Make sure the "Secret Key" setting for your Help Scout application matches the v == Changelog == += 2.2.1 = + +- Improvement: added the `edd_helpscout_after_subscription_list_item` action hook to allow adding elements to the Subscriptions view +- Improvement: increased required PHP version to 7.2 +- Fix: typo in the installation instructions + = 2.2.0 = - Feature: the toggle state for Licenses, Orders, and Subscriptons sections is now persistent, props @nosilver4u on github