Skip to content

Commit

Permalink
Merge pull request #292 from TheCraigHewitt/release/1.19.9
Browse files Browse the repository at this point in the history
Removed Castos branding as per WordPress plugin guidelines
  • Loading branch information
jonathanbossenger committed Apr 25, 2018
2 parents 927f50b + ab140d4 commit 9c5f7b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 2 additions & 6 deletions includes/class-ssp-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,8 @@ public function load_media_player($srcFile = '', $episode_id = 0, $player_size){
?>
</h3>
</div>
<div class="ssp-download-episode" style="overflow: hidden;text-align:right;">
<?php if( apply_filters( 'ssp_player_show_logo', true ) ) { ?>
<a href="https://castos.com/" rel="nofollow"><img class="<?php echo apply_filters( 'ssp_player_logo_class', 'ssp-player-branding' ); ?>" src="<?php echo apply_filters( 'ssp_player_logo_src', SSP_PLUGIN_URL . '/assets/svg/castos_logo_white.svg' ); ?>" width="<?php echo apply_filters( 'ssp_player_logo_width', 68 ); ?>" /></a>
<?php }; ?>
</div>
<div>&nbsp;</div>
<div class="ssp-download-episode" style="overflow: hidden;text-align:right;"></div>
<div>&nbsp</div>
<div class="ssp-media-player">
<div class="ssp-custom-player-controls">
<div class="ssp-play-pause" id="ssp-play-pause">
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, m
Requires at least: 4.4
Tested up to: 4.9.1
Requires PHP: 5.3.3
Stable tag: 1.19.8
Stable tag: 1.19.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,10 @@ You can find complete user and developer documentation (along with the FAQs) on

== Changelog ==

= 1.19.9 =
* 2018-04-08
* [FIX] Removed Castos branding to adhere to the [WordPress plugin guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/)

= 1.19.8 =
* 2018-03-29
* [FIX] Fixed a bug related to checking for the AMP for WordPress plugin
Expand Down
4 changes: 2 additions & 2 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 1.19.8
* Version: 1.19.9
* Plugin URI: https://www.castos.com/seriously-simple-podcasting
* Description: Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
* Author: Castos
Expand Down Expand Up @@ -38,7 +38,7 @@
return;
}

define( 'SSP_VERSION', '1.19.8' );
define( 'SSP_VERSION', '1.19.9' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 9c5f7b0

Please sign in to comment.