Plugin Directory

Changeset 2316931


Ignore:
Timestamp:
06/02/2020 10:59:49 PM (6 years ago)
Author:
redlettuce
Message:

Updating plugin details

Location:
wp-word-count
Files:
42 added
4 edited

Legend:

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

    r2316030 r2316931  
    11=== WP Word Count ===
    2 Contributors: linksoftware, redlettuce
     2Contributors: redlettuce
    33Tags: word count, reading time, authors, words, writing
    44Requires at least: 4.0
    5 Tested up to: 5.3.2
    6 Stable tag: 3.2.0
     5Tested up to: 5.4.1
     6Stable tag: 3.2.1
    77
    88Count the words on your WordPress site instantly.
     
    6464== Changelog ==
    6565
     66= 3.2.1 - 02/06/20 =
     67* Tested up to WordPress 5.4.1
     68* Updated plugin details
     69
    6670= 3.2.0 =
    6771* New "Reading Time" statistic throughout the plugin.
  • wp-word-count/trunk/admin/class-wpwc-admin.php

    r2221092 r2316931  
    99 * @package    Wp_Word_Count
    1010 * @subpackage Wp_Word_Count/admin
    11  * @author     Link Software LLC <support@linksoftwarellc.com>
     11 * @author     RedLettuce Plugins <support@redlettuce.com>
    1212 * @link       https://wpwordcount.com
    1313 */
  • wp-word-count/trunk/public/class-wpwc-public.php

    r2221092 r2316931  
    99 * @package    Wp_Word_Count
    1010 * @subpackage Wp_Word_Count/public
    11  * @author     Link Software LLC <support@linksoftwarellc.com>
     11 * @author     RedLettuce Plugins <support@redlettuce.com>
    1212 * @link       https://wpwordcount.com
    1313 */
  • wp-word-count/trunk/wpwordcount.php

    r2221092 r2316931  
    1010 * Plugin URI:        https://wpwordcount.com
    1111 * Description:       Count the words on your WordPress site instantly.
    12  * Version:           3.2.0
    13  * Author:            Link Software LLC
    14  * Author URI:        http://linksoftwarellc.com
     12 * Version:           3.2.1
     13 * Author:            RedLettuce Plugins
     14 * Author URI:        http://redlettuce.com
    1515 * License:           GPL-2.0+
    1616 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    2424}
    2525
    26 define('WPWC_VERSION', '3.2.0');
     26define('WPWC_VERSION', '3.2.1');
    2727
    2828function activate_wp_word_count()
Note: See TracChangeset for help on using the changeset viewer.