Skip to content

Commit

Permalink
2.18.1 blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
evgrezanov committed Sep 3, 2024
1 parent 8427d5e commit dfa6588
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Plugin asset/readme update
on:
push:
branches:
- trunk
- main
jobs:
trunk:
name: Push to trunk
name: Push to main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
12 changes: 9 additions & 3 deletions .wordpress-org/assets/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "WooCommerce product feed + bonusplus-wp",
"description": "Blueprint to create a WooCommerce products and export an XML/CSV product feed",
"author": "redmonkey73",
"categories": ["WooCommerce", "Content"]
},
"preferredVersions": {
"php": "8.2",
"wp": "6.6"
"php": "latest",
"wp": "latest"
},
"features": {
"networking": false
Expand Down Expand Up @@ -38,7 +44,7 @@
}
},
{
"step": "importFile",
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://raw.githubusercontent.com/evgrezanov/bonus-plus-wp/main/demo/demoproducts.xml"
Expand Down

0 comments on commit dfa6588

Please sign in to comment.