Skip to content

Commit 31c57da

Browse files
Merge pull request #11 from BeAPI/release/1.4.1
release/1.4.1 : update version from 1.4.0 to 1.4.1
2 parents 57d9f69 + 078cb21 commit 31c57da

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

bea_sender.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
@@ -24,7 +24,7 @@
2424

2525
define('BEA_SENDER_URL', plugin_dir_url ( __FILE__ ));
2626
define('BEA_SENDER_DIR', plugin_dir_path( __FILE__ ));
27-
define( 'BEA_SENDER_VER', '1.3.2' );
27+
define( 'BEA_SENDER_VER', '1.4.1' );
2828
define( 'BEA_SENDER_PPP', '10' );
2929
define( 'BEA_SENDER_DEFAULT_COUNTER', 100 );
3030
define( 'BEA_SENDER_OPTION_NAME', 'bea_s-main' );

0 commit comments

Comments
 (0)