This commit is contained in:
erwanlr
2021-10-02 13:14:02 +02:00
parent 8353161451
commit 11394eaa9f
21 changed files with 8425 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
*** NoFraud Protection for WooCommerce Changelog ***
2021-09-29 - version 2.2.5
* Update - Update the plugin description.
2021-09-27 - version 2.2.4
* Update - Update the plugin description.
2021-09-24 - version 2.2.3
* Update - Update the plugin name to NoFraud Protection for WooCommerce.
2021-09-24 - version 2.2.2
* Fix - Handle get_sku() on bool error.
2021-09-24 - version 2.2.1
* Dev - Send out a custom hook when a new decision is received.
2021-09-23 - version 2.2.0
* Feature - Enable auto adding of device JavaScript code.
* Feature - Cancelling / refunding of order in WooCommerce will cancel the order in the portal.
* Update - Rename product slug from "woocommerce-nofraud" to "nofraud-protection".
2021-08-23 - version 2.1.2
* Feature - Added new dropdown select to allow merchant to select a different Order Status to transition to on NoFraud Decision "fail" and "Fraudulent".
2021-07-13 - version 2.1.1
* Dev - Updated code to be compliant to WooCommerce platform's lint requirements.
* Update - Updated Stripe library to latest.
* Dev - Tested WooCommerce platform to version 5.5.0.
2021-06-29 - version 2.1.0
* Feature - Load Device JavaScript on Card and Checkout pages for better fraud detection.
* Enhancement - On plugin settings page, validate NoFraud API Key.
2021-06-20 - version 2.0.0
* Feature - First official 2.0.0 release of NoFraud Protection for WooCommerce plugin.

View File

@@ -0,0 +1,20 @@
{
"name": "nofraud/nofraud-protection",
"version": "2.2.5",
"description": "NoFraud fraud detection service plugin for WooCommerce",
"type": "wordpress-plugin",
"license": "GPL-3.0",
"prefer-stable": true,
"minimum-stability": "dev",
"authors": [
{
"name": "NoFraud Engineering",
"email": "engineering@nofraud.com"
}
],
"require": {
"composer/installers": "~1.0",
"stripe/stripe-php": "~7.0",
"square/square": "10.0.0.20210421"
}
}