Skip to content

Commit

Permalink
[VER] v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Jul 12, 2022
1 parent 008c78e commit b580d22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## v1.7.0
* Force WP_Filesystem autodetection
* Set allowed redirect hosts
* Fix deprecated `wpforms_conditional_logic()->conditionals_block()`

## v1.6.0
* Adaptations for WPForms 1.7.0
* Hide some new marketing button / entries
Expand Down
4 changes: 2 additions & 2 deletions wpforms-epfl-payonline.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: EPFL ISAS-FSD
* Author URI: https://go.epfl.ch/idev-fsd
* Contributor: Nicolas Borboën <[email protected]>
* Version: 1.6.0
* Version: 1.7.0
* Text Domain: wpforms-epfl-payonline
* Domain Path: languages
* License: GPL-2.0+
Expand Down Expand Up @@ -37,7 +37,7 @@
}

// Plugin version.
define( 'WPFORMS_EPFL_PAYONLINE_VERSION', '1.6.0' );
define( 'WPFORMS_EPFL_PAYONLINE_VERSION', '1.7.0' );
// Plugin name.
define( 'WPFORMS_EPFL_PAYONLINE_NAME', 'WPForms EPFL Payonline' );
// Latest WP version tested with this plugin.
Expand Down

0 comments on commit b580d22

Please sign in to comment.