Changeset 2316931
- Timestamp:
- 06/02/2020 10:59:49 PM (6 years ago)
- Location:
- wp-word-count
- Files:
-
- 42 added
- 4 edited
-
tags/3.2.1 (added)
-
tags/3.2.1/.gitignore (added)
-
tags/3.2.1/LICENSE.txt (added)
-
tags/3.2.1/README.txt (added)
-
tags/3.2.1/admin (added)
-
tags/3.2.1/admin/class-wpwc-admin.php (added)
-
tags/3.2.1/admin/css (added)
-
tags/3.2.1/admin/css/wpwc-admin.css (added)
-
tags/3.2.1/admin/images (added)
-
tags/3.2.1/admin/images/linksoftware.png (added)
-
tags/3.2.1/admin/images/wp-word-count-pro-screenshot-1.jpg (added)
-
tags/3.2.1/admin/images/wp-word-count-pro-screenshot-2.jpg (added)
-
tags/3.2.1/admin/images/wp-word-count-pro-screenshot-3.jpg (added)
-
tags/3.2.1/admin/images/wp-word-count-pro-screenshot-4.jpg (added)
-
tags/3.2.1/admin/index.php (added)
-
tags/3.2.1/admin/js (added)
-
tags/3.2.1/admin/js/wpwc-admin.js (added)
-
tags/3.2.1/admin/partials (added)
-
tags/3.2.1/admin/partials/wpwc-calculate.php (added)
-
tags/3.2.1/admin/partials/wpwc-footer.php (added)
-
tags/3.2.1/admin/partials/wpwc-reading-time.php (added)
-
tags/3.2.1/admin/partials/wpwc-statistics-menu.php (added)
-
tags/3.2.1/admin/partials/wpwc-statistics-totals.php (added)
-
tags/3.2.1/admin/partials/wpwc-statistics.php (added)
-
tags/3.2.1/admin/partials/wpwc-upgrade.php (added)
-
tags/3.2.1/includes (added)
-
tags/3.2.1/includes/class-wpwc-activator.php (added)
-
tags/3.2.1/includes/class-wpwc-deactivator.php (added)
-
tags/3.2.1/includes/class-wpwc-functions.php (added)
-
tags/3.2.1/includes/class-wpwc-i18n.php (added)
-
tags/3.2.1/includes/class-wpwc-loader.php (added)
-
tags/3.2.1/includes/class-wpwc.php (added)
-
tags/3.2.1/includes/index.php (added)
-
tags/3.2.1/index.php (added)
-
tags/3.2.1/languages (added)
-
tags/3.2.1/languages/wp-word-count-es_ES.mo (added)
-
tags/3.2.1/languages/wp-word-count-es_ES.po (added)
-
tags/3.2.1/languages/wp-word-count.pot (added)
-
tags/3.2.1/public (added)
-
tags/3.2.1/public/class-wpwc-public.php (added)
-
tags/3.2.1/public/index.php (added)
-
tags/3.2.1/wpwordcount.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-wpwc-admin.php (modified) (1 diff)
-
trunk/public/class-wpwc-public.php (modified) (1 diff)
-
trunk/wpwordcount.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-word-count/trunk/README.txt
r2316030 r2316931 1 1 === WP Word Count === 2 Contributors: linksoftware,redlettuce2 Contributors: redlettuce 3 3 Tags: word count, reading time, authors, words, writing 4 4 Requires at least: 4.0 5 Tested up to: 5. 3.26 Stable tag: 3.2. 05 Tested up to: 5.4.1 6 Stable tag: 3.2.1 7 7 8 8 Count the words on your WordPress site instantly. … … 64 64 == Changelog == 65 65 66 = 3.2.1 - 02/06/20 = 67 * Tested up to WordPress 5.4.1 68 * Updated plugin details 69 66 70 = 3.2.0 = 67 71 * New "Reading Time" statistic throughout the plugin. -
wp-word-count/trunk/admin/class-wpwc-admin.php
r2221092 r2316931 9 9 * @package Wp_Word_Count 10 10 * @subpackage Wp_Word_Count/admin 11 * @author Link Software LLC <support@linksoftwarellc.com>11 * @author RedLettuce Plugins <support@redlettuce.com> 12 12 * @link https://wpwordcount.com 13 13 */ -
wp-word-count/trunk/public/class-wpwc-public.php
r2221092 r2316931 9 9 * @package Wp_Word_Count 10 10 * @subpackage Wp_Word_Count/public 11 * @author Link Software LLC <support@linksoftwarellc.com>11 * @author RedLettuce Plugins <support@redlettuce.com> 12 12 * @link https://wpwordcount.com 13 13 */ -
wp-word-count/trunk/wpwordcount.php
r2221092 r2316931 10 10 * Plugin URI: https://wpwordcount.com 11 11 * Description: Count the words on your WordPress site instantly. 12 * Version: 3.2. 013 * Author: Link Software LLC14 * Author URI: http:// linksoftwarellc.com12 * Version: 3.2.1 13 * Author: RedLettuce Plugins 14 * Author URI: http://redlettuce.com 15 15 * License: GPL-2.0+ 16 16 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 24 24 } 25 25 26 define('WPWC_VERSION', '3.2. 0');26 define('WPWC_VERSION', '3.2.1'); 27 27 28 28 function activate_wp_word_count()
Note: See TracChangeset
for help on using the changeset viewer.