Skip to content

Commit 2724ce7

Browse files
committed
chore: refine zip exclusion list
1 parent 0a62c28 commit 2724ce7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/generate-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
type: 'zip'
3939
filename: 'wp-farcaster.zip'
40-
exclusions: '/*node_modules/* composer.* readme.md package.json .eslintrc.js .nvmrc .stylelintrc.json phpcs.xml tsconfig.json bun.lockb .vscode/ .wordpress-org/ .wordpress-org/* src/ src/* src/components/ src/components/* src/hooks/ src/hooks/* src/utils/ src/utils/* /*.git/* /*.github/*'
40+
exclusions: '/*node_modules/* composer.* readme.md package.json .gitignore .eslintrc.js .nvmrc .stylelintrc.json phpcs.xml tsconfig.json bun.lockb .vscode/ .vscode/* .wordpress-org/ .wordpress-org/* src/ src/* src/components/ src/components/* src/hooks/ src/hooks/* src/utils/ src/utils/* /*.git/* /*.github/*'
4141

4242
- name: Upload artifact
4343
uses: actions/upload-artifact@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-farcaster",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "WP Farcaster connects your WordPress site to Farcaster.",
55
"author": "Davis Shaver",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: WordPress, web3, Farcaster, Ethereum
44
Tested up to: 6.7.1
55
Requires at least: 6.7.0
66
Requires PHP: 7.0
7-
Stable tag: 0.0.8
7+
Stable tag: 0.0.9
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -26,7 +26,7 @@ WP Farcaster makes it easy to setup [Farcaster frames](https://docs.farcaster.xy
2626

2727
== Changelog ==
2828

29-
= 0.0.8 =
29+
= 0.0.9 =
3030
* Initial plugin release to WordPress.org
3131

3232
== Screenshots =

wp-farcaster.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: WP Farcaster
1111
* Plugin URI: https://wp-farcaster.davisshaver.com/
1212
* Description: WP Farcaster connects your WordPress site to Farcaster.
13-
* Version: 0.0.8
13+
* Version: 0.0.9
1414
* Author: Davis Shaver
1515
* Author URI: https://davisshaver.com/
1616
* License: GPL v2 or later
@@ -22,7 +22,7 @@
2222

2323
defined( 'ABSPATH' ) || exit;
2424

25-
define( 'WP_FARCASTER_VERSION', '0.0.8' );
25+
define( 'WP_FARCASTER_VERSION', '0.0.9' );
2626

2727
define( 'WP_FARCASTER_API_NAMESPACE', 'wp-farcaster/v1' );
2828
define( 'WP_FARCASTER_API_URL', get_site_url() . '/wp-json/' . WP_FARCASTER_API_NAMESPACE );

0 commit comments

Comments
 (0)