Skip to content

Commit

Permalink
Release version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrstojevic-logeecom committed Sep 4, 2020
1 parent dc4fb85 commit 6e59ecf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
Binary file not shown.
8 changes: 6 additions & 2 deletions PluginInstallation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [v3.0.3](https://github.com/logeecom/pl_woocommerce_module/compare/v3.0.2...v3.0.3) - 2020-09-04
### Changed
- Fixed location picker issue.

## [v3.0.2](https://github.com/logeecom/pl_woocommerce_module/compare/v3.0.1...v3.0.2) - 2020-09-02
### Changed
- Fix translation issue in italian.
- Fixed translation issue in italian.

## [v3.0.1](https://github.com/logeecom/pl_woocommerce_module/compare/v3.0.0...v3.0.1) - 2020-08-28
### Changed
- Fix changing shop order status upon shipment status update.
- Fixed changing shop order status upon shipment status update.

## [v3.0.0](https://github.com/logeecom/pl_woocommerce_module/compare/v2.2.4...v3.0.0) - 2020-08-26
###
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "packlink/woocommerce",
"description": "Packlink WooCommerce Integration",
"version": "3.0.2",
"version": "3.0.3",
"type": "library",
"repositories": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/packlink-pro-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Packlink PRO Shipping
* Plugin URI: https://en.wordpress.org/plugins/packlink-pro-shipping/
* Description: Save up to 70% on your shipping costs. No fixed fees, no minimum shipping volume required. Manage all your shipments in a single platform.
* Version: 3.0.2
* Version: 3.0.3
* Author: Packlink Shipping S.L.
* Author URI: https://pro.packlink.es/
* License: GPL
Expand Down
12 changes: 9 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: woocommerce, shipment, shipping, packlink
Requires at least: 4.7
Requires PHP: 5.5
Tested up to: 5.5
Stable tag: 3.0.2
Stable tag: 3.0.3
License: LICENSE-2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand Down Expand Up @@ -68,17 +68,23 @@ Click <a href="https://support-pro.packlink.com/hc/es-es/articles/210158585" tar

== Changelog ==

#### 3.0.3 - September 04, 2020

**Updates**

- Fixed location picker issue.

#### 3.0.2 - September 02, 2020

**Updates**

- Fix translation issue in italian.
- Fixed translation issue in Italian.

#### 3.0.1

**Updates**

- Fix changing shop order status upon shipment status update.
- Fixed changing shop order status upon shipment status update.

#### 3.0.0 - August 26, 2020

Expand Down

0 comments on commit 6e59ecf

Please sign in to comment.