Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2025-07-17 4.8.34
* Plugin contributors update

## 2025-07-17 4.8.33
* Plugin description update

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.33
4.8.34
8 changes: 5 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
=== Woocommerce Simla.com ===
Contributors: integration@retailcrm.ru
Donate link: https://www.simla.com
Contributors: retailcrm
Tags: crm, marketing, e-com
Requires PHP: 7.1
Requires at least: 5.3
Tested up to: 6.8
Stable tag: 4.8.33
Stable tag: 4.8.34
License: GPLv1 or later
License URI: http://www.gnu.org/licenses/gpl-1.0.html

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


== Changelog ==
= 4.8.34 =
* Plugin contributors update

= 4.8.33 =
* Plugin description update

Expand Down
4 changes: 2 additions & 2 deletions src/retailcrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Integration plugin for WooCommerce & Simla.com
* Author: RetailDriver LLC
* Author URI: http://retailcrm.pro/
* Version: 4.8.33
* Version: 4.8.34
* Tested up to: 6.8
* Requires Plugins: woocommerce
* WC requires at least: 5.4
Expand All @@ -27,7 +27,7 @@
class WC_Integration_Retailcrm {
const WOOCOMMERCE_SLUG = 'woocommerce';
const WOOCOMMERCE_PLUGIN_PATH = 'woocommerce/woocommerce.php';
const MODULE_VERSION = '4.8.33';
const MODULE_VERSION = '4.8.34';

private static $instance;

Expand Down
2 changes: 1 addition & 1 deletion src/uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @link https://wordpress.org/plugins/woo-retailcrm/
*
* @version 4.8.33
* @version 4.8.34
*
* @package RetailCRM
*/
Expand Down