Skip to content

Commit

Permalink
Merge pull request #67 from logeecom/master
Browse files Browse the repository at this point in the history
Release version 3.3.3
  • Loading branch information
logeecom authored Oct 19, 2023
2 parents cc27bd0 + 9c89280 commit 601b590
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
Binary file modified PluginInstallation/3.3.2/packlink-pro-shipping.zip
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion PluginInstallation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ 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.3.2](https://github.com/logeecom/pl_woocommerce_module/compare/v3.3.1...v3.3.2) - 2023-10-17
## [v3.3.3](https://github.com/logeecom/pl_woocommerce_module/compare/v3.3.2...v3.3.3) - 2023-10-19
### Changed
- Fix different logo image size on order page

## [v3.3.2](https://github.com/logeecom/pl_woocommerce_module/compare/v3.3.1...v3.3.2) - 2023-10-18
### Changed
- Fix the issue with drop off selection
- Update compatible version of WooCommerce (8.2)

## [v3.3.1](https://github.com/logeecom/pl_woocommerce_module/compare/v3.3.0...v3.3.1) - 2023-10-11
### Changed
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": "packlink/woocommerce-dev",
"description": "Packlink WooCommerce Integration",
"version": "3.3.2",
"version": "3.3.3",
"type": "library",
"require": {
"php": ">=5.5",
Expand Down
4 changes: 2 additions & 2 deletions src/packlink-pro-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
* 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.3.2
* Version: 3.3.3
* Author: Packlink Shipping S.L.
* Author URI: https://pro.packlink.es/
* License: GPL
* Text Domain: packlink-pro-shipping
* Domain Path: /languages
* WC requires at least: 3.0.0
* WC tested up to: 8.1.1
* WC tested up to: 8.2
*/

use Packlink\WooCommerce\Plugin;
Expand Down
8 changes: 7 additions & 1 deletion 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: 6.3.1
Stable tag: 3.3.2
Stable tag: 3.3.3
License: LICENSE-2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

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

== Changelog ==

#### 3.3.3 - October 19th, 2023

**Updates**
- Fix different logo image size on order page

#### 3.3.2 - October 17th, 2023

**Updates**
- Fix the issue with drop off selection
- Update compatible version of WooCommerce (8.2)

#### 3.3.1 - October 11th, 2023

Expand Down
2 changes: 2 additions & 0 deletions src/resources/css/packlink-order-overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

.pl-image {
width: 25px;
height: 25px;
padding-top: 2px;
display: block;
padding-right: 3px;
}
Expand Down

0 comments on commit 601b590

Please sign in to comment.