File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Email sender registrer for WordPress
77
88## Changelog
99
10+ ### 1.4.1
11+
12+ * Fix : replace WP_CLI::info() by WP_CLI::log()
13+
1014### 1.4.0
1115
1216* Added: Create a wp-cli command to replace the tools/cron.php
Original file line number Diff line number Diff line change 55 Author: BeApi
66 Domain Path: /languages/
77 Text Domain: bea_sender
8- Version: 1.4.0
8+ Version: 1.4.1
99 */
1010
1111// Database declarations
2424
2525define ('BEA_SENDER_URL ' , plugin_dir_url ( __FILE__ ));
2626define ('BEA_SENDER_DIR ' , plugin_dir_path ( __FILE__ ));
27- define ( 'BEA_SENDER_VER ' , '1.3.2 ' );
27+ define ( 'BEA_SENDER_VER ' , '1.4.1 ' );
2828define ( 'BEA_SENDER_PPP ' , '10 ' );
2929define ( 'BEA_SENDER_DEFAULT_COUNTER ' , 100 );
3030define ( 'BEA_SENDER_OPTION_NAME ' , 'bea_s-main ' );
You can’t perform that action at this time.
0 commit comments