Changeset 2610582
- Timestamp:
- 10/06/2021 09:23:09 PM (4 years ago)
- Location:
- wp-word-count/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wpwordcount.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-word-count/trunk/README.txt
r2377295 r2610582 3 3 Tags: word count, reading time, authors, words, writing 4 4 Requires at least: 4.0 5 Tested up to: 5. 5.16 Stable tag: 3.2. 25 Tested up to: 5.8.1 6 Stable tag: 3.2.3 7 7 8 8 Count the words on your WordPress site instantly. … … 64 64 == Changelog == 65 65 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 66 70 = 3.2.2 - 8 Sept 2020 = 67 71 * Tested up to WordPress 5.5.1 -
wp-word-count/trunk/wpwordcount.php
r2377295 r2610582 10 10 * Plugin URI: https://wpwordcount.com 11 11 * Description: Count the words on your WordPress site instantly. 12 * Version: 3.2. 212 * Version: 3.2.3 13 13 * Author: RedLettuce Plugins 14 14 * Author URI: http://redlettuce.com … … 24 24 } 25 25 26 define('WPWC_VERSION', '3.2. 2');26 define('WPWC_VERSION', '3.2.3'); 27 27 28 28 function activate_wp_word_count()
Note: See TracChangeset
for help on using the changeset viewer.