Countdown, Coming Soon – Countdown & Clock - Version 1.3.6.1

Version Description

Download this release

Release Info

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

Code changes from version 1.3.6 to 1.3.6.1

Files changed (4) hide show
  1. config/config.php +1 -1
  2. countdown-builder.php +1 -1
  3. readme.txt +1 -1
  4. uninstall.php +1 -0
config/config.php CHANGED
@@ -50,7 +50,7 @@ class YcdCountdownConfig {
50
  self::addDefine('YCD_CRON_REPEAT_INTERVAL', 1);
51
  self::addDefine('YCD_AJAX_SUCCESS', 1);
52
  self::addDefine('YCD_TABLE_LIMIT', 15);
53
- self::addDefine('YCD_VERSION', 1.36);
54
  self::addDefine('YCD_VERSION_PRO', 1.23);
55
  self::addDefine('YCD_FREE_VERSION', 1);
56
  self::addDefine('YCD_SILVER_VERSION', 2);
50
  self::addDefine('YCD_CRON_REPEAT_INTERVAL', 1);
51
  self::addDefine('YCD_AJAX_SUCCESS', 1);
52
  self::addDefine('YCD_TABLE_LIMIT', 15);
53
+ self::addDefine('YCD_VERSION', 1.361);
54
  self::addDefine('YCD_VERSION_PRO', 1.23);
55
  self::addDefine('YCD_FREE_VERSION', 1);
56
  self::addDefine('YCD_SILVER_VERSION', 2);
countdown-builder.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Countdown builder
4
  * Description: The best countdown plugin
5
- * Version: 1.3.6
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
5
+ * Version: 1.3.6.1
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.0.3
6
- Stable tag: 1.3.6
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
3
  Tags: countdown, timer, countdown timer
4
  Requires at least: 3.8
5
  Tested up to: 5.0.3
6
+ Stable tag: 1.3.6.1
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
uninstall.php CHANGED
@@ -12,5 +12,6 @@ if (!defined('YCD_FOLDER_NAME')) {
12
  }
13
 
14
  require_once(plugin_dir_path(__FILE__).'config/boot.php');
 
15
  require_once(YCD_CLASSES_PATH.'Installer.php');
16
  Installer::uninstall();
12
  }
13
 
14
  require_once(plugin_dir_path(__FILE__).'config/boot.php');
15
+ require_once(YCD_HELPERS_PATH.'ShowReviewNotice.php');
16
  require_once(YCD_CLASSES_PATH.'Installer.php');
17
  Installer::uninstall();