diff --git a/fmpress-forms.php b/fmpress-forms.php index e3e5d73..44713c5 100644 --- a/fmpress-forms.php +++ b/fmpress-forms.php @@ -3,7 +3,7 @@ * Plugin Name: FMPress Forms * Plugin URI: https://www.emic.co.jp/products/ * Description: Addon for Contact Form 7. - * Version: 1.3.1 + * Version: 1.3.4 * Author: Emic Corporation * Author URI: https://www.emic.co.jp/ * License: GPLv2 or later @@ -42,7 +42,7 @@ final class FMPress_Forms { * @since 1.0.0 * @var string */ - const VERSION = '1.3.1'; + const VERSION = '1.3.4'; /** * Minimum Version of PHP diff --git a/includes/drivers/class-database.php b/includes/drivers/class-database.php index 7246791..7dd930b 100644 --- a/includes/drivers/class-database.php +++ b/includes/drivers/class-database.php @@ -355,7 +355,6 @@ public function display_wp_errors( $response ) { } else { echo '

' . esc_html( $response ) . '

'; } - } /** diff --git a/package.json b/package.json index c324b01..75acd12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fmpress-forms", - "version": "1.3.1", + "version": "1.3.4", "main": "Gruntfile.js", "author": "Emic Corporation", "scripts" : { diff --git a/readme.txt b/readme.txt index 0359dd2..3889cb4 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: emiccorp, matsuoatsushi, nue2501 Tags: claris, filemaker, database, contact form 7, form Requires at least: 5.7 -Tested up to: 6.2 -Stable tag: 1.3.1 +Tested up to: 6.3 +Stable tag: 1.3.4 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html