Skip to content

Commit

Permalink
Updated supported versions of WordPress and Woo
Browse files Browse the repository at this point in the history
  • Loading branch information
Evghenii Garbuzneac committed Nov 9, 2023
1 parent 1c793cd commit b78c121
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SHELL := /bin/bash

PHP_VERSION ?= 5.6
WORDPRESS_VERSION ?= 5.2.2
WOOCOMMERCE_VERSION ?= 3.8.1
PHP_VERSION ?= 7.4
WORDPRESS_VERSION ?= 5.3.0
WOOCOMMERCE_VERSION ?= 4.5.0
ZIP_BUILD ?= false
GIT_BRANCH ?= master
TEST_PLUGIN_NAME := trackmage-woo-shipment-tracking
Expand Down
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": "2.0.0",
"version": "2.0.2",
"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": "2.0.0",
"version": "2.0.2",
"main": "gulpfile.js",
"scripts": {
"build": "./node_modules/.bin/gulp build"
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== TrackMage - Woo Shipment Tracking ===
Contributors: trackmage,karser,harbuzniak
Tags: shipping, tracking, order, status, delivery, shipment tracking, order tracking, order status, carrier, carriers
Stable tag: 2.0.1
Stable tag: 2.0.2
Requires at least: 5.3
Tested up to: 6.3.2
Tested up to: 6.4.1
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -94,8 +94,8 @@ TrackMage can send automatic emails to your customers to let them know about the
3. Go through the Onboarding wizard in the Plugin

== Changelog ==
= 2.0.1 =
* Add support for WooCommerce up to 8.2.1 and WordPress 6.3.2
= 2.0.2 =
* Add support for WooCommerce up to 8.2.2 and WordPress 6.4.1
* Bugfixes and enhancements

= 2.0.0 =
Expand Down
6 changes: 3 additions & 3 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://trackmage.com/
* Description: TrackMage integrates shipments tracking into your WooCommerce store.
* Version: 2.0.1
* Version: 2.0.2
* Author: TrackMage
* Author URI: https://trackmage.com
* Text Domain: trackmage
Expand All @@ -12,9 +12,9 @@
* GitHub Plugin URI: https://github.com/trackmage/trackmage-woo-shipment-tracking
* Requires PHP: 7.4
* Requires at least: 5.3
* Tested up to: 6.3.2
* Tested up to: 6.4.1
* WC requires at least: 4.5.0
* WC tested up to: 8.2.1
* WC tested up to: 8.2.2
*
* Copyright (c) 2019-2023 TrackMage
*
Expand Down

0 comments on commit b78c121

Please sign in to comment.