PowerPress Podcasting plugin by Blubrry - Version 8.1.1

Version Description

  • Added images that were missing in the Getting Started section
Download this release

Release Info

Developer benbeecroft
Plugin Icon 128x128 PowerPress Podcasting plugin by Blubrry
Version 8.1.1
Comparing to
See all releases

Code changes from version 8.1 to 8.1.1

Files changed (3) hide show
  1. powerpress.php +2 -2
  2. readme.txt +4 -2
  3. views/onboarding/want_stats.php +56 -56
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.1
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.1' );
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.1.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.1.1' );
39
 
40
  // Translation support:
41
  if ( !defined('POWERPRESS_ABSPATH') )
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: amandato, blubrry
3
  Tags: podcasting, podcast, podcaster, powerpress, itunes, apple, apple podcasts, google podcasts, google play, enclosure, professional, apple, apple tv, ipad, iphone, soundcloud, squarespace, youtube, viddler, ustream, podcasting, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats, flv, flash, id3, episodes, blubrry, mp4, m4v, wordpressmu, mu, wordpress mu, multisite, multi site, mediacaster, post, plugin, posts, simple, social, dashboard, TSG, Buzzsprout, MTR, WP-boxCast, CastMyBlog, tgs podcasting, simple podcasting, seriously simple podcasting, seriously-simple-podcasting, serious, seriously, ssp, podlove, podcast.de, clammr, clammr radio, audio player, stitcher, tunein, show, shows, series, docs, documentation, support, free, add-ons, extensions, addons, libsyn, libsyn-podcasting, podbean, podomatic, spreaker
4
  Requires at least: 3.6
5
  Requires PHP: 5.2
6
- Tested up to: 5.3.2
7
- Stable tag: 8.1
8
  Donate link: https://create.blubrry.com/resources/podcast-media-hosting/
9
  License: GPLv2 or later
10
 
@@ -236,6 +236,8 @@ 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.1 =
241
  * Eliminated Simple Mode
3
  Tags: podcasting, podcast, podcaster, powerpress, itunes, apple, apple podcasts, google podcasts, google play, enclosure, professional, apple, apple tv, ipad, iphone, soundcloud, squarespace, youtube, viddler, ustream, podcasting, audio, video, rss2, feed, player, media, rss, mp3, music, embed, feedburner, statistics, stats, flv, flash, id3, episodes, blubrry, mp4, m4v, wordpressmu, mu, wordpress mu, multisite, multi site, mediacaster, post, plugin, posts, simple, social, dashboard, TSG, Buzzsprout, MTR, WP-boxCast, CastMyBlog, tgs podcasting, simple podcasting, seriously simple podcasting, seriously-simple-podcasting, serious, seriously, ssp, podlove, podcast.de, clammr, clammr radio, audio player, stitcher, tunein, show, shows, series, docs, documentation, support, free, add-ons, extensions, addons, libsyn, libsyn-podcasting, podbean, podomatic, spreaker
4
  Requires at least: 3.6
5
  Requires PHP: 5.2
6
+ Tested up to: 5.2.3
7
+ Stable tag: 8.1.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.1.1 =
240
+ * Added images that were missing in the Getting Started section
241
 
242
  = 8.1 =
243
  * Eliminated Simple Mode
views/onboarding/want_stats.php CHANGED
@@ -1,57 +1,57 @@
1
- <?php
2
- ?>
3
- <div class="wrap">
4
- <div class="pp_container">
5
- <h2 class="pp_align-center"><?php echo __('Gain access to free tools', 'powerpress'); ?></h2>
6
- <hr class="pp_align-center" />
7
- <p class="pp_align-center"><?php echo __('Signing up for a free Blubrry account will allow you to use a number of helpful features, free of charge.', 'powerpress'); ?> </p>
8
-
9
-
10
- <section id="one" class="pp_wrapper" style="margin-top:25px;">
11
- <div class="pp_inner">
12
-
13
- <div class="pp_flex-grid">
14
-
15
- <div class="pp_col">
16
- <div class="pp_box">
17
- <div class="pp_image pp_fit center">
18
- <img src="<?php echo powerpress_get_root_url(); ?>images/onboarding/self_host.png" alt="" class="" />
19
- </div>
20
- <div class="pp_content">
21
- <!--<div class="pp_align-center">-->
22
- <div class="btn-caption-container">
23
- <p class="pp_align-center"><?php echo __('I\'ll continue uploading my episodes to my host and website.', 'powerpress'); ?></p>
24
- </div>
25
- <div class="pp_button-container">
26
- <a href="<?php echo admin_url("admin.php?page={$_GET['page']}&step=createEpisode"); ?>">
27
- <button type="button" class="pp_button_alt"><span><?php echo __('No, thanks', 'powerpress'); ?></span></button>
28
- </a>
29
- </div>
30
- <!--</div>-->
31
- </div>
32
- </div>
33
- </div>
34
-
35
- <div class="pp_col">
36
- <div class="pp_box">
37
- <div class="pp_image center">
38
- <img src="<?php echo powerpress_get_root_url(); ?>images/onboarding/free_tools.png" alt="" />
39
- </div>
40
- <div class="pp_content">
41
- <!--<div class="pp_align-center">-->
42
- <div class="btn-caption-container">
43
- <p class="pp_align-center"><?php echo __('Don\'t miss out on Blubrry\'s free podcast stats and directory listing.', 'powerpress'); ?></p>
44
- </div>
45
- <div class="pp_button-container">
46
- <a href="<?php echo admin_url("admin.php?page={$_GET['page']}&step=blubrrySignin"); ?>">
47
- <button type="button" class="pp_button"><span><?php echo __('I\'d like free tools', 'powerpress'); ?></span></button>
48
- </a>
49
- </div>
50
- <!--</div>-->
51
- </div>
52
- </div>
53
- </div>
54
- </div>
55
- </div>
56
- </section>
57
  </div>
1
+ <?php
2
+ ?>
3
+ <div class="wrap">
4
+ <div class="pp_container">
5
+ <h2 class="pp_align-center"><?php echo __('Gain access to free tools', 'powerpress'); ?></h2>
6
+ <hr class="pp_align-center" />
7
+ <p class="pp_align-center"><?php echo __('Signing up for a free Blubrry account will allow you to use a number of helpful features, free of charge.', 'powerpress'); ?> </p>
8
+
9
+
10
+ <section id="one" class="pp_wrapper" style="margin-top:25px;">
11
+ <div class="pp_inner">
12
+
13
+ <div class="pp_flex-grid">
14
+
15
+ <div class="pp_col">
16
+ <div class="pp_box">
17
+ <div class="pp_image pp_fit center">
18
+ <img src="<?php echo powerpress_get_root_url(); ?>images/onboarding/self_host.png" alt="" class="" />
19
+ </div>
20
+ <div class="pp_content">
21
+ <!--<div class="pp_align-center">-->
22
+ <div class="btn-caption-container">
23
+ <p class="pp_align-center"><?php echo __('I\'ll continue uploading my episodes to my host and website.', 'powerpress'); ?></p>
24
+ </div>
25
+ <div class="pp_button-container">
26
+ <a href="<?php echo admin_url("admin.php?page={$_GET['page']}&step=createEpisode"); ?>">
27
+ <button type="button" class="pp_button_alt"><span><?php echo __('No, thanks', 'powerpress'); ?></span></button>
28
+ </a>
29
+ </div>
30
+ <!--</div>-->
31
+ </div>
32
+ </div>
33
+ </div>
34
+
35
+ <div class="pp_col">
36
+ <div class="pp_box">
37
+ <div class="pp_image center">
38
+ <img src="<?php echo powerpress_get_root_url(); ?>images/onboarding/free_tools.png" alt="" />
39
+ </div>
40
+ <div class="pp_content">
41
+ <!--<div class="pp_align-center">-->
42
+ <div class="btn-caption-container">
43
+ <p class="pp_align-center"><?php echo __('Don\'t miss out on Blubrry\'s free podcast stats and directory listing.', 'powerpress'); ?></p>
44
+ </div>
45
+ <div class="pp_button-container">
46
+ <a href="<?php echo admin_url("admin.php?page={$_GET['page']}&step=blubrrySignin"); ?>">
47
+ <button type="button" class="pp_button"><span><?php echo __('I\'d like free tools', 'powerpress'); ?></span></button>
48
+ </a>
49
+ </div>
50
+ <!--</div>-->
51
+ </div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ </section>
57
  </div>