Skip to content

Commit

Permalink
bumped version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecedik committed Jul 27, 2020
1 parent 8966d30 commit 2abdd60
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.1 =
* Fixed: Getting carriers from shipcloud API on every order detail page call

= 1.12.0 =
* Added: GLS services (Express 08:00, Express 09:00, Express 10:00, Express 12:00, Pick&ShipService)
* Added: GO! additional services delivery date, delivery note, delivery time
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.0
Stable tag: 1.12.1
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.1 =
* Fixed: Getting carriers from shipcloud API on every order detail page call

= 1.12.0 =
* Added: GLS services (Express 08:00, Express 09:00, Express 10:00, Express 12:00, Pick&ShipService)
* Added: GO! additional services delivery date, delivery note, delivery time
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.0
* Version: 1.12.1
* 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.0';
const VERSION = '1.12.1';

const FILTER_GET_COD_ID = 'wcsc_get_cod_id';

Expand Down

0 comments on commit 2abdd60

Please sign in to comment.