Skip to content

Commit

Permalink
fix: replace all publisher.podlove.org URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Feb 11, 2024
1 parent 1ecd3d1 commit 670b398
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 47 deletions.
6 changes: 1 addition & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Thank you!
<a name=“request-support”></a>
# Ask for Support

If you are looking for professional support, head over to [publisher.podlove.org/support](http://publisher.podlove.org/support/).

We have a community forum for questions, answers and feature discussions at [community.podlove.org](https://community.podlove.org).

Please check if your questions are answered in our growing documentation site [docs.podlove.org](http://docs.podlove.org). If you still have open questions, feel free to open a support issue.
Expand All @@ -57,11 +55,9 @@ Please check if your questions are answered in our growing documentation site [d

Unfortunately, many themes are incompatible with [Custom Post Types](https://codex.wordpress.org/Post_Types), which the Podlove Publisher uses for episodes. When you encounter problems, **please go to the theme support first**.

Only if you are sure you encountered a theme-related bug in the Podlove Publisher, post here. Otherwise, ask for help in our [community](https://community.podlove.org) or get [Professional Support](http://publisher.podlove.org/support/).
Only if you are sure you encountered a theme-related bug in the Podlove Publisher, post here. Otherwise, ask for help in our [community](https://community.podlove.org).

<a name=“donate”></a>
# Donate

We are happy about every donation. Please visit [podlove.org/donations](http://podlove.org/donations/) for details.

You can also subscribe to [publisher.podlove.org/support](http://publisher.podlove.org/support/) to support us.
45 changes: 5 additions & 40 deletions includes/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function podlove_about_page($_)
?>

<div class="wrap podlove-about-wrap">

<h1>
<?php printf(__('Welcome to Podlove Publisher&nbsp;%s', 'podlove-podcasting-plugin-for-wordpress'), \Podlove\get_plugin_header('Version')); ?>
</h1>
Expand All @@ -85,7 +85,7 @@ function podlove_about_page($_)

<div class="changelog headline-feature">
<h2><?php _e('Networks: WordPress Multisite Support is Here', 'podlove-podcasting-plugin-for-wordpress'); ?></h2>

<!-- <div class="featured-image">
<img src="//s.w.org/images/core/4.1/theme.png?0" />
</div> -->
Expand All @@ -112,55 +112,20 @@ function podlove_about_page($_)

<hr />

<!--
<div class="feature-section">
<div class="col">
<h3>
A new Home &amp; Professional Support
</h3>
<p>
Podlove Podcast Publishing for WordPress has a new home at
<a href="//publisher.podlove.org" target="_blank">publisher.podlove.org</a>. Come visit us :)
</p>
<p>
It’s not just a pretty page, it has something new to offer:
<a href="//publisher.podlove.org/support/" target="_blank">Professional Support</a>.
If you need quick, private and competent support, this is the place to go.
Subscriptions start at an affordable 5&#x20AC; per month.
</p>
<p>
Here’s an overview of our support &amp; communication channels:

<ul class="ul-disc">
<li><a target="_blank" href="//github.com/podlove/podlove-publisher/issues">GitHub</a> will continue to be the bug tracker.</li>
<li><a target="_blank" href="//community.podlove.org">Podlove Community</a> is the best place to find answers, ask the community for help and discuss features.</li>
<li>Finally, <a target="_blank" href="//publisher.podlove.org/support/">Professional Support</a> is the new place to get quick help, privately.</li>
</ul>
</p>
</div>
<div class="col">
<img style="padding-top: 60px;" src="<?php echo \Podlove\PLUGIN_URL.'/images/about/home.png'; ?>" />
</div>
</div>
</div>

<hr />
-->

<div class="feature-section col two-col">
<h2>Upgrade Notices</h2>

<div>
<h4>Custom Template Parameters are Handled Differently.</h4>
<p>
This section is relevant if you are using templates with custom variables passed in shortcodes, like this:
This section is relevant if you are using templates with custom variables passed in shortcodes, like this:
</p>
<p>
<code>[podlove-template template="example" param="foo" dog="wow"]</code>
</p>
<p>
Before 2.1 you have accessed those variables simply by calling <code>param</code> and <code>dog</code>.
For compatibility, all shortcode options are now prefixed with <code>option.</code>,
For compatibility, all shortcode options are now prefixed with <code>option.</code>,
so you need to change those calls to <code>option.param</code> and <code>option.dog</code> etc.
</p>
</div>
Expand All @@ -185,7 +150,7 @@ function podlove_about_page($_)
<hr />

<div class="return-to-dashboard">

<a href="<?php echo esc_url(admin_url('admin.php?page=podlove_settings_handle')); ?>"><?php
_e('Go to Podlove Dashboard &rarr;'); ?></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion podlove.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Podlove Podcast Publisher
* Plugin URI: http://publisher.podlove.org
* Plugin URI: https://podlove.org/podlove-podcast-publisher/
* Description: The one and only next generation podcast publishing system. Seriously. It's magical and sparkles a lot.
* Version: 4.0.12
* Requires at least: 4.9.6
Expand Down
2 changes: 1 addition & 1 deletion views/settings/dashboard/about.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ul>
<li>
<a href="//publisher.podlove.org"><?php _e('Podlove Publisher', 'podlove-podcasting-plugin-for-wordpress'); ?></a>
<a href="https://podlove.org/podlove-podcast-publisher/"><?php _e('Podlove Publisher', 'podlove-podcasting-plugin-for-wordpress'); ?></a>
</li>
<li>
<a href="//podlove.org" target="_blank"><?php _e('Podlove Initiative', 'podlove-podcasting-plugin-for-wordpress'); ?></a>
Expand Down

0 comments on commit 670b398

Please sign in to comment.