Countdown Timer – Widget Countdown - Version 1.5.0

Version Description

  • Made some changes.

=

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Countdown Timer – Widget Countdown
Version 1.5.0
Comparing to
See all releases

Code changes from version 1.4.9 to 1.5.0

includes/admin_menu.php CHANGED
@@ -23,7 +23,7 @@ class wpdevart_countdown_admin_menu{
23
  add_action( 'wp_ajax_wpdevart_countdown_page_save', array($this,'save_in_databese') );
24
  add_action( 'wp_ajax_wpdevart_countdown_send_mail', array($this,'sending_mail') );
25
  }
26
- /*############################### Insert button ########################################*/
27
  public function wpdevart_countdown_button($context) {
28
 
29
  $img = $this->plugin_url. 'images/post_button.jpg';
@@ -170,7 +170,7 @@ class wpdevart_countdown_admin_menu{
170
  </tr>
171
  <tr>
172
  <td>
173
- Countdown timer position <span title="Select the Countdown position." class="desription_class">?</span>
174
  </td>
175
  <td>
176
  <select id="countdown_in_content_position">
23
  add_action( 'wp_ajax_wpdevart_countdown_page_save', array($this,'save_in_databese') );
24
  add_action( 'wp_ajax_wpdevart_countdown_send_mail', array($this,'sending_mail') );
25
  }
26
+ /*############################### Insert button part ########################################*/
27
  public function wpdevart_countdown_button($context) {
28
 
29
  $img = $this->plugin_url. 'images/post_button.jpg';
170
  </tr>
171
  <tr>
172
  <td>
173
+ Countdown timer position <span title="Select the Countdown Timer position." class="desription_class">?</span>
174
  </td>
175
  <td>
176
  <select id="countdown_in_content_position">
includes/widget.php CHANGED
@@ -48,7 +48,7 @@ class wpdevart_countdown extends WP_Widget {
48
 
49
  }
50
 
51
- /* Admin page options */
52
  function form($instance) {
53
 
54
  $defaults = array(
48
 
49
  }
50
 
51
+ /* Admin page standard options */
52
  function form($instance) {
53
 
54
  $defaults = array(
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Countdown WordPress plugin ===
2
  Contributors: wpdevart
3
  Donate link: http://wpdevart.com/wordpress-countdown-plugin
4
- Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, yahoo
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.4.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -323,6 +323,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
323
 
324
  * Fixed notices.
325
 
 
 
 
 
326
  == Wordpress Countdown step by step guide ==
327
 
328
  ### WordPress Countdown plugin options
1
  === Countdown WordPress plugin ===
2
  Contributors: wpdevart
3
  Donate link: http://wpdevart.com/wordpress-countdown-plugin
4
+ Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.5.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
323
 
324
  * Fixed notices.
325
 
326
+ = 1.5.0 =
327
+
328
+ * Made some changes.
329
+
330
  == Wordpress Countdown step by step guide ==
331
 
332
  ### WordPress Countdown plugin options
wpdevart-countdown.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Countdown Wpdevart
4
  Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
5
  Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
- Version: 1.4.9
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
3
  Plugin Name: Countdown Wpdevart
4
  Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
5
  Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
+ Version: 1.5.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html