Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31c19a8e24 | |||
|
|
f9e61854dc | ||
| 0bdbdde5f4 |
@@ -14,11 +14,10 @@ on:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@bba19f38933f5c468d65ec9b0dc7eff9505de335
|
||||
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
|
||||
with:
|
||||
main_file: siti-category-thumbnails.php
|
||||
slug: siti-category-thumbnails
|
||||
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
|
||||
secrets:
|
||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
||||
|
||||
7
manifest.json
Normal file
7
manifest.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"plugin_name": "Siti Category Thumbnails",
|
||||
"description": "Sync product category thumbnails with the newest product image.",
|
||||
"version": "1.0.0",
|
||||
"author": "Roberto Guagliardo | SitiWeb",
|
||||
"author_url": "https://sitiweb.nl/"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: Siti Category Thumbnails
|
||||
* Description: Sync product category thumbnails with the newest product image.
|
||||
* Version: 1.0.0
|
||||
* Version: 1.0.1
|
||||
* Author: Roberto Guagliardo | SitiWeb
|
||||
* Author URI: https://sitiweb.nl/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user