Skip to content

Commit

Permalink
bump version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed Mar 20, 2023
1 parent dd41a82 commit 07750d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trackmage/trackmage-woo-shipment-tracking",
"type": "wordpress-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "TrackMage integrates shipments tracking into your WooCommerce store",
"keywords": [
"trackmage"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trackmage",
"version": "1.2.0",
"version": "1.2.1",
"main": "gulpfile.js",
"scripts": {
"build": "./node_modules/.bin/gulp build"
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: 5.3
Tested up to: 6.1.1
Requires PHP: 7.4
Stable tag: 1.2.0
Stable tag: 1.2.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -65,6 +65,9 @@ With TrackMage you can analyze your carrier’s performance across all channels
3. Go through the Onboarding wizard in the Plugin

== Changelog ==
= 1.2.1 =
* Enqueue bootstrap only on trackmage settings pages

= 1.2.0 =
* Add support for WooCommerce up to 7.4.0
* Bugfixes and enhancements
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0
* Version: 1.2.1
* Author: TrackMage
* Author URI: https://trackmage.com
* Text Domain: trackmage
Expand Down

0 comments on commit 07750d4

Please sign in to comment.