Skip to content

Commit

Permalink
Merge pull request #116 from AshleyRedman/dev
Browse files Browse the repository at this point in the history
Update dependency @htmlburger/carbon-fields
  • Loading branch information
AshleyRedman authored Feb 26, 2023
2 parents 40e04b2 + 2800fb3 commit 342118f
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 19 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.0.9`
e.g `1.0.10`
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/AshleyRedman/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.0.9%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/AshleyRedman/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.0.10%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/AshleyRedman/WPClothes2Order/discussions/new?category=ideas
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,24 @@ jobs:
- name: Run phpcs
working-directory: ./
run: vendor/bin/phpcs
# PHP 8.2
phpcs-8_2:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup PHP Action
uses: shivammathur/[email protected]
with:
php-version: '8.2'
tools: composer:v2, phpcs

- name: Install dependencies
working-directory: ./
run: composer install

- name: Run phpcs
working-directory: ./
run: vendor/bin/phpcs
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.1
- Requires PHP: 7.4
- Stable tag: 1.0.9
- Stable tag: 1.0.10
- License: GPLv3
- License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"require": {
"htmlburger/carbon-fields": "^3.3"
},
"require-dev": {
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.3"
Expand All @@ -15,5 +12,8 @@
"psr-4": {
"WPC2O\\": "classes/"
}
},
"require": {
"htmlburger/carbon-fields": "^3.5"
}
}
19 changes: 10 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

/** 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.0.9",
"version": "1.0.10",
"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.1
Requires PHP: 7.4
Stable tag: 1.0.9
Stable tag: 10
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/download
* Description: Unofficial WooCommerce Plugin for <a href="https://www.clothes2order.com/">Clothes2Order</a>
* Version: 1.0.9
* Version: 1.0.10
* Plugin URI: https://www.wpclothes2order.com
* Author: Ashley Redman
* Author URI: https://github.com/AshleyRedman
Expand Down

0 comments on commit 342118f

Please sign in to comment.