From 365df49dc17b2157aeba71db7d5ff2266374750e Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 18 Jul 2022 19:43:08 -0700 Subject: [PATCH] Prepare for W.org release --- README.md | 2 +- eth-embed-anchor-fm.php | 2 +- languages/eth-embed-anchor-fm.pot | 7 +++++-- readme.txt | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 64f8571..0f8591d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Allow embedding Anchor.fm podcast episodes in your content. ## Description ## -Adds Anchor.fm as an oEmbed provider, allowing you to embed a podcast episode in content simply by pasting its URL. +Adds [Anchor.fm](https://anchor.fm/) as an oEmbed provider, allowing you to embed a podcast episode in content 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. diff --git a/eth-embed-anchor-fm.php b/eth-embed-anchor-fm.php index edc93ad..1f058f9 100644 --- a/eth-embed-anchor-fm.php +++ b/eth-embed-anchor-fm.php @@ -2,7 +2,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. + * Description: Adds <a href="https://anchor.fm/">Anchor.fm</a> as an oEmbed provider, allowing you to embed a podcast episode in content simply by pasting its URL. * Version: 1.0 * Author: Erick Hitter * Author URI: https://ethitter.com/ diff --git a/languages/eth-embed-anchor-fm.pot b/languages/eth-embed-anchor-fm.pot index 56abced..a74be6a 100644 --- a/languages/eth-embed-anchor-fm.pot +++ b/languages/eth-embed-anchor-fm.pot @@ -5,7 +5,7 @@ msgstr "" "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-19 02:35:20+00:00\n" +"POT-Creation-Date: 2022-07-19 02:41:57+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,10 @@ msgid "https://ethitter.com/plugins/eth-embed-anchor-fm/" msgstr "" #. Description of the plugin/theme -msgid "Add Anchor.fm oEmbed support to WordPress." +msgid "" +"Adds <a href=\"https://anchor.fm/\">Anchor.fm</a> as an oEmbed provider, " +"allowing you to embed a podcast episode in content simply by pasting its " +"URL." msgstr "" #. Author of the plugin/theme diff --git a/readme.txt b/readme.txt index 57def29..162e491 100644 --- a/readme.txt +++ b/readme.txt @@ -13,7 +13,7 @@ Allow embedding Anchor.fm podcast episodes in your content. == Description == -Adds Anchor.fm as an oEmbed provider, allowing you to embed a podcast episode in content simply by pasting its URL. +Adds [Anchor.fm](https://anchor.fm/) as an oEmbed provider, allowing you to embed a podcast episode in content 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. -- GitLab