-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to version 1.0.1 (support WC 8.4 and WP 6.4)
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
/* | ||
* Plugin Name: Rearrange Order Items for WooCommerce | ||
* Description: Rearrange Woocommerce Order Item from admin backend | ||
* Version: 1.0.0 | ||
* Version: 1.0.1 | ||
* Author: ole1986 <[email protected]> | ||
* Author URI: https://github.com/ole1986/wc-orderitem-rearrange | ||
* Plugin URI: https://github.com/ole1986/wc-orderitem-rearrange/releases | ||
* Text Domain: wc-orderitem-rearrange | ||
* | ||
* WC requires at least: 3.0.0 | ||
* WC tested up to: 7.5 | ||
* WC tested up to: 8.4 | ||
*/ | ||
|
||
namespace Ole1986\WcOrderItemRearrange; | ||
|