Skip to content

Commit 76a4431

Browse files
author
Ivan Chaplygin
committed
Update version module
1 parent 9b31f78 commit 76a4431

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-08-22 4.9.0
2+
* Plugin update for WordPress compliance
3+
14
## 2025-08-05 4.8.35
25
* Module name change
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.35
1+
4.9.0

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: 4.8.35
7+
Stable tag: 4.9.0
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+
= 4.9.0 =
87+
* Plugin update for WordPress compliance
88+
8689
= 4.8.35 =
8790
* Module name change
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 4.8.35
19+
* @version 4.9.0
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: 4.8.35
10+
* Version: 4.9.0
1111
* Tested up to: 6.8
1212
* Requires Plugins: woocommerce
1313
* WC requires at least: 5.4
@@ -29,7 +29,7 @@
2929
class WC_Integration_Retailcrm {
3030
const WOOCOMMERCE_SLUG = 'woocommerce';
3131
const WOOCOMMERCE_PLUGIN_PATH = 'woocommerce/woocommerce.php';
32-
const MODULE_VERSION = '4.8.35';
32+
const MODULE_VERSION = '4.9.0';
3333

3434
private static $instance;
3535

0 commit comments

Comments
 (0)