Countdown, Coming Soon – Countdown & Clock - Version 2.1.9

Version Description

Download this release

Release Info

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

Code changes from version 2.1.8 to 2.1.9

assets/js/Countdown.js CHANGED
@@ -773,6 +773,7 @@ YcdCountdown.prototype.startTimeCircle = function() {
773
  that.addTimeToClock(options, jQuery(this));
774
  if (jQuery(this).data('expired')) {
775
  options['countdownExpired'] = true;
 
776
  }
777
  that.setOptions(options);
778
  that.setAllOptions(allOptions);
773
  that.addTimeToClock(options, jQuery(this));
774
  if (jQuery(this).data('expired')) {
775
  options['countdownExpired'] = true;
776
+ jQuery(window).trigger('YcdExpired', [{'id': options.id, 'options': allOptions}]);
777
  }
778
  that.setOptions(options);
779
  that.setAllOptions(allOptions);
assets/views/front/comingSoonTempleate.php CHANGED
@@ -5,6 +5,7 @@
5
  <title><?php echo apply_filters('YcdComingSoonPageTitle', ''); ?></title>
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <?php echo apply_filters('YcdComingSoonPageHeaderContent', ''); ?>
 
8
  </head>
9
  <body class="ycd-body">
10
  <div style="text-align: center">
5
  <title><?php echo apply_filters('YcdComingSoonPageTitle', ''); ?></title>
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <?php echo apply_filters('YcdComingSoonPageHeaderContent', ''); ?>
8
+ <?php wp_head(); ?>
9
  </head>
10
  <body class="ycd-body">
11
  <div style="text-align: center">
config/config.php CHANGED
@@ -75,8 +75,8 @@ class YcdCountdownConfig
75
  self::addDefine('YCD_CRON_REPEAT_INTERVAL', 1);
76
  self::addDefine('YCD_AJAX_SUCCESS', 1);
77
  self::addDefine('YCD_TABLE_LIMIT', 15);
78
- self::addDefine('YCD_VERSION_PRO', 2.04);
79
- self::addDefine('YCD_VERSION', 2.18);
80
  self::addDefine('YCD_FREE_VERSION', 1);
81
  self::addDefine('YCD_SILVER_VERSION', 2);
82
  self::addDefine('YCD_GOLD_VERSION', 3);
@@ -84,13 +84,13 @@ class YcdCountdownConfig
84
  self::addDefine('YCD_EXTENSION_VERSION', 99);
85
  require_once(dirname(__FILE__).'/config-pkg.php');
86
 
87
- $versionText = '2.1.8';
88
  if (YCD_PKG_VERSION != YCD_FREE_VERSION) {
89
- $versionText = '2.0.4';
90
  }
91
  self::addDefine('YCD_VERSION_TEXT', $versionText);
92
- self::addDefine('YCD_LAST_UPDATE', 'Sep 25');
93
- self::addDefine('YCD_NEXT_UPDATE', 'Oct 8');
94
  }
95
 
96
  public static function displaySettings()
75
  self::addDefine('YCD_CRON_REPEAT_INTERVAL', 1);
76
  self::addDefine('YCD_AJAX_SUCCESS', 1);
77
  self::addDefine('YCD_TABLE_LIMIT', 15);
78
+ self::addDefine('YCD_VERSION_PRO', 2.05);
79
+ self::addDefine('YCD_VERSION', 2.19);
80
  self::addDefine('YCD_FREE_VERSION', 1);
81
  self::addDefine('YCD_SILVER_VERSION', 2);
82
  self::addDefine('YCD_GOLD_VERSION', 3);
84
  self::addDefine('YCD_EXTENSION_VERSION', 99);
85
  require_once(dirname(__FILE__).'/config-pkg.php');
86
 
87
+ $versionText = '2.1.9';
88
  if (YCD_PKG_VERSION != YCD_FREE_VERSION) {
89
+ $versionText = '2.0.5';
90
  }
91
  self::addDefine('YCD_VERSION_TEXT', $versionText);
92
+ self::addDefine('YCD_LAST_UPDATE', 'Oct 5');
93
+ self::addDefine('YCD_NEXT_UPDATE', 'Oct 24');
94
  }
95
 
96
  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: 2.1.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: 2.1.9
6
  * Author: Adam Skaat
7
  * Author URI: https://edmonsoft.com/countdown
8
  * License: GPLv2
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.8.1
6
- Stable tag: 2.1.8
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -67,6 +67,11 @@ Yes you can, we have Circle and Flipclock countdown popups.
67
  You need to select the .zip file, there is no need to extract the zip file, just upload it.
68
 
69
  == Changelog ==
 
 
 
 
 
70
  = 2.1.8 =
71
  * Change countdown before text after expiration
72
  * Change countdown after text after expiration
3
  Tags: countdown, timer, countdown timer
4
  Requires at least: 3.8
5
  Tested up to: 5.8.1
6
+ Stable tag: 2.1.9
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
67
  You need to select the .zip file, there is no need to extract the zip file, just upload it.
68
 
69
  == Changelog ==
70
+ = 2.1.5 =
71
+ * Fixed Change countdown before text after expiration during count up
72
+ * Fixed Change countdown after text after expiration during count up
73
+ * Fixed coming soon warnings
74
+
75
  = 2.1.8 =
76
  * Change countdown before text after expiration
77
  * Change countdown after text after expiration