Skip to content

Commit 40f78ba

Browse files
author
Anton
committed
bump
1 parent 80f4c81 commit 40f78ba

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2025-11-14 5.0.4
2+
* Add partial bonus charge
3+
14
## 2025-10-16 5.0.3
25
* Add upload purchase price in ICML
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.3
1+
5.0.4

src/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: crm, marketing, e-com
44
Requires PHP: 7.1
55
Requires at least: 5.3
66
Tested up to: 6.8
7-
Stable tag: 5.0.3
7+
Stable tag: 5.0.4
88
License: MIT
99
License URI: https://github.com/retailcrm/woocommerce-module/blob/master/LICENSE
1010

@@ -83,6 +83,9 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i
8383

8484

8585
== Changelog ==
86+
= 5.0.4 =
87+
* Add partial bonus charge
88+
8689
= 5.0.3 =
8790
* Add upload purchase price in ICML
8891

src/uninstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @link https://wordpress.org/plugins/woo-retailcrm/
1818
*
19-
* @version 5.0.3
19+
* @version 5.0.4
2020
*
2121
* @package RetailCRM
2222
*/

src/woo-retailcrm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: http://retailcrm.pro/
88
* License: MIT
99
* License URI: https://github.com/retailcrm/woocommerce-module/blob/master/LICENSE
10-
* Version: 5.0.3
10+
* Version: 5.0.4
1111
* Tested up to: 6.8
1212
* Requires Plugins: woocommerce
1313
* WC requires at least: 5.4
@@ -30,7 +30,7 @@
3030
class WC_Integration_Retailcrm {
3131
const WOOCOMMERCE_SLUG = 'woocommerce';
3232
const WOOCOMMERCE_PLUGIN_PATH = 'woocommerce/woocommerce.php';
33-
const MODULE_VERSION = '5.0.3';
33+
const MODULE_VERSION = '5.0.4';
3434

3535
private static $instance;
3636

0 commit comments

Comments
 (0)