Skip to content

Commit

Permalink
readme & version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webzunft committed Nov 14, 2024
1 parent 6c8379e commit 60bcd60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 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.3.0
* Version: 2.4.0
* 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.3.0' );
define( 'EDD_HELPSCOUT_VERSION', '2.4.0' );
define( 'EDD_HELPSCOUT_FILE', __FILE__ );


Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Help Scout integration for Easy Digital Downloads ===
Contributors: webzunft, DvanKooten, Ibericode
Tags: easy-digital-downloads,edd,helpscout,support,help scout
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 2.3.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 2.4.0
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.4.0 =

- Increased required PHP version to 7.4
- Increased required WordPress version to 6.0
- Fix: PHP 8.2 deprecation notice, props @slaFFik

= 2.3.0 =

- Improvement: added the `edd_helpscout_after_licenses_active_site_list_item` filter to extend output of activated sites
Expand Down

0 comments on commit 60bcd60

Please sign in to comment.