diff --git a/farcaster-wp.php b/farcaster-wp.php index ec5a72e..3cce37f 100644 --- a/farcaster-wp.php +++ b/farcaster-wp.php @@ -10,7 +10,7 @@ * Plugin Name: Farcaster WP * Plugin URI: https://farcaster-wp.davisshaver.com/ * Description: Farcaster WP connects your WordPress site to Farcaster. - * Version: 0.0.12 + * Version: 0.0.13 * Author: Davis Shaver * Author URI: https://davisshaver.com/ * License: GPL v2 or later @@ -22,7 +22,7 @@ defined( 'ABSPATH' ) || exit; -define( 'FARCASTER_WP_VERSION', '0.0.12' ); +define( 'FARCASTER_WP_VERSION', '0.0.13' ); define( 'FARCASTER_WP_API_NAMESPACE', 'farcaster-wp/v1' ); define( 'FARCASTER_WP_API_URL', get_site_url() . '/wp-json/' . FARCASTER_WP_API_NAMESPACE ); diff --git a/includes/api/class-manifest-controller.php b/includes/api/class-manifest-controller.php index fc6a6f1..6770b49 100644 --- a/includes/api/class-manifest-controller.php +++ b/includes/api/class-manifest-controller.php @@ -100,7 +100,7 @@ public function get_manifest() { 'splashImageUrl' => $splash_image_url, 'splashBackgroundColor' => $splash_background_color, // @TODO: Add API endpoint for webhook to do... something? - 'webhookUrl' => '', + // 'webhookUrl' => '', ], ]; diff --git a/package.json b/package.json index cc70a64..4fbdd66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "farcaster-wp", - "version": "0.0.12", + "version": "0.0.13", "description": "Farcaster WP connects your WordPress site to Farcaster.", "author": "Davis Shaver", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 6b3b65a..6137d12 100644 --- a/readme.txt +++ b/readme.txt @@ -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.12 +Stable tag: 0.0.13 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -26,7 +26,7 @@ Farcaster WP makes it easy to setup [Farcaster frames](https://docs.farcaster.xy == Changelog == -= 0.0.12 = += 0.0.13 = * Initial plugin release to WordPress.org == Screenshots = diff --git a/src/components/ManifestViewer.tsx b/src/components/ManifestViewer.tsx index 53fe29a..bbf347a 100644 --- a/src/components/ManifestViewer.tsx +++ b/src/components/ManifestViewer.tsx @@ -339,7 +339,7 @@ const ManifestViewer = ( {
{ __( - 'Are you going to update the manifest to match current settings? Here is the manifest data to reference:', + 'Are you going to update the manifest to match current settings? Here is the manifest data to reference. This should be available at /.well-known/farcaster.json on your site.', 'farcaster-wp' ) }