diff --git a/changelog.md b/changelog.md index 388a86d..8e043f4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ ## Changelog -### 2.3.5, soon... +### 2.3.5, 2021-03-04 * fixed: retrying failed transactions could not be turned off with feed settings * fixed: Gravity Forms 2.5 compatibility diff --git a/gravityforms-dps-pxpay.php b/gravityforms-dps-pxpay.php index e71c9ca..28806f8 100644 --- a/gravityforms-dps-pxpay.php +++ b/gravityforms-dps-pxpay.php @@ -3,14 +3,14 @@ Plugin Name: Gravity Forms DPS PxPay Plugin URI: https://wordpress.org/plugins/gravity-forms-dps-pxpay/ Description: Easily create online payment forms with Gravity Forms and DPS Payment Express (Windcave) PxPay -Version: 2.3.5-dev +Version: 2.3.5 Author: WebAware Author URI: https://shop.webaware.com.au/ Text Domain: gravity-forms-dps-pxpay */ /* -copyright (c) 2013-2020 WebAware Pty Ltd (email : support@webaware.com.au) +copyright (c) 2013-2021 WebAware Pty Ltd (email : support@webaware.com.au) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -35,7 +35,7 @@ define('GFDPSPXPAY_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__)); define('GFDPSPXPAY_PLUGIN_FILE', __FILE__); define('GFDPSPXPAY_PLUGIN_MIN_PHP', '5.6'); -define('GFDPSPXPAY_PLUGIN_VERSION', '2.3.5-dev'); +define('GFDPSPXPAY_PLUGIN_VERSION', '2.3.5'); require GFDPSPXPAY_PLUGIN_ROOT . 'includes/functions-global.php'; diff --git a/package.json b/package.json index 464c99c..b78f5ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravity-forms-dps-pxpay", - "version": "2.3.5-dev", + "version": "2.3.5", "description": "Gravity Forms DPS PxPay", "homepage": "https://shop.webaware.com.au/downloads/gravity-forms-dps-pxpay/", "main": "Gruntfile.js", diff --git a/readme.txt b/readme.txt index ca67396..656e50f 100644 --- a/readme.txt +++ b/readme.txt @@ -7,8 +7,8 @@ Author URI: https://shop.webaware.com.au/ Donate link: https://shop.webaware.com.au/donations/?donation_for=Gravity+Forms+DPS+PxPay Tags: gravity forms, dps, payment express, pxpay, donations, payment, payment gateway, ecommerce Requires at least: 4.9 -Tested up to: 5.3 -Stable tag: 2.3.4 +Tested up to: 5.7 +Stable tag: 2.3.5 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -145,20 +145,18 @@ Developers can run processes on these actions (e.g. load classes required to han ## Upgrade Notice -### 2.3.4 +### 2.3.5 -fixed Gravity Forms 2.4.14 and Zapier 3.2 which broke delayed actions, and GF User Registration 4.4 which broke new feeds +can turn off retrying failed transactions in feed settings; fixed PHP 8 deprecated notice; Gravity Forms 2.5 compatible ## Changelog The full changelog can be found [on GitHub](https://github.com/webaware/gravity-forms-dps-pxpay/blob/master/changelog.md). Recent entries: -### 2.3.4, 2019-09-30 +### 2.3.5 -* fixed: GF User Registration 4.4 breaks new feeds +Released 2021-03-04 -### 2.3.3 - -Released 2019-09-27 - -* fixed: Gravity Forms 2.4.14 and Zapier 3.2 broke delayed actions +* fixed: retrying failed transactions could not be turned off with feed settings +* fixed: Gravity Forms 2.5 compatibility +* changed: don't call `libxml_disable_entity_loader()` in PHP 8.0 (now deprecated)