Skip to content

Commit

Permalink
bumped version to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecedik committed Aug 5, 2020
1 parent 11691ca commit 0b7b32f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Changelog ==

= 1.12.2 =
* Fixed: Making sure advance_notice is only transmitted when it's defined

= 1.12.1 =
* Fixed: Getting carriers from shipcloud API on every order detail page call

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mahype, awesome-ug, andrecedik, screamingdev
Tags: woocommerce, shipping, tracking, stamps
Requires at least: 4.2.0
Tested up to: 5.4.2
Stable tag: 1.12.1
Stable tag: 1.12.2
Requires PHP: 7.2.3

This plugin integrates [shipcloud](http://bit.ly/shipcloud-for-woocommerce-en) into WooCommerce.
Expand Down Expand Up @@ -103,6 +103,9 @@ https://youtu.be/HE3jow15x8c

== Changelog ==

= 1.12.2 =
* Fixed: Making sure advance_notice is only transmitted when it's defined

= 1.12.1 =
* Fixed: Getting carriers from shipcloud API on every order detail page call

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-shipcloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: shipcloud for WooCommerce
* Plugin URI: https://www.wordpress.org/plugins/shipcloud-for-woocommerce/
* Description: Integrates shipcloud shipment services to your WooCommerce shop.
* Version: 1.12.1
* Version: 1.12.2
* Author: shipcloud GmbH
* Author URI: https://shipcloud.io
* Developer: shipcloud GmbH
Expand Down Expand Up @@ -64,7 +64,7 @@ class WooCommerce_Shipcloud {
*
* @since 1.2.1
*/
const VERSION = '1.12.1';
const VERSION = '1.12.2';

const FILTER_GET_COD_ID = 'wcsc_get_cod_id';

Expand Down

0 comments on commit 0b7b32f

Please sign in to comment.