Skip to content

Commit

Permalink
0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
takayukister committed Feb 4, 2021
1 parent d2ccf22 commit f3a791a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.*
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions wapuloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ );

Expand Down

0 comments on commit f3a791a

Please sign in to comment.