Skip to content

Commit

Permalink
1.1.5 release hotix (#130)
Browse files Browse the repository at this point in the history
* Create SECURITY.md (#127)

* replaced webpack with bun

* wip

* Update wpc2o-options-api.php

* Update wpc2o-options-api.php

* Update .distignore

* Update phpcs.yml

* Bump versiion to 1.1.3

* Update package.json

* WC HPOS compat & stock sync improvements

* phpcs fix

* Docs tag fix
  • Loading branch information
AshleyRedman authored Apr 27, 2024
1 parent 8e5c250 commit 4cce39d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
attributes:
label: Plugin version
description: |
e.g `1.1.4`
e.g `1.1.5`
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Help & support - FAQ
url: https://github.com/ajrsoftware/WPClothes2Order/discussions/new?category=q-a&body=%23%23%23%20Your%20question%20here%0A%0A-%20What%20version%20of%20the%20plugin%20are%20you%20using%3F%20e.g%20%601.1.4%60%0A-%20What%20PHP%20version%20are%20you%20using%3F%20e.g%20%607.4%60%0A-%20Where%20did%20you%20install%20the%20plugin%20from%3F%20e.g%20%60WordPress%20org%60%0A%0A---
url: https://github.com/ajrsoftware/WPClothes2Order/discussions/new?category=q-a&body=%23%23%23%20Your%20question%20here%0A%0A-%20What%20version%20of%20the%20plugin%20are%20you%20using%3F%20e.g%20%601.1.5%60%0A-%20What%20PHP%20version%20are%20you%20using%3F%20e.g%20%607.4%60%0A-%20Where%20did%20you%20install%20the%20plugin%20from%3F%20e.g%20%60WordPress%20org%60%0A%0A---
about: "If you can't get something to work the way you expect, check out our FAQ's."
- name: Feature Request
url: https://github.com/ajrsoftware/WPClothes2Order/discussions/new?category=ideas
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Tags: woocommerce, clothes2order
- Requires at least: 6.0
- Requires PHP: 8.0
- Tested up to: 8.2
- Tested up to: 6.5
- WC requires at least: 8.0
- WC tested up to: 8.8
- License: GPLv3
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 1.1.4 | :white_check_mark: |
| > 1.1.4 | :x: |
| 1.1.5 | :white_check_mark: |
| > 1.1.5 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion includes/wpc2o-constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/** Our plugin version, used to asset cache busting & more. */
define('WP_C2O_VERSION', '1.1.4');
define('WP_C2O_VERSION', '1.1.5');

/** API option values. */
define('WPC2O_API_KEY', '_wpc2o_api_key');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpclothes2order",
"version": "1.1.4",
"version": "1.1.5",
"author": "AJRSoftware",
"repository": {
"type": "git",
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: ashleyredman
Tags: woocommerce, clothes2order
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 8.2
Tested up to: 6.5
WC requires at least: 8.0
WC tested up to: 8.8
License: GPLv3
Expand Down
4 changes: 2 additions & 2 deletions wpclothes2order.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WPClothes2Order
* Plugin URI: https://wpclothes2order.com
* Description: Unofficial WooCommerce Plugin for <a href="https://www.clothes2order.com/">Clothes2Order</a>
* Version: 1.1.4
* Version: 1.1.5
* Plugin URI: https://www.wpclothes2order.com
* Author: AJR Software
* Author URI: https://www.ajrsoftware.com
Expand All @@ -13,7 +13,7 @@
* Domain Path: /languages
* Requires at least: 6.0
* Requires PHP: 8.0
* Tested up to: 8.2
* Tested up to: 6.5
* WC requires at least: 8.0
* WC tested up to: 8.8
*
Expand Down

0 comments on commit 4cce39d

Please sign in to comment.