Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ion-for-farcaster into upload-dot-org-artifact-instead
  • Loading branch information
davisshaver committed Dec 29, 2024
2 parents f3b4d67 + e23b084 commit ffb2ae8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
type: 'zip'
filename: 'frames-integration-for-farcaster.zip'
exclusions: '/*node_modules/* readme.md package.json bin/ bin/* tests/ tests/* tests/helpers/ tests/helpers/* tests/unit/ tests/unit/* .gitignore .eslintrc.js .nvmrc .stylelintrc.json phpcs.xml tsconfig.json bun.lockb .vscode/ .vscode/* .wordpress-org/ .wordpress-org/* src/ src/* src/admin-components/ src/admin-components/* src/editor/ src/editor/* src/admin-utils/ src/admin-utils/* src/components/ src/components/* src/admin-hooks/ src/admin-hooks/* src/utils/ src/utils/* /*.git/* /*.github/*'
exclusions: '/*node_modules/* readme.md package.json bin/ bin/* tests/ tests/* tests/helpers/ tests/helpers/* tests/unit/ tests/unit/* .gitignore .eslintrc.js .nvmrc .stylelintrc.json phpcs.xml tsconfig.json bun.lockb .vscode/ .vscode/* .wordpress-org/ .wordpress-org/* src/ src/* src/admin-components/ src/admin-components/* src/editor/ src/editor/* src/admin-utils/ src/admin-utils/* src/components/ src/components/* src/admin-hooks/ src/admin-hooks/* src/utils/ src/utils/* /*.git/* /*.github/* phpunit.xml'

- name: Unzip Folder for WP.org
uses: montudor/action-zip@v1
Expand Down
4 changes: 2 additions & 2 deletions frames-integration-for-farcaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Frames Integration for Farcaster
* Plugin URI: https://davisshaver.com/frames-integration-for-farcaster/
* Description: Frames Integration for Farcaster connects your WordPress site to Farcaster.
* Version: 0.0.41
* Version: 0.0.42
* Author: Davis Shaver
* Author URI: https://davisshaver.com/
* License: GPL v2 or later
Expand All @@ -22,7 +22,7 @@

defined( 'ABSPATH' ) || exit;

define( 'FARCASTER_WP_VERSION', '0.0.41' );
define( 'FARCASTER_WP_VERSION', '0.0.42' );

define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' );
define( 'FARCASTER_WP_API_URL', get_site_url() . '/wp-json/' . FARCASTER_WP_API_NAMESPACE );
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": "frames-integration-for-farcaster",
"version": "0.0.41",
"version": "0.0.42",
"description": "Frames Integration for Farcaster connects your WordPress site to Farcaster.",
"author": "Davis Shaver",
"license": "GPL-2.0-or-later",
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: WordPress, web3, Farcaster, Ethereum
Tested up to: 6.7.1
Requires at least: 6.7.0
Requires PHP: 7.0
Stable tag: 0.0.41
Stable tag: 0.0.42
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -30,9 +30,12 @@ This plugin is developed in public on [Github](https://github.com/davisshaver/fr

== Changelog ==

= 0.0.41 =
= 0.0.42 =
* Upload .org zip to Github

= 0.0.41 =
* Remove unnecessary phpunit.xml file

= 0.0.40 =
* Add attestations on Github

Expand Down

0 comments on commit ffb2ae8

Please sign in to comment.