Skip to content

Commit f9ecc34

Browse files
KocmonavtikIvan Chaplygin
andauthored
Plugin contributors update (#381)
Update plugin version Co-authored-by: Ivan Chaplygin <chaplygin@retailcrm.ru>
1 parent 9bcbbdc commit f9ecc34

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2025-07-17 4.8.34
2+
* Plugin contributors update
3+
14
## 2025-07-17 4.8.33
25
* Plugin description update
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.33
1+
4.8.34

src/readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
=== Woocommerce Simla.com ===
2-
Contributors: integration@retailcrm.ru
3-
Donate link: https://www.simla.com
2+
Contributors: retailcrm
43
Tags: crm, marketing, e-com
54
Requires PHP: 7.1
65
Requires at least: 5.3
76
Tested up to: 6.8
8-
Stable tag: 4.8.33
7+
Stable tag: 4.8.34
98
License: GPLv1 or later
109
License URI: http://www.gnu.org/licenses/gpl-1.0.html
1110

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

8584

8685
== Changelog ==
86+
= 4.8.34 =
87+
* Plugin contributors update
88+
8789
= 4.8.33 =
8890
* Plugin description update
8991

src/retailcrm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Integration plugin for WooCommerce & Simla.com
66
* Author: RetailDriver LLC
77
* Author URI: http://retailcrm.pro/
8-
* Version: 4.8.33
8+
* Version: 4.8.34
99
* Tested up to: 6.8
1010
* Requires Plugins: woocommerce
1111
* WC requires at least: 5.4
@@ -27,7 +27,7 @@
2727
class WC_Integration_Retailcrm {
2828
const WOOCOMMERCE_SLUG = 'woocommerce';
2929
const WOOCOMMERCE_PLUGIN_PATH = 'woocommerce/woocommerce.php';
30-
const MODULE_VERSION = '4.8.33';
30+
const MODULE_VERSION = '4.8.34';
3131

3232
private static $instance;
3333

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.33
19+
* @version 4.8.34
2020
*
2121
* @package RetailCRM
2222
*/

0 commit comments

Comments
 (0)