diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fadc9..2740d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2024-04-23 4.7.7 +* Support for services in ICML + ## 2024-04-22 4.7.6 * Support WP 6.5 diff --git a/VERSION b/VERSION index 5460804..32b93c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.6 +4.7.7 diff --git a/src/readme.txt b/src/readme.txt index f3aebb3..c02dc85 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: Интеграция, Simla.com, simla Requires PHP: 7.0 Requires at least: 5.3 Tested up to: 6.5 -Stable tag: 4.7.6 +Stable tag: 4.7.7 License: GPLv1 or later License URI: http://www.gnu.org/licenses/gpl-1.0.html @@ -82,6 +82,9 @@ Asegúrate de tener una clave API específica para cada tienda. Las siguientes i == Changelog == += 4.7.7 = +* Support for services in ICML + = 4.7.6 = * Support WP 6.5 diff --git a/src/retailcrm.php b/src/retailcrm.php index 7d48586..63a0298 100644 --- a/src/retailcrm.php +++ b/src/retailcrm.php @@ -5,7 +5,7 @@ * Description: Integration plugin for WooCommerce & Simla.com * Author: RetailDriver LLC * Author URI: http://retailcrm.pro/ - * Version: 4.7.6 + * Version: 4.7.7 * Tested up to: 6.5 * Requires Plugins: woocommerce * WC requires at least: 5.4 diff --git a/src/uninstall.php b/src/uninstall.php index fc47ecb..cf4acb9 100644 --- a/src/uninstall.php +++ b/src/uninstall.php @@ -16,7 +16,7 @@ * * @link https://wordpress.org/plugins/woo-retailcrm/ * - * @version 4.7.6 + * @version 4.7.7 * * @package RetailCRM */