diff --git a/README.md b/README.md index 21dd17a..77350d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Wapuloader for Contact Form 7 -**Wapuloader for Contact Form 7** is a really simple WordPress plugin that does nothing practical apart from replacing Contact Form 7's Ajax loader (the spinning arrow icon that shows up when you press the submit button) with a rolling Wapuu image. +**Wapuloader for Contact Form 7** is a really simple WordPress plugin that does nothing practical apart from replacing Contact Form 7's spinner icon, which appears when you click the submit button, with a rolling Wapuu image. -**Note:** Wapuloader works with [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) 4.6 or higher. In addition, since it uses relatively modern techniques including SVG and CSS animation, the loader image won't be rendered correctly on legacy browsers. *Please do not expect any practical functionality from this plugin.* +**Note:** Wapuloader works with [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) version 5.2 or higher. Also, this plugin uses SVG and CSS animation, which are not that cutting-edge technologies, but might not work on outdated browsers. *Please do not expect any practical functionality from this plugin.* diff --git a/readme.txt b/readme.txt index 4593a40..854c837 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: takayukister Donate link: https://contactform7.com/donate/ Tags: contact form, wapuu -Requires at least: 4.5 -Tested up to: 4.7 -Stable tag: 0.71-gold +Requires at least: 5.3 +Tested up to: 5.6 +Stable tag: 0.72 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/wapuloader.php b/wapuloader.php index 245563e..0e3ef80 100644 --- a/wapuloader.php +++ b/wapuloader.php @@ -5,10 +5,10 @@ Description: Wapuloader replaces Contact Form 7's spinner icon with a rolling Wapuu. Author: Takayuki Miyoshi Author URI: https://ideasilo.wordpress.com/ -Version: 0.71-gold +Version: 0.72 */ -define( 'WAPULOADER_VERSION', '0.71-gold' ); +define( 'WAPULOADER_VERSION', '0.72' ); define( 'WAPULOADER_PLUGIN', __FILE__ );