Plugin Directory

Changeset 2610582


Ignore:
Timestamp:
10/06/2021 09:23:09 PM (4 years ago)
Author:
redlettuce
Message:

3.2.3 The one with the we are awake again

Location:
wp-word-count/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-word-count/trunk/README.txt

    r2377295 r2610582  
    33Tags: word count, reading time, authors, words, writing
    44Requires at least: 4.0
    5 Tested up to: 5.5.1
    6 Stable tag: 3.2.2
     5Tested up to: 5.8.1
     6Stable tag: 3.2.3
    77
    88Count the words on your WordPress site instantly.
     
    6464== Changelog ==
    6565
     66= 3.2.3 - 6 Oct 2021 =
     67* Tested up to WordPress 5.8.1
     68* We've been a bit quiet (sorry!), but busy behind the scenes! Get ready for some new features ready in Q4 2021!
     69
    6670= 3.2.2 - 8 Sept 2020 =
    6771* Tested up to WordPress 5.5.1
  • wp-word-count/trunk/wpwordcount.php

    r2377295 r2610582  
    1010 * Plugin URI:        https://wpwordcount.com
    1111 * Description:       Count the words on your WordPress site instantly.
    12  * Version:           3.2.2
     12 * Version:           3.2.3
    1313 * Author:            RedLettuce Plugins
    1414 * Author URI:        http://redlettuce.com
     
    2424}
    2525
    26 define('WPWC_VERSION', '3.2.2');
     26define('WPWC_VERSION', '3.2.3');
    2727
    2828function activate_wp_word_count()
Note: See TracChangeset for help on using the changeset viewer.