Plugin Directory

Changeset 2876707


Ignore:
Timestamp:
03/08/2023 06:27:29 PM (3 years ago)
Author:
nusert
Message:

Fixed

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

Legend:

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

    r2874761 r2876707  
    116116= 1.0.10 =
    117117* Fix
     118
     119= 1.0.11 =
     120* Fix
  • word-count-analysis/trunk/word-count-analysis.php

    r2874766 r2876707  
    1717 * Plugin URI:        https://nurullah.org
    1818 * 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.10
     19 * Version:           1.0.11
    2020 * Author:            Nurullah SERT
    2121 * Author URI:        https://nurullah.org
     
    3030define('WCA_LIBS', plugin_dir_path(__FILE__) . '/libs/');
    3131define('WCA_VENDOR', plugin_dir_path(__FILE__) . '/vendor/');
    32 define('WORD_COUNT_ANALYSIS_VERSION', '1.0.10');
    33 add_filter( 'auto_update_plugin', '__return_true' );
     32define('WORD_COUNT_ANALYSIS_VERSION', '1.0.11');
     33//add_filter( 'auto_update_plugin', '__return_true' );
    3434
    3535if ( ! function_exists( 'wca_fs' ) ) {
Note: See TracChangeset for help on using the changeset viewer.