Skip to content

Commit

Permalink
Merge pull request #32 from brainstormforce/wp6.1
Browse files Browse the repository at this point in the history
WordPress 6.1 compatibility
  • Loading branch information
patilvikasj committed Oct 31, 2022
2 parents 7c44997 + cabe234 commit cb41cf9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Easy Digital Downloads - Purchase Details #
**Contributors:** [brainstormforce](https://profiles.wordpress.org/brainstormforce)
**Contributors:** [pratikchaskar](https://profiles.wordpress.org/pratikchaskar/)
**Tags:** digital downloads, download, downloads, e-store, purchase
**Donate link:** https://www.paypal.me/BrainstormForce
**Requires at least:** 4.4
**Requires PHP:** 5.4
**Tested up to:** 6.0
**Stable tag:** 1.0.4
**Tested up to:** 6.1
**Stable tag:** 1.0.5
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -43,6 +43,9 @@ Access to purchase details of Easy Digital Downloads customers using an email ad

## Changelog ##

### 1.0.5 ###
- Improvement: Added compatibility to WordPress 6.1

### 1.0.4 ###
- Security: Use escaping for displaying purchase details string.

Expand Down
8 changes: 4 additions & 4 deletions edd-purchase-details.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: Easy Digital Downloads - Purchase Details
* Author: Brainstorm Force
* Author URI: https://www.brainstormforce.com
* Version: 1.0.4
* Author: Pratik Chaskar
* Author URI: https://pratikchaskar.com
* Version: 1.0.5
* Description: Easy Digital Downloads Access to Purchase Details
* Text Domain: edd-purchase-details
*
Expand All @@ -18,7 +18,7 @@
/**
* Define constants.
*/
define( 'EDD_PD_VER', '1.0.4' );
define( 'EDD_PD_VER', '1.0.5' );
define( 'EDD_PD_FILE', __FILE__ );
define( 'EDD_PD', plugin_dir_path( __FILE__ ) );
define( 'EDD_PD_URL', plugin_dir_url( __FILE__ ) );
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edd-purchase-details",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "Gruntfile.js",
"scripts": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"dependencies": {
"browser-sync": "^2.26.7"
}
}
}
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Easy Digital Downloads - Purchase Details ===
Contributors: brainstormforce
Contributors: pratikchaskar
Tags: digital downloads, download, downloads, e-store, purchase
Donate link: https://www.paypal.me/BrainstormForce
Requires at least: 4.4
Requires PHP: 5.4
Tested up to: 6.0
Stable tag: 1.0.4
Tested up to: 6.1
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -43,6 +43,9 @@ Access to purchase details of Easy Digital Downloads customers using an email ad

== Changelog ==

= 1.0.5 =
- Improvement: Added compatibility to WordPress 6.1

= 1.0.4 =
- Security: Use escaping for displaying purchase details string.

Expand Down

0 comments on commit cb41cf9

Please sign in to comment.