podlove-publisher icon indicating copy to clipboard operation
podlove-publisher copied to clipboard

Podlove Podcast Publisher for WordPress

Results 168 podlove-publisher issues
Sort by recently updated
recently updated
newest added

Am Ende des Import-Pfads wird auf die Episoden-Liste verlinkt. Der Link hat nicht den gewünschten Effekt: ![Screenhot Firefox Developer Edition 2024-10-11 22 19 39@2x](https://github.com/user-attachments/assets/1cf3e80f-f077-4d6a-8b82-5d48c9b98274)

bug
onboarding

Da sind Contributors verlinkt, aber es wird hier kein Name angezeigt. Im Frontend hingegen schon. Vermutlich kann irgendein Stück Code nicht damit umgehen, dass _nur_ der public name gesetzt ist....

bug
onboarding

BlueSky is becoming more and more popular and should be an option for social links in Podlove Publisher

We use [Laravel Mix](https://github.com/laravel-mix/laravel-mix) to bundle the legacy js in the `js` directory. However, that project is abandoned. And there is security issue in a sub dependency (webpack) that needs...

Content changes using the forms in the WordPress admin are trigger a cache purge: ```php \Podlove\Cache\TemplateCache::get_instance()->setup_purge(); ``` However, when using the REST API, this does not happen yet. So changes...

API

### Expected behavior When I use the CDN for the subscribe button, an up-to-date list of apps is displayed. I'd like to get the same list with the self-hosted version....

Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.6.1 to 3.14.0. Changelog Sourced from twig/twig's changelog. 3.14.0 (2024-09-09) Fix a security issue when an included sandboxed template has been loaded before without the sandbox context...

dependencies
php

issue #1495 Get ready for some WordPress nonsense. The Gutenberg editor has two modes: *visual* and *code*. We access the title data with its official API: `select('core/editor').getEditedPostAttribute('title')`. **Scenario:** User types...