Changeset 2874767
- Timestamp:
- 03/04/2023 05:34:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
word-count-analysis/tags/1.0.10/word-count-analysis.php
r2874762 r2874767 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. 9');32 define('WORD_COUNT_ANALYSIS_VERSION', '1.0.10'); 33 33 add_filter( 'auto_update_plugin', '__return_true' ); 34 34
Note: See TracChangeset
for help on using the changeset viewer.