diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bb6ce..c8c6e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/wpforms-epfl-payonline.php b/wpforms-epfl-payonline.php index dcf6c51..e67fdb3 100644 --- a/wpforms-epfl-payonline.php +++ b/wpforms-epfl-payonline.php @@ -6,7 +6,7 @@ * Author: EPFL ISAS-FSD * Author URI: https://go.epfl.ch/idev-fsd * Contributor: Nicolas Borboën - * Version: 1.6.0 + * Version: 1.7.0 * Text Domain: wpforms-epfl-payonline * Domain Path: languages * License: GPL-2.0+ @@ -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.