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

Prepare for W.org release

parent 365df49d
No related branches found
No related tags found
1 merge request!3Prepare for W.org release
Pipeline #5163 passed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
# ETH Embed Anchor.fm #
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/
**Tags:** anchor.fm, oembed, embed, shortcode
**Tags:** anchor.fm, oembed, embed, shortcode, podcast, audio
**Requires at least:** 4.7
**Tested up to:** 6.0
**Stable tag:** 1.0
......
<?php return array('dependencies' => array('wp-components', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => 'e397fb7700ad8600f5bd');
<?php return array('dependencies' => array('wp-components', 'wp-element', 'wp-hooks', 'wp-i18n'), 'version' => '0b22d257dc9b0ddfdcc8');
(()=>{"use strict";const e=window.wp.element,c=window.wp.components,o=window.wp.hooks,t=window.wp.i18n,r="blocks.registerBlockType",n="eth-embed-anchor-fm/register-block-core-embed",m="anchor-fm-inc";(0,o.addFilter)(r,n,((i,s)=>("core/embed"!==s||((0,o.removeFilter)(r,n),i.variations.push({name:m,title:(0,t.__)("Anchor.fm","eth-embed-anchor-fm"),icon:(0,e.createElement)(c.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)(c.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V9.8l4.7-5.3H19c.3 0 .5.2.5.5v14zM13.2 7.7c-.4.4-.7 1.1-.7 1.9v3.7c-.4-.3-.8-.4-1.3-.4-1.2 0-2.2 1-2.2 2.2 0 1.2 1 2.2 2.2 2.2.5 0 1-.2 1.4-.5.9-.6 1.4-1.6 1.4-2.6V9.6c0-.4.1-.6.2-.8.3-.3 1-.3 1.6-.3h.2V7h-.2c-.7 0-1.8 0-2.6.7z"})),keywords:[(0,t.__)("podcast","eth-embed-anchor-fm"),(0,t.__)("embed","eth-embed-anchor-fm")],description:(0,t.__)("Embed an Anchor.fm podcast.","eth-embed-anchor-fm"),patterns:[/^https:\/\/anchor\.fm\/[^\/]+\/episodes\/.+/i],attributes:{providerNameSlug:m,responsive:!1}})),i)))})();
\ No newline at end of file
(()=>{"use strict";const e=window.wp.element,o=window.wp.components,c=window.wp.hooks,t=window.wp.i18n,m="blocks.registerBlockType",r="eth-embed-anchor-fm/register-block-core-embed",n="anchor-fm-inc";(0,c.addFilter)(m,r,((d,h)=>("core/embed"!==h||((0,c.removeFilter)(m,r),d.variations.push({name:n,title:(0,t.__)("Anchor.fm","eth-embed-anchor-fm"),icon:(0,e.createElement)(o.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)(o.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V9.8l4.7-5.3H19c.3 0 .5.2.5.5v14zM13.2 7.7c-.4.4-.7 1.1-.7 1.9v3.7c-.4-.3-.8-.4-1.3-.4-1.2 0-2.2 1-2.2 2.2 0 1.2 1 2.2 2.2 2.2.5 0 1-.2 1.4-.5.9-.6 1.4-1.6 1.4-2.6V9.6c0-.4.1-.6.2-.8.3-.3 1-.3 1.6-.3h.2V7h-.2c-.7 0-1.8 0-2.6.7z"})),keywords:[(0,t.__)("audio","eth-embed-anchor-fm"),(0,t.__)("embed","eth-embed-anchor-fm"),(0,t.__)("oembed","eth-embed-anchor-fm"),(0,t.__)("podcast","eth-embed-anchor-fm")],description:(0,t.__)("Embed an Anchor.fm podcast.","eth-embed-anchor-fm"),patterns:[/^https:\/\/anchor\.fm\/[^\/]+\/episodes\/.+/i],attributes:{providerNameSlug:n,responsive:!1}})),d)))})();
\ No newline at end of file
......@@ -24,8 +24,10 @@ addFilter( filterTag, namespace, ( settings, name ) => {
</SVG>
),
keywords: [
__( 'podcast', 'eth-embed-anchor-fm' ),
__( 'audio', 'eth-embed-anchor-fm' ),
__( 'embed', 'eth-embed-anchor-fm' ),
__( 'oembed', 'eth-embed-anchor-fm' ),
__( 'podcast', 'eth-embed-anchor-fm' ),
],
description: __( 'Embed an Anchor.fm podcast.', 'eth-embed-anchor-fm' ),
patterns: [ /^https:\/\/anchor\.fm\/[^\/]+\/episodes\/.+/i ],
......
......@@ -3,7 +3,7 @@
"description" : "Add Anchor.fm oEmbed support to WordPress.",
"homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin",
"keywords" : [ "anchor.fm", "oembed", "embed", "shortcode" ],
"keywords" : [ "anchor.fm", "oembed", "embed", "shortcode", "podcast", "audio" ],
"license" : "GPL-2.0+",
"authors" : [
{
......
......@@ -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:41:57+00:00\n"
"POT-Creation-Date: 2022-07-19 02:48:11+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......
=== ETH Embed Anchor.fm ===
Contributors: ethitter
Donate link: https://ethitter.com/donate/
Tags: anchor.fm, oembed, embed, shortcode
Tags: anchor.fm, oembed, embed, shortcode, podcast, audio
Requires at least: 4.7
Tested up to: 6.0
Stable tag: 1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment