Skip to content

Commit

Permalink
bump version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed Sep 23, 2021
1 parent 2321d73 commit 0fd3a40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions trackmage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
*
Expand Down

0 comments on commit 0fd3a40

Please sign in to comment.