From 3c9dc2ce991d7222df285c3322475bb89e7e89f5 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 18 Jul 2022 19:33:22 -0700 Subject: [PATCH] Prepare for W.org release --- README.md | 12 ++++++++---- eth-embed-anchor-fm.php | 2 +- languages/eth-embed-anchor-fm.pot | 4 ++-- package.json | 2 +- readme.txt | 12 ++++++++---- 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f100cd1..fdb752f 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,20 @@ **Tags:** anchor.fm, oembed, embed, shortcode **Requires at least:** 4.7 **Tested up to:** 6.0 -**Stable tag:** 0.1 +**Stable tag:** 1.0 **Requires PHP:** 7.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html -Add Anchor.fm oEmbed support to WordPress. +Allow embedding Anchor.fm podcast episodes in your content. ## Description ## -Add Anchor.fm oEmbed support to WordPress. +Adds Anchor.fm as an oEmbed provider, allowing you to embed a podcast episode in a post simply by pasting its URL. + +For ease of discovery, this plugin also adds to the block editor a variation of the embed block specifically for Anchor.fm. + +For additional flexibility, a shortcode is provided, which can be used with the iframe that Anchor.fm provides. ## Installation ## @@ -31,5 +35,5 @@ Yes, the plugin also provides the `eth_anchor_fm` shortcode. It accepts three ar ## Changelog ## -### 0.1 ### +### 1.0 ### * Initial public release diff --git a/eth-embed-anchor-fm.php b/eth-embed-anchor-fm.php index 50dded5..edc93ad 100644 --- a/eth-embed-anchor-fm.php +++ b/eth-embed-anchor-fm.php @@ -3,7 +3,7 @@ * Plugin Name: ETH Embed Anchor.fm * Plugin URI: https://ethitter.com/plugins/eth-embed-anchor-fm/ * Description: Add Anchor.fm oEmbed support to WordPress. - * Version: 0.1 + * Version: 1.0 * Author: Erick Hitter * Author URI: https://ethitter.com/ * Text Domain: eth-embed-anchor-fm diff --git a/languages/eth-embed-anchor-fm.pot b/languages/eth-embed-anchor-fm.pot index a133560..8cb66c0 100644 --- a/languages/eth-embed-anchor-fm.pot +++ b/languages/eth-embed-anchor-fm.pot @@ -2,10 +2,10 @@ # This file is distributed under the same license as the ETH Embed Anchor.fm package. msgid "" msgstr "" -"Project-Id-Version: ETH Embed Anchor.fm 0.1\n" +"Project-Id-Version: ETH Embed Anchor.fm 1.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/eth-embed-anchor-fm\n" -"POT-Creation-Date: 2022-07-17 21:22:04+00:00\n" +"POT-Creation-Date: 2022-07-19 02:32:36+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package.json b/package.json index 07e609c..d399939 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-embed-anchor-fm", - "version": "0.1.0", + "version": "1.0.0", "main": "Gruntfile.js", "author": "Erick Hitter", "scripts": { diff --git a/readme.txt b/readme.txt index 7f6be35..2dc6abf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,16 +4,20 @@ Donate link: https://ethitter.com/donate/ Tags: anchor.fm, oembed, embed, shortcode Requires at least: 4.7 Tested up to: 6.0 -Stable tag: 0.1 +Stable tag: 1.0 Requires PHP: 7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Add Anchor.fm oEmbed support to WordPress. +Allow embedding Anchor.fm podcast episodes in your content. == Description == -Add Anchor.fm oEmbed support to WordPress. +Adds Anchor.fm as an oEmbed provider, allowing you to embed a podcast episode in a post simply by pasting its URL. + +For ease of discovery, this plugin also adds to the block editor a variation of the embed block specifically for Anchor.fm. + +For additional flexibility, a shortcode is provided, which can be used with the iframe that Anchor.fm provides. == Installation == @@ -31,5 +35,5 @@ Yes, the plugin also provides the `eth_anchor_fm` shortcode. It accepts three ar == Changelog == -= 0.1 = += 1.0 = * Initial public release -- GitLab