Skip to content

Commit

Permalink
Merge pull request #125 from ajrsoftware/dev
Browse files Browse the repository at this point in the history
Tested up to 6.4
  • Loading branch information
AshleyRedman authored Jan 13, 2024
2 parents bce5eb3 + 14f5f2a commit 7b25222
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.0`
e.g `1.1.1`
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.0%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.1%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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- Contributors: [Ashley Redman](https://github.com/AshleyRedman), [Reuben Porter](https://github.com/ReubenPorter)
- Tags: woocommerce, clothes2order
- Requires at least: 5.8
- Tested up to: 6.3
- Tested up to: 6.4
- Requires PHP: 7.4
- Stable tag: 1.1.0
- Stable tag: 1.1.1
- License: GPLv3
- License URI: https://www.gnu.org/licenses/gpl-3.0.html

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.0');
define('WP_C2O_VERSION', '1.1.1');

/** API option values. */
define('WPC2O_API_KEY', '_wpc2o_api_key');
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: ashleyredman
Tags: woocommerce, clothes2order
Requires at least: 5.8
Tested up to: 6.3
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.1.0
Stable tag: 1.1.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 7b25222

Please sign in to comment.