Changeset 2876707
- Timestamp:
- 03/08/2023 06:27:29 PM (3 years ago)
- Location:
- word-count-analysis/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
word-count-analysis.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
word-count-analysis/trunk/README.txt
r2874761 r2876707 116 116 = 1.0.10 = 117 117 * Fix 118 119 = 1.0.11 = 120 * Fix -
word-count-analysis/trunk/word-count-analysis.php
r2874766 r2876707 17 17 * Plugin URI: https://nurullah.org 18 18 * Description: See the word counts of your posts and pages and their analysis for seo. Optimize your articles with reports such as unique word and sentence length. 19 * Version: 1.0.1 019 * Version: 1.0.11 20 20 * Author: Nurullah SERT 21 21 * Author URI: https://nurullah.org … … 30 30 define('WCA_LIBS', plugin_dir_path(__FILE__) . '/libs/'); 31 31 define('WCA_VENDOR', plugin_dir_path(__FILE__) . '/vendor/'); 32 define('WORD_COUNT_ANALYSIS_VERSION', '1.0.1 0');33 add_filter( 'auto_update_plugin', '__return_true' );32 define('WORD_COUNT_ANALYSIS_VERSION', '1.0.11'); 33 //add_filter( 'auto_update_plugin', '__return_true' ); 34 34 35 35 if ( ! function_exists( 'wca_fs' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.