Changeset 3188599
- Timestamp:
- 11/14/2024 11:22:55 AM (4 months ago)
- Location:
- media-feed/trunk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
media-feed/trunk/block/build/block.json
r3186096 r3188599 16 16 "rss" 17 17 ], 18 "version": "1.0. 4",18 "version": "1.0.5", 19 19 "textdomain": "media-feed", 20 20 "supports": { -
media-feed/trunk/block/build/index.asset.php
r3186068 r3188599 1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => ' 0cd4efde9c3b043d2409');1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-server-side-render'), 'version' => 'a5f5927075809f543cf5'); -
media-feed/trunk/block/build/index.js
r3186068 r3188599 1 (()=>{"use strict";var e={n: i=>{var o=i&&i.__esModule?()=>i.default:()=>i;return e.d(o,{a:o}),o},d:(i,o)=>{for(var d in o)e.o(o,d)&&!e.o(i,d)&&Object.defineProperty(i,d,{enumerable:!0,get:o[d]})},o:(e,i)=>Object.prototype.hasOwnProperty.call(e,i)};const i=window.wp.blocks,o=window.wp.i18n,d=window.wp.serverSideRender;var n=e.n(d);const l=window.wp.components,a=window.wp.blockEditor,t=window.ReactJSXRuntime,r=JSON.parse('{"UU":"media-feed/media-feed-icon-block"}');(0,i.registerBlockType)(r.UU,{edit:function({attributes:e,setAttributes:i}){const d=(0,a.useBlockProps)();return(0,t.jsxs)("div",{...d,children:[(0,t.jsx)(n(),{block:"media-feed/media-feed-icon-block",attributes:e}),(0,t.jsxs)(a.InspectorControls,{children:[(0,t.jsxs)(l.PanelBody,{title:(0,o.__)("Type","media-feed"),initialOpen:!1,children:[(0,t.jsx)(l.ToggleControl,{label:(0,o.__)("Media","media-feed"),checked:e.media,onChange:e=>i({media:e})}),(0,t.jsx)(l.ToggleControl,{label:(0,o.__)("Image","media-feed"),checked:e.image,onChange:e=>i({image:e})}),(0,t.jsx)(l.ToggleControl,{label:(0,o.__)("Audio","media-feed"),checked:e.audio,onChange:e=>i({audio:e})}),(0,t.jsx)(l.ToggleControl,{label:(0,o.__)("Video","media-feed"),checked:e.video,onChange:e=>i({video:e})}),(0,t.jsx)(l.ToggleControl,{label:(0,o.__)("Misc","media-feed"),checked:e.misc,onChange:e=>i({misc:e})})]}),(0,t.jsx)(l.PanelBody,{title:(0,o.__)("View","media-feed"),initialOpen:!1,children:(0,t.jsx)(l.RadioControl,{label:(0,o.__)("Align","media-feed"),selected:e.align,onChange:e=>i({align:e}),options:[{label:(0,o.__)("Align left","media-feed"),value:"left"},{label:(0,o.__)("Align center","media-feed"),value:"center"},{label:(0,o.__)("Align right","media-feed"),value:"right"}]})})]})]})}})})();1 (()=>{"use strict";var e={n:o=>{var i=o&&o.__esModule?()=>o.default:()=>o;return e.d(i,{a:i}),i},d:(o,i)=>{for(var n in i)e.o(i,n)&&!e.o(o,n)&&Object.defineProperty(o,n,{enumerable:!0,get:i[n]})},o:(e,o)=>Object.prototype.hasOwnProperty.call(e,o)};const o=window.wp.blocks,i=window.wp.i18n,n=window.wp.serverSideRender;var a=e.n(n);const t=window.wp.components,d=window.wp.blockEditor,l=window.ReactJSXRuntime,r=JSON.parse('{"UU":"media-feed/media-feed-icon-block"}');(0,o.registerBlockType)(r.UU,{edit:function({attributes:e,setAttributes:o}){const n=(0,d.useBlockProps)();return(0,l.jsxs)("div",{...n,children:[(0,l.jsx)(a(),{block:"media-feed/media-feed-icon-block",attributes:e}),(0,l.jsxs)(d.InspectorControls,{children:[(0,l.jsxs)(t.PanelBody,{title:(0,i.__)("Type","media-feed"),initialOpen:!1,children:[(0,l.jsx)(t.ToggleControl,{__nextHasNoMarginBottom:!0,label:(0,i.__)("Media","media-feed"),checked:e.media,onChange:e=>o({media:e})}),(0,l.jsx)(t.ToggleControl,{__nextHasNoMarginBottom:!0,label:(0,i.__)("Image","media-feed"),checked:e.image,onChange:e=>o({image:e})}),(0,l.jsx)(t.ToggleControl,{__nextHasNoMarginBottom:!0,label:(0,i.__)("Audio","media-feed"),checked:e.audio,onChange:e=>o({audio:e})}),(0,l.jsx)(t.ToggleControl,{__nextHasNoMarginBottom:!0,label:(0,i.__)("Video","media-feed"),checked:e.video,onChange:e=>o({video:e})}),(0,l.jsx)(t.ToggleControl,{__nextHasNoMarginBottom:!0,label:(0,i.__)("Misc","media-feed"),checked:e.misc,onChange:e=>o({misc:e})})]}),(0,l.jsx)(t.PanelBody,{title:(0,i.__)("View","media-feed"),initialOpen:!1,children:(0,l.jsx)(t.RadioControl,{label:(0,i.__)("Align","media-feed"),selected:e.align,onChange:e=>o({align:e}),options:[{label:(0,i.__)("Align left","media-feed"),value:"left"},{label:(0,i.__)("Align center","media-feed"),value:"center"},{label:(0,i.__)("Align right","media-feed"),value:"right"}]})})]})]})}})})(); -
media-feed/trunk/block/package.json
r3186068 r3188599 1 1 { 2 2 "name": "media-feed", 3 "version": "1.0. 4",3 "version": "1.0.5", 4 4 "description": "Media Feed", 5 5 "scripts": { -
media-feed/trunk/block/src/block.json
r3186096 r3188599 16 16 "rss" 17 17 ], 18 "version": "1.0. 4",18 "version": "1.0.5", 19 19 "textdomain": "media-feed", 20 20 "supports": { -
media-feed/trunk/block/src/edit.js
r3007488 r3188599 16 16 <PanelBody title = { __( 'Type', 'media-feed' ) } initialOpen = { false }> 17 17 <ToggleControl 18 __nextHasNoMarginBottom 18 19 label = { __( 'Media', 'media-feed' ) } 19 20 checked = { attributes.media } … … 21 22 /> 22 23 <ToggleControl 24 __nextHasNoMarginBottom 23 25 label = { __( 'Image', 'media-feed' ) } 24 26 checked = { attributes.image } … … 26 28 /> 27 29 <ToggleControl 30 __nextHasNoMarginBottom 28 31 label = { __( 'Audio', 'media-feed' ) } 29 32 checked = { attributes.audio } … … 31 34 /> 32 35 <ToggleControl 36 __nextHasNoMarginBottom 33 37 label = { __( 'Video', 'media-feed' ) } 34 38 checked = { attributes.video } … … 36 40 /> 37 41 <ToggleControl 42 __nextHasNoMarginBottom 38 43 label = { __( 'Misc', 'media-feed' ) } 39 44 checked = { attributes.misc } -
media-feed/trunk/guten/build/index.asset.php
r3186096 r3188599 1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => ' b6adcad6af987ddb50eb');1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => 'daa62edc48711ccf54ad'); -
media-feed/trunk/guten/build/index.js
r3186096 r3188599 1 (()=>{"use strict";var e={n:s=>{var a=s&&s.__esModule?()=>s.default:()=>s;return e.d(a,{a}),a},d:(s,a)=>{for(var d in a)e.o(a,d)&&!e.o(s,d)&&Object.defineProperty(s,d,{enumerable:!0,get:a[d]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s)};const s=window.wp.domReady;var a=e.n(s);const d=window.wp.element,i=window.wp.i18n,r=window.wp.apiFetch;var l=e.n(r);const t=window.wp.components,n=window.ReactJSXRuntime,c=()=>(0,n.jsxs)("details",{children:[(0,n.jsx)("summary",{children:(0,n.jsx)("strong",{children:credit.links})}),(0,n.jsxs)("span",{className:"span1Style",children:[(0,n.jsxs)("div",{children:[credit.plugin_version," |",(0,n.jsx)("a",{className:"aStyle",href:credit.faq,target:"_blank",rel:"noopener noreferrer",children:"FAQ"})," | ",(0,n.jsx)("a",{className:"aStyle",href:credit.support,target:"_blank",rel:"noopener noreferrer",children:"Support Forums"})," | ",(0,n.jsx)("a",{className:"aStyle",href:credit.review,target:"_blank",rel:"noopener noreferrer",children:"Reviews"})]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("a",{className:"aStyle",href:credit.translate,target:"_blank",rel:"noopener noreferrer",children:credit.translate_text})," | ",(0,n.jsx)("a",{className:"aStyle",href:credit.facebook,target:"_blank",rel:"noopener noreferrer",children:(0,n.jsx)("span",{class:"dashicons dashicons-facebook"})})," | ",(0,n.jsx)("a",{className:"aStyle",href:credit.twitter,target:"_blank",rel:"noopener noreferrer",children:(0,n.jsx)("span",{class:"dashicons dashicons-twitter"})})," | ",(0,n.jsx)("a",{className:"aStyle",href:credit.youtube,target:"_blank",rel:"noopener noreferrer",children:(0,n.jsx)("span",{class:"dashicons dashicons-video-alt3"})})]}),(0,n.jsxs)("div",{className:"boxStyle",children:[(0,n.jsx)("h3",{children:credit.donate_text}),(0,n.jsxs)("div",{className:"divStyle",children:[(0,n.jsx)("span",{className:"span2Style",children:"Plugin Author"})," ",(0,n.jsx)("span",{className:"span1Style",children:"Katsushi Kawamori"})]}),(0,n.jsx)(t.Button,{className:"button button-large",href:credit.donate,target:"_blank",children:credit.donate_button})]})]})]}),o=()=>{const e=JSON.parse(mediafeedadmin_data.options),s=JSON.parse(mediafeedadmin_data.links),a=e.apply,[r,o]=(0,d.useState)(a),h=e.text,[m,x]=(0,d.useState)(h),j=e.per_rss,[f,p]=(0,d.useState)(j),[_,y]=(0,d.useState)(e.exclude_id),[u,S]=(0,d.useState)(e.term_filter);(0,d.useEffect)((()=>{l()({path:"rf/mediafeed_api/token",method:"POST",data:{apply:r,text:m,per_rss:f,exclude_id:_,term_filter:u}}).then((e=>{}))}),[r,m,f,_,u]);const v=[];Object.keys(a).map((e=>{a.hasOwnProperty(e)&&v.push((0,n.jsx)("td",{children:(0,n.jsx)(t.ToggleControl,{label:e,checked:r[e],onChange:s=>{r[e]=s;let a=Object.assign({},r);o(a)}})}))}));const g=[];Object.keys(h).map((e=>{h.hasOwnProperty(e)&&g.push((0,n.jsx)("td",{children:(0,n.jsx)(t.TextControl,{value:m[e],onChange:s=>{m[e]=s;let a=Object.assign({},m);x(a)}})}))}));const b=[];Object.keys(j).map((e=>{j.hasOwnProperty(e)&&b.push((0,n.jsx)("td",{children:(0,n.jsx)(t.RangeControl,{max:100,min:1,value:f[e],onChange:s=>{f[e]=s;let a=Object.assign({},f);p(a)}})}))}));const N=[];for(let e=0;e<5;e++)N.push((0,n.jsxs)("tr",{children:[v[e],(0,n.jsx)("td",{align:"center",children:(0,n.jsx)("a",{className:"aStyle",href:s[e],target:"_blank",rel:"noopener noreferrer",children:(0,n.jsx)("span",{class:"dashicons dashicons-external"})})}),g[e],b[e]]}));return(0,n.jsxs)("div",{className:"wrap",children:[(0,n.jsx)("h2",{children:"Media Feed"}),(0,n.jsx)(c,{}),(0,n.jsxs)("div",{className:"wrap",children:[(0,n.jsx)("h2",{children:(0,i.__)("Settings","media-feed")}),(0,n.jsxs)("details",{className:"detailsStyle",open:!0,children:[(0,n.jsxs)("summary",{className:"summaryStyle",children:[(0,i.__)("Apply","media-feed")," & ",(0,i.__)("Feed name","media-feed")," & ",(0,i.__)("Number of feeds","media-feed")]}),(0,n.jsxs)("div",{className:"detailsdivStyle",children:[(0,n.jsxs)("table",{border:"1",cellspacing:"0",cellpadding:"5",bordercolor:"#000000",className:"tableStyle",children:[(0,n.jsxs)("tr",{children:[(0,n.jsx)("td",{align:"center",children:(0,i.__)("Apply","media-feed")}),(0,n.jsx)("td",{align:"center",children:(0,i.__)("Feed","media-feed")}),(0,n.jsx)("td",{align:"center",children:(0,i.__)("Feed name","media-feed")}),(0,n.jsx)("td",{align:"center",children:(0,i.__)("Syndication feeds show the most recent","media-feed")})]}),N]}),(0,n.jsx)("div",{children:(0,n.jsx)("a",{className:"aStyle",href:mediafeedadmin_data.permlink,children:(0,i.__)('If Feed is not displayed, save "Permalink Settings" again.',"media-feed")})})]})]}),(0,n.jsxs)("details",{className:"detailsStyle",children:[(0,n.jsx)("summary",{className:"summaryStyle",children:(0,i.__)("Exclude","media-feed")}),(0,n.jsxs)("div",{className:"detailsdivStyle",children:[(0,n.jsx)("div",{children:(0,i.__)("Specifies a comma-separated list to exclusion media ID:","media-feed")}),(0,n.jsx)(t.TextareaControl,{value:_,onChange:e=>y(e)}),(0,n.jsx)("div",{children:(0,n.jsx)("a",{className:"aStyle",href:mediafeedadmin_data.medialibrary,children:(0,i.__)('When you activate this plugin, will be displayed ID is in the column of the "Media Library".',"media-feed")})})]})]}),(0,n.jsxs)("details",{className:"detailsStyle",children:[(0,n.jsx)("summary",{className:"summaryStyle",children:(0,i.__)("Term filter list","media-feed")}),(0,n.jsxs)("div",{className:"detailsdivStyle",children:[(0,n.jsx)("div",{children:(0,i.__)("Specifies a comma-separated list to filter by terms:","media-feed")}),(0,n.jsx)(t.TextareaControl,{value:u,onChange:e=>S(e)})]})]}),(0,n.jsxs)("details",{className:"detailsStyle",children:[(0,n.jsx)("summary",{className:"summaryStyle",children:(0,i.__)("Shortcode","media-feed")}),(0,n.jsxs)("div",{className:"detailsdivStyle",children:[(0,n.jsx)("div",{children:(0,i.__)("Insert feed playlist and icon.","media-feed")}),(0,n.jsx)("h4",{children:(0,i.__)("Example of shortcode","media-feed")}),(0,n.jsx)("div",{children:(0,n.jsx)("code",{children:'[mediafeedlist slug="video"]'})}),(0,n.jsxs)("div",{children:[(0,n.jsx)("code",{children:"slug"})," ",(0,i.__)("Specify the slug of the following feed.","media-feed")]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("code",{children:"media"})," ",(0,i.__)("Media","media-feed")]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("code",{children:"image"})," ",(0,i.__)("Image","media-feed")]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("code",{children:"audio"})," ",(0,i.__)("Audio","media-feed")]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("code",{children:"video"})," ",(0,i.__)("Video","media-feed")]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("code",{children:"misc"})," ",(0,i.__)("Misc","media-feed")]})]})]})]})]})};a()((()=>{(0,d.createRoot)(document.getElementById("mediafeedadmin")).render((0,n.jsx)(o,{}))}))})();1 (()=>{"use strict";var e={n:s=>{var a=s&&s.__esModule?()=>s.default:()=>s;return e.d(a,{a}),a},d:(s,a)=>{for(var d in a)e.o(a,d)&&!e.o(s,d)&&Object.defineProperty(s,d,{enumerable:!0,get:a[d]})},o:(e,s)=>Object.prototype.hasOwnProperty.call(e,s)};const s=window.wp.domReady;var a=e.n(s);const d=window.wp.element,i=window.wp.i18n,r=window.wp.apiFetch;var t=e.n(r);const n=window.wp.components,l=window.ReactJSXRuntime,c=()=>(0,l.jsxs)("details",{children:[(0,l.jsx)("summary",{children:(0,l.jsx)("strong",{children:credit.links})}),(0,l.jsxs)("span",{className:"span1Style",children:[(0,l.jsxs)("div",{children:[credit.plugin_version," |",(0,l.jsx)("a",{className:"aStyle",href:credit.faq,target:"_blank",rel:"noopener noreferrer",children:"FAQ"})," | ",(0,l.jsx)("a",{className:"aStyle",href:credit.support,target:"_blank",rel:"noopener noreferrer",children:"Support Forums"})," | ",(0,l.jsx)("a",{className:"aStyle",href:credit.review,target:"_blank",rel:"noopener noreferrer",children:"Reviews"})]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("a",{className:"aStyle",href:credit.translate,target:"_blank",rel:"noopener noreferrer",children:credit.translate_text})," | ",(0,l.jsx)("a",{className:"aStyle",href:credit.facebook,target:"_blank",rel:"noopener noreferrer",children:(0,l.jsx)("span",{class:"dashicons dashicons-facebook"})})," | ",(0,l.jsx)("a",{className:"aStyle",href:credit.twitter,target:"_blank",rel:"noopener noreferrer",children:(0,l.jsx)("span",{class:"dashicons dashicons-twitter"})})," | ",(0,l.jsx)("a",{className:"aStyle",href:credit.youtube,target:"_blank",rel:"noopener noreferrer",children:(0,l.jsx)("span",{class:"dashicons dashicons-video-alt3"})})]}),(0,l.jsxs)("div",{className:"boxStyle",children:[(0,l.jsx)("h3",{children:credit.donate_text}),(0,l.jsxs)("div",{className:"divStyle",children:[(0,l.jsx)("span",{className:"span2Style",children:"Plugin Author"})," ",(0,l.jsx)("span",{className:"span1Style",children:"Katsushi Kawamori"})]}),(0,l.jsx)(n.Button,{className:"button button-large",href:credit.donate,target:"_blank",children:credit.donate_button})]})]})]}),o=()=>{const e=JSON.parse(mediafeedadmin_data.options),s=JSON.parse(mediafeedadmin_data.links),a=e.apply,[r,o]=(0,d.useState)(a),m=e.text,[h,x]=(0,d.useState)(m),j=e.per_rss,[_,f]=(0,d.useState)(j),[p,y]=(0,d.useState)(e.exclude_id),[u,g]=(0,d.useState)(e.term_filter);(0,d.useEffect)((()=>{t()({path:"rf/mediafeed_api/token",method:"POST",data:{apply:r,text:h,per_rss:_,exclude_id:p,term_filter:u}}).then((e=>{}))}),[r,h,_,p,u]);const S=[];Object.keys(a).map((e=>{a.hasOwnProperty(e)&&S.push((0,l.jsx)("td",{children:(0,l.jsx)(n.ToggleControl,{__nextHasNoMarginBottom:!0,label:e,checked:r[e],onChange:s=>{r[e]=s;let a=Object.assign({},r);o(a)}})}))}));const v=[];Object.keys(m).map((e=>{m.hasOwnProperty(e)&&v.push((0,l.jsx)("td",{children:(0,l.jsx)(n.TextControl,{__nextHasNoMarginBottom:!0,value:h[e],onChange:s=>{h[e]=s;let a=Object.assign({},h);x(a)}})}))}));const N=[];Object.keys(j).map((e=>{j.hasOwnProperty(e)&&N.push((0,l.jsx)("td",{children:(0,l.jsx)(n.RangeControl,{__nextHasNoMarginBottom:!0,max:100,min:1,value:_[e],onChange:s=>{_[e]=s;let a=Object.assign({},_);f(a)}})}))}));const b=[];for(let e=0;e<5;e++)b.push((0,l.jsxs)("tr",{children:[S[e],(0,l.jsx)("td",{align:"center",children:(0,l.jsx)("a",{className:"aStyle",href:s[e],target:"_blank",rel:"noopener noreferrer",children:(0,l.jsx)("span",{class:"dashicons dashicons-external"})})}),v[e],N[e]]}));return(0,l.jsxs)("div",{className:"wrap",children:[(0,l.jsx)("h2",{children:"Media Feed"}),(0,l.jsx)(c,{}),(0,l.jsxs)("div",{className:"wrap",children:[(0,l.jsx)("h2",{children:(0,i.__)("Settings","media-feed")}),(0,l.jsxs)("details",{className:"detailsStyle",open:!0,children:[(0,l.jsxs)("summary",{className:"summaryStyle",children:[(0,i.__)("Apply","media-feed")," & ",(0,i.__)("Feed name","media-feed")," & ",(0,i.__)("Number of feeds","media-feed")]}),(0,l.jsxs)("div",{className:"detailsdivStyle",children:[(0,l.jsxs)("table",{border:"1",cellspacing:"0",cellpadding:"5",bordercolor:"#000000",className:"tableStyle",children:[(0,l.jsxs)("tr",{children:[(0,l.jsx)("td",{align:"center",children:(0,i.__)("Apply","media-feed")}),(0,l.jsx)("td",{align:"center",children:(0,i.__)("Feed","media-feed")}),(0,l.jsx)("td",{align:"center",children:(0,i.__)("Feed name","media-feed")}),(0,l.jsx)("td",{align:"center",children:(0,i.__)("Syndication feeds show the most recent","media-feed")})]}),b]}),(0,l.jsx)("div",{children:(0,l.jsx)("a",{className:"aStyle",href:mediafeedadmin_data.permlink,children:(0,i.__)('If Feed is not displayed, save "Permalink Settings" again.',"media-feed")})})]})]}),(0,l.jsxs)("details",{className:"detailsStyle",children:[(0,l.jsx)("summary",{className:"summaryStyle",children:(0,i.__)("Exclude","media-feed")}),(0,l.jsxs)("div",{className:"detailsdivStyle",children:[(0,l.jsx)("div",{children:(0,i.__)("Specifies a comma-separated list to exclusion media ID:","media-feed")}),(0,l.jsx)(n.TextareaControl,{__nextHasNoMarginBottom:!0,value:p,onChange:e=>y(e)}),(0,l.jsx)("div",{children:(0,l.jsx)("a",{className:"aStyle",href:mediafeedadmin_data.medialibrary,children:(0,i.__)('When you activate this plugin, will be displayed ID is in the column of the "Media Library".',"media-feed")})})]})]}),(0,l.jsxs)("details",{className:"detailsStyle",children:[(0,l.jsx)("summary",{className:"summaryStyle",children:(0,i.__)("Term filter list","media-feed")}),(0,l.jsxs)("div",{className:"detailsdivStyle",children:[(0,l.jsx)("div",{children:(0,i.__)("Specifies a comma-separated list to filter by terms:","media-feed")}),(0,l.jsx)(n.TextareaControl,{__nextHasNoMarginBottom:!0,value:u,onChange:e=>g(e)})]})]}),(0,l.jsxs)("details",{className:"detailsStyle",children:[(0,l.jsx)("summary",{className:"summaryStyle",children:(0,i.__)("Shortcode","media-feed")}),(0,l.jsxs)("div",{className:"detailsdivStyle",children:[(0,l.jsx)("div",{children:(0,i.__)("Insert feed playlist and icon.","media-feed")}),(0,l.jsx)("h4",{children:(0,i.__)("Example of shortcode","media-feed")}),(0,l.jsx)("div",{children:(0,l.jsx)("code",{children:'[mediafeedlist slug="video"]'})}),(0,l.jsxs)("div",{children:[(0,l.jsx)("code",{children:"slug"})," ",(0,i.__)("Specify the slug of the following feed.","media-feed")]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("code",{children:"media"})," ",(0,i.__)("Media","media-feed")]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("code",{children:"image"})," ",(0,i.__)("Image","media-feed")]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("code",{children:"audio"})," ",(0,i.__)("Audio","media-feed")]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("code",{children:"video"})," ",(0,i.__)("Video","media-feed")]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("code",{children:"misc"})," ",(0,i.__)("Misc","media-feed")]})]})]})]})]})};a()((()=>{(0,d.createRoot)(document.getElementById("mediafeedadmin")).render((0,l.jsx)(o,{}))}))})(); -
media-feed/trunk/guten/package.json
r3186096 r3188599 1 1 { 2 2 "name": "media-feed", 3 "version": "1.0. 6",3 "version": "1.0.7", 4 4 "description": "Meida Feed", 5 5 "main": "index.js", -
media-feed/trunk/guten/src/components/media-feed-admin.js
r3186096 r3188599 49 49 <td> 50 50 <ToggleControl 51 __nextHasNoMarginBottom 51 52 label={ key } 52 53 checked={ checkedItems[ key ] } … … 73 74 <td> 74 75 <TextControl 76 __nextHasNoMarginBottom 75 77 value={ textItems[ key ] } 76 78 onChange={ ( value ) => … … 96 98 <td> 97 99 <RangeControl 100 __nextHasNoMarginBottom 98 101 max = { 100 } 99 102 min = { 1 } … … 154 157 <div>{ __( 'Specifies a comma-separated list to exclusion media ID:', 'media-feed' ) }</div> 155 158 <TextareaControl 159 __nextHasNoMarginBottom 156 160 value={ excludeidItem } 157 161 onChange={ ( value ) => setExcludeidItem( value ) } … … 165 169 <div>{ __( 'Specifies a comma-separated list to filter by terms:', 'media-feed' ) }</div> 166 170 <TextareaControl 171 __nextHasNoMarginBottom 167 172 value={ termfilterItem } 168 173 onChange={ ( value ) => setTermfilterItem( value ) } -
media-feed/trunk/mediafeed.php
r3186096 r3188599 4 4 * Plugin URI: https://wordpress.org/plugins/media-feed/ 5 5 * Description: Creates media feeds. 6 * Version: 2.1 36 * Version: 2.14 7 7 * Author: Katsushi Kawamori 8 8 * Author URI: https://riverforest-wp.info/ -
media-feed/trunk/readme.txt
r3186096 r3188599 6 6 Requires PHP: 8.0 7 7 Tested up to: 6.7 8 Stable tag: 2.1 38 Stable tag: 2.14 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 45 45 == Changelog == 46 47 = [2.14] 2024/11/14 = 48 * Fix - Rebuilt javascript. 46 49 47 50 = [2.13] 2024/11/12 =
Note: See TracChangeset
for help on using the changeset viewer.