Skip to content

Commit 0ec9085

Browse files
authored
Merge pull request #61 from logeecom/master
Release version 3.2.16
2 parents dc9ce67 + ed83a0f commit 0ec9085

File tree

8 files changed

+31
-14
lines changed

8 files changed

+31
-14
lines changed
Binary file not shown.
Binary file not shown.

PluginInstallation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [v3.2.16](https://github.com/logeecom/pl_woocommerce_module/compare/v3.2.15...v3.2.16) - 2023-05-18
7+
### Changed
8+
- Fix view on Packlink link
9+
10+
## [v3.2.15](https://github.com/logeecom/pl_woocommerce_module/compare/v3.2.14...v3.2.15) - 2023-05-18
11+
### Changed
12+
- Fix layout on orders page
13+
614
## [v3.2.14](https://github.com/logeecom/pl_woocommerce_module/compare/v3.2.13...v3.2.14) - 2023-03-08
715
### Added
816
- Add handling of shipment delivered webhook.

src/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "packlink/woocommerce",
33
"description": "Packlink WooCommerce Integration",
4-
"version": "3.2.14",
4+
"version": "3.2.16",
55
"type": "library",
66
"repositories": [
77
{
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.6",
15-
"packlink/integration-core": "3.3.12",
15+
"packlink/integration-core": "3.3.14",
1616
"ext-json": "*",
1717
"ext-curl": "*",
1818
"ext-zip": "*",

src/composer.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packlink-pro-shipping.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Packlink PRO Shipping
1010
* Plugin URI: https://en.wordpress.org/plugins/packlink-pro-shipping/
1111
* 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.
12-
* Version: 3.2.14
12+
* Version: 3.2.16
1313
* Author: Packlink Shipping S.L.
1414
* Author URI: https://pro.packlink.es/
1515
* License: GPL

src/readme.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, shipment, shipping, packlink
44
Requires at least: 4.7
55
Requires PHP: 5.5
66
Tested up to: 6.2
7-
Stable tag: 3.2.14
7+
Stable tag: 3.2.16
88
License: LICENSE-2.0
99
License URI: http://www.apache.org/licenses/LICENSE-2.0
1010

@@ -68,6 +68,16 @@ Click <a href="https://support-pro.packlink.com/hc/es-es/articles/210158585" tar
6868

6969
== Changelog ==
7070

71+
#### 3.2.16 - May 30, 2023
72+
73+
**Updates**
74+
- Fix view on Packlink link
75+
76+
#### 3.2.15 - May 18, 2023
77+
78+
**Updates**
79+
- Fix layout on orders page
80+
7181
#### 3.2.14 - March 8, 2023
7282

7383
**Updates**

src/resources/css/packlink-order-overview.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
.button.pl-draft-button,
22
.button.pl-create-draft-button {
33
display: flex;
4-
padding: 4px 18px;
5-
width: max-content;
6-
min-width: 180px;
4+
padding: 2px 12px;
5+
width: 100%;
76
max-width: 185px;
87
min-height: 38px;
98
}

0 commit comments

Comments
 (0)