Skip to content

Commit

Permalink
prepare for release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Mar 4, 2021
1 parent a598d16 commit 7c717ba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions gravityforms-dps-pxpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
20 changes: 9 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 7c717ba

Please sign in to comment.