Skip to content

Commit 0080571

Browse files
author
Ashley Redman
authored
Merge pull request #67 from AshleyRedman/dev
Dev
2 parents d192ec0 + 1a6e68e commit 0080571

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Requires at least: 5.8
88
- Tested up to: 6.0.0
99
- Requires PHP: 7.4
10-
- Stable tag: 1.0.0
10+
- Stable tag: 1.0.1
1111
- License: GPLv3
1212
- License URI: https://www.gnu.org/licenses/gpl-3.0.html
1313

includes/wpc2o-constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/** Our plugin version, used to asset cache busting & more. */
8-
define('WP_C2O_VERSION', '1.0.0');
8+
define('WP_C2O_VERSION', '1.0.1');
99

1010
/** API option values. */
1111
define('WPC2O_API_KEY', '_wpc2o_api_key');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpclothes2order",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, clothes2order
44
Requires at least: 5.8
55
Tested up to: 6.0.0
66
Requires PHP: 7.4
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

wpclothes2order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WPClothes2Order
55
* Plugin URI: https://wpclothes2order.com/download
66
* Description: Unofficial WooCommerce Plugin for <a href="https://www.clothes2order.com/">Clothes2Order</a>
7-
* Version: 1.0.0
7+
* Version: 1.0.1
88
* Plugin URI: https://www.wpclothes2order.com
99
* Author: Ashley Redman
1010
* Author URI: https://github.com/AshleyRedman

0 commit comments

Comments
 (0)