From 7d8203f935877b05e335889f7afeac74b8d9b54b Mon Sep 17 00:00:00 2001 From: Igor Cerjan Date: Tue, 18 Apr 2017 23:58:42 +0800 Subject: [PATCH 1/7] Update options.php link tweaks --- includes/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/options.php b/includes/options.php index 702027b..1db3720 100755 --- a/includes/options.php +++ b/includes/options.php @@ -228,7 +228,7 @@ function wpfc_sermon_options_render_form() {

Sign up today and get support from the developers who are building the Sermon Manager.', 'sermon-manager' ); ?>

- Free Support Priority Support + Free Support Priority Support
We offer limited free support via WordPress.org From 3282f64830cc3460a51c161466d435f36814520c Mon Sep 17 00:00:00 2001 From: Nikola Miljkovic Date: Tue, 18 Apr 2017 18:13:09 +0200 Subject: [PATCH 2/7] Fix force download code location --- includes/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/template-tags.php b/includes/template-tags.php index 8835b18..247bb95 100755 --- a/includes/template-tags.php +++ b/includes/template-tags.php @@ -377,7 +377,7 @@ function wpfc_sermon_attachments() { } } if ( get_wpfc_sermon_meta( 'sermon_audio' ) ) { - $html .= '' . __( 'MP3', 'sermon-manager' ) . ''; + $html .= '' . __( 'MP3', 'sermon-manager' ) . ''; } if ( get_wpfc_sermon_meta( 'sermon_notes' ) ) { $html .= '' . __( 'Notes', 'sermon-manager' ) . ''; From b52bcd36b710de73c3435841f7071d46748838ec Mon Sep 17 00:00:00 2001 From: Nikola Miljkovic Date: Tue, 18 Apr 2017 18:17:34 +0200 Subject: [PATCH 3/7] Do not preload audio files --- includes/template-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/template-tags.php b/includes/template-tags.php index 247bb95..faeb28d 100755 --- a/includes/template-tags.php +++ b/includes/template-tags.php @@ -334,7 +334,7 @@ function wpfc_render_audio( $url = '' ) { return ''; } - $output = '
@@ -241,13 +244,23 @@ function wpfc_sermon_options_render_form() {
- Find out more in our Knowledgebase + Find out more in our Knowledgebase
@@ -259,7 +272,8 @@ function wpfc_sermon_options_render_form() {

- Submit Your Idea + Submit Your Idea
@@ -615,7 +629,7 @@ function wpfc_sermon_options_render_form() {

podtrac.com', 'sermon-manager' ); ?>

- +
@@ -662,7 +676,7 @@ function wpfc_sermon_options_render_form() { Check dates for errors - Fix All Revert fix From 734c5d5681f9d494e5ff1de776af427b73ebbfb9 Mon Sep 17 00:00:00 2001 From: Nikola Miljkovic Date: Wed, 19 Apr 2017 17:56:46 +0200 Subject: [PATCH 6/7] Remove console message --- includes/options.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/options.php b/includes/options.php index af30915..f548d90 100755 --- a/includes/options.php +++ b/includes/options.php @@ -706,9 +706,6 @@ function wpfc_console_zsh( $command = '', $close_span = true ) { -
* Note: This is not a real console. It's - made for humorous puroposes. -
From 2d6bef699f5fe15fbbbfa12f1912b06a47c171c8 Mon Sep 17 00:00:00 2001 From: Nikola Miljkovic Date: Wed, 19 Apr 2017 18:41:22 +0200 Subject: [PATCH 7/7] Make dates notice dismissible --- includes/fix-dates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/fix-dates.php b/includes/fix-dates.php index 541e10d..c6eacaa 100644 --- a/includes/fix-dates.php +++ b/includes/fix-dates.php @@ -152,7 +152,7 @@ public function getAction( $action ) { */ public function render_warning() { ?> -
+

Important! Sermon Manager needs to check dates of old sermons. Click here if you want to do it now.