Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version change 2.5.0 #120

Merged
merged 3 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -47,7 +47,7 @@ final class Alg_WC_Custom_Order_Statuses {
* @var string
* @since 1.0.0
*/
public $version = '2.4.1';
public $version = '2.5.0';

/**
* Setting.
Expand Down
8 changes: 6 additions & 2 deletions custom-order-statuses-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
* 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.4.1
* Version: 2.5.0
* 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: 8.7.0
* WC tested up to: 9.3.3
* Tested up to: 6.6.2
* Requires PHP: 7.4
* WC requires at least: 5.0.0
* Requires Plugins: woocommerce
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tychesoftwares
Tags: woocommerce, order status, woo commerce, custom status
Requires at least: 4.4
Tested up to: 6.6.2
Stable tag: 2.4.1
Stable tag: 2.5.0
Requires PHP: 7.3
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down
Loading