Skip to content
Snippets Groups Projects
Commit 3c9dc2ce authored by Erick Hitter's avatar Erick Hitter
Browse files

Prepare for W.org release

parent 7d821179
No related branches found
No related tags found
1 merge request!3Prepare for W.org release
Pipeline #5161 passed
......@@ -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
......@@ -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
......
......@@ -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"
......
{
"name": "eth-embed-anchor-fm",
"version": "0.1.0",
"version": "1.0.0",
"main": "Gruntfile.js",
"author": "Erick Hitter",
"scripts": {
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment