Countdown, Coming Soon – Countdown & Clock - Version 1.7.9

Version Description

  • Admin side fixed Warnings
Download this release

Release Info

Developer adamskaat
Plugin Icon 128x128 Countdown, Coming Soon – Countdown & Clock
Version 1.7.9
Comparing to
See all releases

Code changes from version 1.7.8 to 1.7.9

config/config.php CHANGED
@@ -68,8 +68,8 @@ class YcdCountdownConfig {
68
  self::addDefine('YCD_CRON_REPEAT_INTERVAL', 1);
69
  self::addDefine('YCD_AJAX_SUCCESS', 1);
70
  self::addDefine('YCD_TABLE_LIMIT', 15);
71
- self::addDefine('YCD_VERSION_PRO', 1.64);
72
- self::addDefine('YCD_VERSION', 1.78);
73
  self::addDefine('YCD_FREE_VERSION', 1);
74
  self::addDefine('YCD_SILVER_VERSION', 2);
75
  self::addDefine('YCD_GOLD_VERSION', 3);
@@ -82,8 +82,8 @@ class YcdCountdownConfig {
82
  $versionText = '1.6.4';
83
  }
84
  self::addDefine('YCD_VERSION_TEXT', $versionText);
85
- self::addDefine('YCD_LAST_UPDATE', 'May 27');
86
- self::addDefine('YCD_NEXT_UPDATE', 'June 7');
87
  }
88
 
89
  public static function displaySettings() {
68
  self::addDefine('YCD_CRON_REPEAT_INTERVAL', 1);
69
  self::addDefine('YCD_AJAX_SUCCESS', 1);
70
  self::addDefine('YCD_TABLE_LIMIT', 15);
71
+ self::addDefine('YCD_VERSION_PRO', 1.65);
72
+ self::addDefine('YCD_VERSION', 1.79);
73
  self::addDefine('YCD_FREE_VERSION', 1);
74
  self::addDefine('YCD_SILVER_VERSION', 2);
75
  self::addDefine('YCD_GOLD_VERSION', 3);
82
  $versionText = '1.6.4';
83
  }
84
  self::addDefine('YCD_VERSION_TEXT', $versionText);
85
+ self::addDefine('YCD_LAST_UPDATE', 'June 10');
86
+ self::addDefine('YCD_NEXT_UPDATE', 'June 27');
87
  }
88
 
89
  public static function displaySettings() {
countdown-builder.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Countdown builder
4
  * Description: The best countdown plugin by Adam skaat
5
- * Version: 1.7.8
6
  * Author: Adam Skaat
7
  * Author URI: https://edmonsoft.com/countdown
8
  * License: GPLv2
2
  /**
3
  * Plugin Name: Countdown builder
4
  * Description: The best countdown plugin by Adam skaat
5
+ * Version: 1.7.9
6
  * Author: Adam Skaat
7
  * Author URI: https://edmonsoft.com/countdown
8
  * License: GPLv2
helpers/AdminHelper.php CHANGED
@@ -57,6 +57,10 @@ class AdminHelper {
57
  $titles = $YCD_TYPES['youtubeUrls'];
58
  $name = $type->getName();
59
 
 
 
 
 
60
  return $titles[$name];
61
  }
62
 
57
  $titles = $YCD_TYPES['youtubeUrls'];
58
  $name = $type->getName();
59
 
60
+ if (empty($titles[$name])) {
61
+ return '';
62
+ }
63
+
64
  return $titles[$name];
65
  }
66
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: adamskaat
3
  Tags: countdown, timer, countdown timer
4
  Requires at least: 3.8
5
  Tested up to: 5.4.1
6
- Stable tag: 1.7.8
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -65,6 +65,9 @@ Yes you can, we have Circle and Flipclock countdown popups.
65
  You need to select the .zip file, there is no need to extract the zip file, just upload it.
66
 
67
  == Changelog ==
 
 
 
68
  = 1.7.8 =
69
  * Admin side improvements
70
 
3
  Tags: countdown, timer, countdown timer
4
  Requires at least: 3.8
5
  Tested up to: 5.4.1
6
+ Stable tag: 1.7.9
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
65
  You need to select the .zip file, there is no need to extract the zip file, just upload it.
66
 
67
  == Changelog ==
68
+ = 1.7.9 =
69
+ * Admin side fixed Warnings
70
+
71
  = 1.7.8 =
72
  * Admin side improvements
73