Skip to content

Commit

Permalink
Merge pull request #75 from TycheSoftwares/v-2.0.3
Browse files Browse the repository at this point in the history
V-2.0.3
  • Loading branch information
Shasvat7 authored Sep 14, 2021
2 parents 8b1aff3 + e3b4f67 commit ae7fa62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class-alg-wc-custom-order-statuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final class Alg_WC_Custom_Order_Statuses {
* @var string
* @since 1.0.0
*/
public $version = '1.4.7';
public $version = '2.0.3';

/**
* Plugin instance.
Expand Down
4 changes: 2 additions & 2 deletions custom-order-statuses-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Plugin Name: Custom Order Status for WooCommerce
* Plugin URI: https://www.tychesoftwares.com/store/premium-plugins/custom-order-status-woocommerce/
* Description: Add custom order statuses to WooCommerce.
* Version: 2.0.2
* Version: 2.0.3
* Author: Tyche Softwares
* Author URI: https://www.tychesoftwares.com/
* Text Domain: custom-order-statuses-woocommerce
* Domain Path: /langs
* Copyright: © 2021 Tyche Softwares
* WC tested up to: 5.5
* WC tested up to: 5.6
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ Added custom statuses can be added to admin order list **bulk actions** and to a

== Changelog ==

= 2.0.3 - 14/09/2021 =
* Enhancement - Added an option to select the default status for Cheque and Paypal payment methods.
* Fix - After migration, slugs were coming empty in some site. This is fixed now.
* Fix - When slug in custom order status starts with wc- then order status don't gets changed to that custom order status. This is fixed now.
* Fix - Text color for the custom order status was coming on the orders page even if the settings for enabling color option is kept disabled. This is fixed now.

= 2.0.2 - 09/04/2021 =
* Fix - Order status was getting changed when we refresh the Thankyou page. This has been fixed.
* Fix - When we change the slug of the custom order status, orders having that custom status was not seen on the orders page. This has been fixed.
Expand Down

0 comments on commit ae7fa62

Please sign in to comment.