Skip to content

Commit

Permalink
feat(shownotes): module is now always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Jan 18, 2022
1 parent 71b103c commit 8e2aeae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 1 addition & 10 deletions lib/modules/shownotes/shownotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Shownotes extends \Podlove\Modules\Base
{
protected $module_name = 'Shownotes';
protected $module_description = 'Generate and manage episode show notes. Helps you provide rich metadata for URLs. Full support for Publisher Templates.';
protected $module_description = 'Manage link based episode show notes to display on your website and podcatchers. Helps you provide rich metadata for URLs. Full support for Publisher Templates.';
protected $module_group = 'web publishing';

public function load()
Expand Down Expand Up @@ -40,15 +40,6 @@ public function load()
);
}

public static function is_visible()
{
if (defined('PODLOVE_MODULE_SHOWNOTES_VISBLE')) {
return (bool) PODLOVE_MODULE_SHOWNOTES_VISBLE;
}

return false;
}

public function was_activated()
{
Entry::build();
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ This product includes GeoLite2 data created by MaxMind, available from http://ww

== Changelog ==

= 2022-01-18 =

* shownotes module is now always visible

= 2022-01-14 =

* soundbites: add title field ([#1257](https://github.com/podlove/podlove-publisher/pull/1257), [#1237](https://github.com/podlove/podlove-publisher/issues/1237))
Expand Down

0 comments on commit 8e2aeae

Please sign in to comment.