Skip to content

Commit

Permalink
version 2.2.1, PHP to 7.2, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
webzunft committed Aug 18, 2022
1 parent 3f00c28 commit 9ef40c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions edd-helpscout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ );


Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ef40c6

Please sign in to comment.