Skip to content

Commit

Permalink
Version 8.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt authored Jun 23, 2022
1 parent f4f98ba commit 43be624
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion smart-send-logistics/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Developer URI: https://smartsend.io/
Tags: smartsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, burd, budbee, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post
Requires at least: 3.0.1
Tested up to: 6.0
Stable tag: 8.0.25
Stable tag: 8.0.26
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
WC requires at least: 3.0.0
Expand Down Expand Up @@ -200,6 +200,11 @@ This box appears when a "Select Pick-up Point" shipping method is selected, but

== Changelog ==

= 8.0.26 =
* Add carrier Burd
* Add carrier Budbee
* Add PostNord methods: International Express Mail (EMS), Express Letter and Speciel size pallet

= 8.0.25 =
* Fix issue with missing receiver phone on some WooCommerce versions (v5.6+)

Expand Down
4 changes: 2 additions & 2 deletions smart-send-logistics/smart-send-logistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Smart Send ApS
* Author URI: https://www.smartsend.io
* Text Domain: smart-send-logistics
* Version: 8.0.25
* Version: 8.0.26
* WC requires at least: 3.0.1
* WC tested up to: 6.6
*
Expand Down Expand Up @@ -34,7 +34,7 @@
class SS_Shipping_WC
{

private $version = "8.0.25";
private $version = "8.0.26";

/**
* Instance to call certain functions globally within the plugin
Expand Down

0 comments on commit 43be624

Please sign in to comment.