T(-) Countdown - Version 2.3.22.1

Version Description

  • remove end of support and update notice to admin
Download this release

Release Info

Developer baden03
Plugin Icon 128x128 T(-) Countdown
Version 2.3.22.1
Comparing to
See all releases

Code changes from version 2.3.22 to 2.3.22.1

Files changed (2) hide show
  1. countdown-timer.php +3 -3
  2. readme.txt +4 -1
countdown-timer.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: jQuery T(-) Countdown Widget
4
  Text Domain: jquery-t-countdown-widget
5
  Plugin URI: https://plugins.twinpictures.de/plugins/t-minus-countdown/
6
  Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
7
- Version: 2.3.22
8
  Author: twinpictures, baden03
9
  Author URI: https://www.twinpictures.de/
10
  License: GPL2
@@ -12,7 +12,7 @@ License: GPL2
12
 
13
  class WP_TMinusCD {
14
  var $plugin_name = 'jQuery T(-) Countdown Widget';
15
- var $version = '2.3.22';
16
  var $domain = 'tminus';
17
  var $plguin_options_page_title = 'jQuery T(-) Countdown Widget Options';
18
  var $plugin_options_menue_title = 'jQuery T(-) Countdown Widget';
@@ -47,7 +47,7 @@ class WP_TMinusCD {
47
  add_action( 'wp_head', array( $this, 'plugin_head_inject' ) );
48
  add_action( 'wp_enqueue_scripts', array( $this, 'countdown_scripts' ) );
49
  add_action( 'plugins_loaded', array( $this, 'tminus_load_textdomain' ) );
50
- add_action( 'admin_notices', array( $this, 'tminus_version_notice' ) );
51
  }
52
 
53
  /**
4
  Text Domain: jquery-t-countdown-widget
5
  Plugin URI: https://plugins.twinpictures.de/plugins/t-minus-countdown/
6
  Description: Display and configure multiple T(-) Countdown timers using a shortcode or sidebar widget.
7
+ Version: 2.3.22.1
8
  Author: twinpictures, baden03
9
  Author URI: https://www.twinpictures.de/
10
  License: GPL2
12
 
13
  class WP_TMinusCD {
14
  var $plugin_name = 'jQuery T(-) Countdown Widget';
15
+ var $version = '2.3.22.1';
16
  var $domain = 'tminus';
17
  var $plguin_options_page_title = 'jQuery T(-) Countdown Widget Options';
18
  var $plugin_options_menue_title = 'jQuery T(-) Countdown Widget';
47
  add_action( 'wp_head', array( $this, 'plugin_head_inject' ) );
48
  add_action( 'wp_enqueue_scripts', array( $this, 'countdown_scripts' ) );
49
  add_action( 'plugins_loaded', array( $this, 'tminus_load_textdomain' ) );
50
+ // add_action( 'admin_notices', array( $this, 'tminus_version_notice' ) );
51
  }
52
 
53
  /**
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://plugins.twinpictures.de/plugins/t-minus-countdown/
5
  Tags: countdown, timer, clock, ticker, widget, event, counter, count down, twinpictures, t minus, t-minus, t(-), t(-) countdown, t-countdown, t (-) countdown, plugin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
6
  Requires at least: 4.7
7
  Tested up to: 5.2.2
8
- Stable tag: 2.3.22
9
  Requires PHP: 7.0
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -66,6 +66,9 @@ Ah yes! <a href='https://twitter.com/#!/twinpictures'>@Twinpictures</a> is on th
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = 2.3.22 =
70
  * added end of support and update notice to admin
71
 
5
  Tags: countdown, timer, clock, ticker, widget, event, counter, count down, twinpictures, t minus, t-minus, t(-), t(-) countdown, t-countdown, t (-) countdown, plugin-oven, pluginoven, G2, spaceBros, littlewebtings, jQuery, javascript
6
  Requires at least: 4.7
7
  Tested up to: 5.2.2
8
+ Stable tag: 2.3.22.1
9
  Requires PHP: 7.0
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
66
 
67
  == Changelog ==
68
 
69
+ = 2.3.22.1 =
70
+ * remove end of support and update notice to admin
71
+
72
  = 2.3.22 =
73
  * added end of support and update notice to admin
74