Skip to content

Commit

Permalink
Bump 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvola committed Jun 4, 2019
1 parent 418e4ed commit 9a6ecd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog

## [1.6.1](https://github.com/rvola/woo-cancel-abandoned-order/tree/1.6.1) - 2019-06-04
[Full Changelog](https://github.com/rvola/woo-cancel-abandoned-order/compare/1.6.0...1.6.1)

* FIX / Incorrect date format with time cancellation.

## [1.6.0](https://github.com/rvola/woo-cancel-abandoned-order/tree/1.6.0) - 2019-05-07
[Full Changelog](https://github.com/rvola/woo-cancel-abandoned-order/compare/1.5.1...1.6.0)

* NEW / Order status hook for the cancel process.
* MINOR / code style call Class external.

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, cancel, order, pending, on hold, gateway
Requires PHP: 7.0
Requires at least: 4.0
Tested up to: 5.2
Stable tag: 1.6.0
Stable tag: 1.6.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -83,6 +83,9 @@ The GIT repository is available here [https://github.com/rvola/woo-cancel-abando

== Changelog ==

= 1.6.1 / 2019-06-04 =
* FIX / Incorrect date format with time cancellation.

= 1.6.0 / 2019-05-07 =
* NEW / Order status hook for the cancel process.
* MINOR / code style call Class external.
Expand Down
6 changes: 3 additions & 3 deletions woo-cancel-abandoned-order.php
Expand Up @@ -5,8 +5,8 @@
Description: Cancel "on hold" orders after a certain number of days or by hours
Version: 1.6.0
Revision: 2019-05-07
Version: 1.6.1
Revision: 2019-06-04
Creation: 2017-10-28
Author: studio RVOLA
Expand All @@ -32,7 +32,7 @@
}

define( 'WOOCAO_FILE', __FILE__ );
define( 'WOOCAO_VERSION', '1.6.0' );
define( 'WOOCAO_VERSION', '1.6.1' );

include_once ABSPATH . 'wp-admin/includes/plugin.php';
if ( is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
Expand Down

0 comments on commit 9a6ecd7

Please sign in to comment.