Version Description
- Released on 10/09/2019
- Fixed submit links for iHeartRadio, Deezer, and Pandora
- Deleted Google Play Image settings
Download this release
Release Info
Developer | amandato |
Plugin | PowerPress Podcasting plugin by Blubrry |
Version | 8.0.1 |
Comparing to | |
See all releases |
Code changes from version 8.0 to 8.0.1
- powerpress.php +2 -2
- powerpressadmin-basic.php +0 -24
- readme.txt +5 -1
- views/settings_tab_destinations.php +3 -3
powerpress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Blubrry PowerPress
|
4 |
Plugin URI: http://create.blubrry.com/resources/powerpress/
|
5 |
Description: <a href="https://create.blubrry.com/resources/powerpress/" target="_blank">Blubrry PowerPress</a> is the No. 1 Podcasting plugin for WordPress. Developed by podcasters for podcasters; features include Simple and Advanced modes, multiple audio/video player options, subscribe to podcast tools, podcast SEO features, and more! Fully supports Apple Podcasts (previously iTunes), Google Podcasts, Spotify, Stitcher, and Blubrry Podcasting directories, as well as all podcast applications and clients.
|
6 |
-
Version: 8.0
|
7 |
Author: Blubrry
|
8 |
Author URI: https://blubrry.com/
|
9 |
Requires at least: 3.6
|
@@ -35,7 +35,7 @@ if( !function_exists('add_action') ) {
|
|
35 |
}
|
36 |
|
37 |
// WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
|
38 |
-
define('POWERPRESS_VERSION', '8.0' );
|
39 |
|
40 |
// Translation support:
|
41 |
if ( !defined('POWERPRESS_ABSPATH') )
|
3 |
Plugin Name: Blubrry PowerPress
|
4 |
Plugin URI: http://create.blubrry.com/resources/powerpress/
|
5 |
Description: <a href="https://create.blubrry.com/resources/powerpress/" target="_blank">Blubrry PowerPress</a> is the No. 1 Podcasting plugin for WordPress. Developed by podcasters for podcasters; features include Simple and Advanced modes, multiple audio/video player options, subscribe to podcast tools, podcast SEO features, and more! Fully supports Apple Podcasts (previously iTunes), Google Podcasts, Spotify, Stitcher, and Blubrry Podcasting directories, as well as all podcast applications and clients.
|
6 |
+
Version: 8.0.1
|
7 |
Author: Blubrry
|
8 |
Author URI: https://blubrry.com/
|
9 |
Requires at least: 3.6
|
35 |
}
|
36 |
|
37 |
// WP_PLUGIN_DIR (REMEMBER TO USE THIS DEFINE IF NEEDED)
|
38 |
+
define('POWERPRESS_VERSION', '8.0.1' );
|
39 |
|
40 |
// Translation support:
|
41 |
if ( !defined('POWERPRESS_ABSPATH') )
|
powerpressadmin-basic.php
CHANGED
@@ -1583,30 +1583,6 @@ function powerpressadmin_edit_artwork($FeedSettings, $General)
|
|
1583 |
</tr>
|
1584 |
|
1585 |
<table class="form-table">
|
1586 |
-
<tr valign="top">
|
1587 |
-
<th scope="row">
|
1588 |
-
<?php echo __('Google Play Image', 'powerpress'); ?>
|
1589 |
-
</th>
|
1590 |
-
<td>
|
1591 |
-
<input type="text" id="googleplay_image" name="Feed[googleplay_image]" style="width: 60%; margin-top: 10px;" value="<?php echo esc_attr( !empty($FeedSettings['googleplay_image'])? $FeedSettings['googleplay_image']:''); ?>" maxlength="255" />
|
1592 |
-
<a href="#" onclick="javascript: window.open( document.getElementById('googleplay_image').value ); return false;"><?php echo __('preview', 'powerpress'); ?></a>
|
1593 |
-
|
1594 |
-
<p><?php echo __('Google Play image must be at least 1200 x 1200 pixels in .jpg or .png format to be eligible for featuring. Image must not exceed 7000 x 7000 pixels.', 'powerpress'); ?> <?php echo __('Example', 'powerpress'); ?>: http://example.com/images/googleplay.jpg
|
1595 |
-
</p>
|
1596 |
-
|
1597 |
-
<p><strong><?php echo __('Leave this setting blank to use the iTunes image (recommended).', 'powerpress'); ?></strong></p>
|
1598 |
-
|
1599 |
-
<?php if( $SupportUploads ) { ?>
|
1600 |
-
|
1601 |
-
<p><label class="powerpress-normal-font"><input name="googleplay_image_checkbox" type="checkbox" onchange="powerpress_show_field('googleplay_image_upload', this.checked)" value="1" /> <?php echo __('Upload new image', 'powerpress'); ?></label>
|
1602 |
-
<span style="font-size:85%;">(<?php echo __('Using this option should update your image on Google Play Music within 24 hours', 'powerpress'); ?>)</span>
|
1603 |
-
</p>
|
1604 |
-
<div style="display:none" id="googleplay_image_upload">
|
1605 |
-
<label for="googleplay_image_file"><?php echo __('Choose file', 'powerpress'); ?>:</label><input type="file" id="googleplay_image_file" name="googleplay_image_file" /><br />
|
1606 |
-
</div>
|
1607 |
-
<?php } ?>
|
1608 |
-
</td>
|
1609 |
-
</tr>
|
1610 |
|
1611 |
<tr valign="top">
|
1612 |
<th scope="row">
|
1583 |
</tr>
|
1584 |
|
1585 |
<table class="form-table">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1586 |
|
1587 |
<tr valign="top">
|
1588 |
<th scope="row">
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: podcasting, podcast, podcaster, powerpress, itunes, apple, apple podcasts,
|
|
4 |
Requires at least: 3.6
|
5 |
Requires PHP: 5.2
|
6 |
Tested up to: 5.2.3
|
7 |
-
Stable tag: 8.0
|
8 |
Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
|
9 |
License: GPLv2 or later
|
10 |
|
@@ -236,6 +236,10 @@ To install Blubrry PowerPress manually, follow these steps:
|
|
236 |
= Fan of PowerPress and want to show your support? =
|
237 |
If you are a fan of PowerPress, we would greatly appreciate it if you could take a moment and [leave us a review on WordPress.org](https://wordpress.org/support/plugin/powerpress/reviews/?rate=5#new-post). Your support is greatly appreciated!
|
238 |
|
|
|
|
|
|
|
|
|
239 |
|
240 |
= 8.0 =
|
241 |
* Released on 10/7/2019
|
4 |
Requires at least: 3.6
|
5 |
Requires PHP: 5.2
|
6 |
Tested up to: 5.2.3
|
7 |
+
Stable tag: 8.0.1
|
8 |
Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
|
9 |
License: GPLv2 or later
|
10 |
|
236 |
= Fan of PowerPress and want to show your support? =
|
237 |
If you are a fan of PowerPress, we would greatly appreciate it if you could take a moment and [leave us a review on WordPress.org](https://wordpress.org/support/plugin/powerpress/reviews/?rate=5#new-post). Your support is greatly appreciated!
|
238 |
|
239 |
+
= 8.0.1 =
|
240 |
+
* Released on 10/09/2019
|
241 |
+
* Fixed submit links for iHeartRadio, Deezer, and Pandora
|
242 |
+
* Deleted Google Play Image settings
|
243 |
|
244 |
= 8.0 =
|
245 |
* Released on 10/7/2019
|
views/settings_tab_destinations.php
CHANGED
@@ -173,7 +173,7 @@ jQuery( document ).ready(function() {
|
|
173 |
<tr valign="top">
|
174 |
<th scope="row"><?php echo __('iHeartRadio', 'powerpress'); ?> <?php echo powerpressadmin_new(); ?></th>
|
175 |
<td>
|
176 |
-
<p><strong><a href="https://create.blubrry.com/manual/podcast-promotion/submit-podcast-to-
|
177 |
<label for="iheart_url" style="font-size: 120%; display: block; font-weight: bold;"><?php echo __('iHeartRadio Listing URL', 'powerpress'); ?></label>
|
178 |
<input type="text" class="bpp-input-normal" id="iheart_url" name="Feed[iheart_url]" value="<?php echo esc_attr($FeedSettings['iheart_url']); ?>" maxlength="255" />
|
179 |
<p class="description"><?php echo sprintf(__('e.g. %s', 'powerpress'), 'https://www.iheart.com/podcast/abcdefghijklmopqrstu/'); ?></p>
|
@@ -183,7 +183,7 @@ jQuery( document ).ready(function() {
|
|
183 |
<tr valign="top">
|
184 |
<th scope="row"><?php echo __('Deezer', 'powerpress'); ?> <?php echo powerpressadmin_new(); ?></th>
|
185 |
<td>
|
186 |
-
<p><strong><a href="https://
|
187 |
<label for="deezer_url" style="font-size: 120%; display: block; font-weight: bold;"><?php echo __('Deezer Listing URL', 'powerpress'); ?></label>
|
188 |
<input type="text" class="bpp-input-normal" id="deezer_url" name="Feed[deezer_url]" value="<?php echo esc_attr($FeedSettings['deezer_url']); ?>" maxlength="255" />
|
189 |
<p class="description"><?php echo sprintf(__('e.g. %s', 'powerpress'), 'https://www.deezer.com/us/show/1234'); ?></p>
|
@@ -193,7 +193,7 @@ jQuery( document ).ready(function() {
|
|
193 |
<tr valign="top">
|
194 |
<th scope="row"><?php echo __('Pandora', 'powerpress'); ?> <?php echo powerpressadmin_new(); ?></th>
|
195 |
<td>
|
196 |
-
<p><strong><a href="https://create.blubrry.com/manual/podcast-promotion/submit-podcast-to-
|
197 |
<label for="pandora_url" style="font-size: 120%; display: block; font-weight: bold;"><?php echo __('Pandora Listing URL', 'powerpress'); ?></label>
|
198 |
<input type="text" class="bpp-input-normal" id="pandora_url" name="Feed[pandora_url]" value="<?php echo esc_attr($FeedSettings['pandora_url']); ?>" maxlength="255" />
|
199 |
<!-- Unknown: <p class="description">--><?php //echo sprintf(__('e.g. %s', 'powerpress'), 'https://www.iheart.com/podcast/abcdefghijklmopqrstu/'); ?><!--</p>-->
|
173 |
<tr valign="top">
|
174 |
<th scope="row"><?php echo __('iHeartRadio', 'powerpress'); ?> <?php echo powerpressadmin_new(); ?></th>
|
175 |
<td>
|
176 |
+
<p><strong><a href="https://create.blubrry.com/manual/podcast-promotion/submit-podcast-to-iheartradio/?podcast-feed=<?php echo urlencode($feed_url); ?>" target="_blank"><?php echo __('Submit podcast to iHeartRadio', 'powerpress'); ?></a></strong></p>
|
177 |
<label for="iheart_url" style="font-size: 120%; display: block; font-weight: bold;"><?php echo __('iHeartRadio Listing URL', 'powerpress'); ?></label>
|
178 |
<input type="text" class="bpp-input-normal" id="iheart_url" name="Feed[iheart_url]" value="<?php echo esc_attr($FeedSettings['iheart_url']); ?>" maxlength="255" />
|
179 |
<p class="description"><?php echo sprintf(__('e.g. %s', 'powerpress'), 'https://www.iheart.com/podcast/abcdefghijklmopqrstu/'); ?></p>
|
183 |
<tr valign="top">
|
184 |
<th scope="row"><?php echo __('Deezer', 'powerpress'); ?> <?php echo powerpressadmin_new(); ?></th>
|
185 |
<td>
|
186 |
+
<p><strong><a href="https://powerpresspodcast.com/2019/08/07/blubrry-podcasts-coming-deezer/?podcast-feed=<?php echo urlencode($feed_url); ?>" target="_blank"><?php echo __('Submit podcast to Deezer', 'powerpress'); ?></a></strong></p>
|
187 |
<label for="deezer_url" style="font-size: 120%; display: block; font-weight: bold;"><?php echo __('Deezer Listing URL', 'powerpress'); ?></label>
|
188 |
<input type="text" class="bpp-input-normal" id="deezer_url" name="Feed[deezer_url]" value="<?php echo esc_attr($FeedSettings['deezer_url']); ?>" maxlength="255" />
|
189 |
<p class="description"><?php echo sprintf(__('e.g. %s', 'powerpress'), 'https://www.deezer.com/us/show/1234'); ?></p>
|
193 |
<tr valign="top">
|
194 |
<th scope="row"><?php echo __('Pandora', 'powerpress'); ?> <?php echo powerpressadmin_new(); ?></th>
|
195 |
<td>
|
196 |
+
<p><strong><a href="https://create.blubrry.com/manual/podcast-promotion/submit-podcast-to-pandora/?podcast-feed=<?php echo urlencode($feed_url); ?>" target="_blank"><?php echo __('Submit podcast to Pandora', 'powerpress'); ?></a></strong></p>
|
197 |
<label for="pandora_url" style="font-size: 120%; display: block; font-weight: bold;"><?php echo __('Pandora Listing URL', 'powerpress'); ?></label>
|
198 |
<input type="text" class="bpp-input-normal" id="pandora_url" name="Feed[pandora_url]" value="<?php echo esc_attr($FeedSettings['pandora_url']); ?>" maxlength="255" />
|
199 |
<!-- Unknown: <p class="description">--><?php //echo sprintf(__('e.g. %s', 'powerpress'), 'https://www.iheart.com/podcast/abcdefghijklmopqrstu/'); ?><!--</p>-->
|