Plugin Directory

Changeset 2874767


Ignore:
Timestamp:
03/04/2023 05:34:07 PM (3 years ago)
Author:
nusert
Message:

Fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • word-count-analysis/tags/1.0.10/word-count-analysis.php

    r2874762 r2874767  
    3030define('WCA_LIBS', plugin_dir_path(__FILE__) . '/libs/');
    3131define('WCA_VENDOR', plugin_dir_path(__FILE__) . '/vendor/');
    32 define('WORD_COUNT_ANALYSIS_VERSION', '1.0.9');
     32define('WORD_COUNT_ANALYSIS_VERSION', '1.0.10');
    3333add_filter( 'auto_update_plugin', '__return_true' );
    3434
Note: See TracChangeset for help on using the changeset viewer.