Skip to content

Commit

Permalink
Merge pull request #126 from ajrsoftware/dev
Browse files Browse the repository at this point in the history
1.1.2 version bump, fixed docs
  • Loading branch information
AshleyRedman authored Jan 13, 2024
2 parents 7b25222 + 63f3510 commit aa4cf54
Show file tree
Hide file tree
Showing 7 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.1`
e.g `1.1.2`
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.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---
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.2%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 @@ -7,7 +7,7 @@
- Requires at least: 5.8
- Tested up to: 6.4
- Requires PHP: 7.4
- Stable tag: 1.1.1
- Stable tag: 1.1.2
- 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.1');
define('WP_C2O_VERSION', '1.1.2');

/** 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.0",
"version": "1.1.2",
"description": "",
"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 @@ -4,7 +4,7 @@ Tags: woocommerce, clothes2order
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion 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.0
* Version: 1.1.2
* Plugin URI: https://www.wpclothes2order.com
* Author: AJR Software
* Author URI: https://www.ajrsoftware.com
Expand Down

0 comments on commit aa4cf54

Please sign in to comment.