From 0fd3a405c3b3613f03b24bbe9230f68fecf13dc2 Mon Sep 17 00:00:00 2001 From: karser Date: Thu, 23 Sep 2021 16:58:25 +0300 Subject: [PATCH] bump version 1.0.11 --- Makefile | 2 +- readme.txt | 5 ++++- trackmage.php | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 42dda7b..70a48e1 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ TRAVIS_WP_ADMIN_USERNAME ?= admin TRAVIS_WP_ADMIN_PASSWORD ?= password COMPOSE_FILE ?= docker-compose.yml WORDPRESS_VERSION ?= 5.8.1 -WOOCOMMERCE_VERSION ?= 5.6.0 +WOOCOMMERCE_VERSION ?= 5.7.0 AIRPLANE_MODE_VERSION ?= 0.2.4 PHP_VERSION ?= 7.2 PROJECT := $(shell basename ${CURDIR}) diff --git a/readme.txt b/readme.txt index a1d781c..dbe258c 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: shipping, tracking, order, status, delivery, shipment tracking, order trac Requires at least: 4.9.1 Tested up to: 5.8.1 Requires PHP: 5.6 -Stable tag: 1.0.10 +Stable tag: 1.0.11 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -66,6 +66,9 @@ With TrackMage you can analyze your carrier’s performance across all channels == Changelog == += 1.0.11 = +* Fix issue with deleting shipments during deleting orders. + = 1.0.10 = * Trigger sync when email or phone changed * Improved WPML compatibility diff --git a/trackmage.php b/trackmage.php index 7aec474..23757b8 100644 --- a/trackmage.php +++ b/trackmage.php @@ -3,7 +3,7 @@ * Plugin Name: TrackMage - Woo Shipment Tracking * Plugin URI: https://github.com/trackmage/trackmage-woo-shipment-tracking * Description: TrackMage integrates shipments tracking into your WooCommerce store. - * Version: 1.0.10 + * Version: 1.0.11 * Author: TrackMage * Author URI: https://trackmage.com * Text Domain: trackmage @@ -14,7 +14,7 @@ * Requires at least: 4.9.1 * Tested up to: 5.8.1 * WC requires at least: 3.8.0 - * WC tested up to: 5.6.0 + * WC tested up to: 5.7.0 * * Copyright (c) 2019-2021 TrackMage *