diff --git a/README.md b/README.md index f100cd192373463813bf2b20f7d0081949e6e2ea..fdb752fa5d00616587d430f0587608888a13f661 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 50dded588f73feda35186ed61005e3c092ca7396..edc93ad385ba45bb1731aa1d7d3bc2b6ddf44f37 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 a133560e3886abc638b9ea702a0c2fdef31e7aa5..8cb66c0cd32a5e0d499b30da98b6ea6934811dcc 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 07e609caac60538a183442cc27006b4a13c9cfe8..d399939a6ab8cea1967e8d157535bc12e0eaefcf 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 7f6be3583104124961f16524f5b41b4a668458ad..2dc6abfac3d059ccbb6302076c55d1bd72e8ab38 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