Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.6 release #14

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mw-wp-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
* Plugin Name: MW WP Form
* Plugin URI: https://mw-wp-form.web-soudan.co.jp
* Description: MW WP Form is shortcode base contact form plugin. This plugin have many features. For example you can use many validation rules, inquiry data saving, and chart aggregation using saved inquiry data.
* Version: 5.0.5
* Version: 5.0.6
* Requires at least: 6.0
* Requires PHP: 8.0
* Author: websoudan
* Author URI: https://web-soudan.co.jp/
* Original Author: inc2734
Expand Down Expand Up @@ -216,6 +215,7 @@ public static function _uninstall() {
$plugin_dir_path = plugin_dir_path( __FILE__ );
include_once( $plugin_dir_path . 'classes/models/class.admin.php' );
include_once( $plugin_dir_path . 'classes/models/class.file.php' );
include_once( $plugin_dir_path . 'classes/models/class.directory.php' );

$admin = new MW_WP_Form_Admin();
$forms = $admin->get_forms();
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Original Donate link: https://www.amazon.co.jp/registry/wishlist/39ANKRNSTNW40
Tags: plugin, form, confirm, preview, shortcode, mail, chart, graph, html, contact form, form creation, form creator, form manager, form builder, custom form
Requires at least: 6.0
Tested up to: 6.4
Stable tag: 5.0.5
Stable tag: 5.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -80,6 +80,10 @@ Do you have questions or issues with MW WP Form? Use these support channels appr

== Changelog ==

= 5.0.6 =
* Fixed Fixed an error during uninstallation. ( later 5.0.0 )
* Temporarily Removed PHP requirements

= 5.0.5 =
* Changed requirements to PHP 8.0, WordPress 6.0

Expand Down