Uji Countdown - Version 1.0.4

Version Description

  • Fix few bugs.
Download this release

Release Info

Developer ujimoto
Plugin Icon 128x128 Uji Countdown
Version 1.0.4
Comparing to
See all releases

Code changes from version 1.0.3 to 1.0.4

css/jquery.countdown.css CHANGED
@@ -18,7 +18,7 @@
18
  text-align: center;
19
  }
20
  .countdown_amount {
21
- display: inline-block;
22
  }
23
  .countdown_txt {
24
  display: block;
18
  text-align: center;
19
  }
20
  .countdown_amount {
21
+ display: inline-block!important;
22
  }
23
  .countdown_txt {
24
  display: block;
images/wprelease.jpg ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpmanage.com/Uji-countdown
4
  Tags: countdown, counter, html5 countdown, animated countdown, countdown timer, count down, countdown clock, jQuery countdown, clock, timer
5
  Requires at least: 3.0
6
  Tested up to: 3.3.1
7
- Stable tag: 1.0.3
8
 
9
  Uji Countdown - HTML5 Customizable Countdown Timer
10
 
@@ -44,6 +44,10 @@ WPmanage [(http://www.wpmanage.com/uji-countdown/)](http://www.wpmanage.com/uji-
44
 
45
  == Changelog ==
46
 
 
 
 
 
47
  = 1.0.3 =
48
 
49
  * Add option to redirect link after countdown expire.
4
  Tags: countdown, counter, html5 countdown, animated countdown, countdown timer, count down, countdown clock, jQuery countdown, clock, timer
5
  Requires at least: 3.0
6
  Tested up to: 3.3.1
7
+ Stable tag: 1.0.4
8
 
9
  Uji Countdown - HTML5 Customizable Countdown Timer
10
 
44
 
45
  == Changelog ==
46
 
47
+ = 1.0.4 =
48
+
49
+ * Fix few bugs.
50
+
51
  = 1.0.3 =
52
 
53
  * Add option to redirect link after countdown expire.
uji-countdown-add.php CHANGED
@@ -192,6 +192,13 @@ function ujic_add_new(){
192
  <a href="http://wpmanage.com/Contact-Us" target="_blank" id="hire">HIRE ME &#8250;</a>
193
  </div>
194
  </div>
 
 
 
 
 
 
 
195
  </div>
196
  <?php }
197
  function ujic_save_newstyle(){
192
  <a href="http://wpmanage.com/Contact-Us" target="_blank" id="hire">HIRE ME &#8250;</a>
193
  </div>
194
  </div>
195
+ <div class="postbox">
196
+ <div class="handlediv" title="Click to toggle"><br /></div>
197
+ <h3 class="hndle"><span>Wordpress Theme Gallery</span></h3>
198
+ <div class="inside">
199
+ <a href="http://www.wprelease.com/" target="_blank"><img src="<?php echo UJI_PLUGIN_URL. '/images/wprelease.jpg'; ?>" style="padding-left:28px" /></a>
200
+ </div>
201
+ </div>
202
  </div>
203
  <?php }
204
  function ujic_save_newstyle(){
uji-countdown-front.php CHANGED
@@ -145,8 +145,8 @@ function ujic_code( $atts, $content = null ) {
145
  return $content;
146
  }else{
147
  wp_enqueue_style( 'ujiStyleCount');
148
- wp_enqueue_scripts('jQuery');
149
- wp_print_scripts('UJI_js_countdown');
150
 
151
  $table_name = $wpdb->prefix ."uji_counter";
152
  $ujic_datas = $wpdb->get_results("SELECT * FROM $table_name WHERE title = '".$id."'");
145
  return $content;
146
  }else{
147
  wp_enqueue_style( 'ujiStyleCount');
148
+ wp_enqueue_script('jQuery');
149
+ wp_enqueue_script('UJI_js_countdown');
150
 
151
  $table_name = $wpdb->prefix ."uji_counter";
152
  $ujic_datas = $wpdb->get_results("SELECT * FROM $table_name WHERE title = '".$id."'");
uji-countdown.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Uji Countdown
4
  Plugin URI: http://www.wpmanage.com/uji-countdown/
5
  Description: HTML5 Countdown.
6
- Version: 1.0.3
7
  Author: Ujog Raul
8
  Author URI: http://www.wpmanage.com
9
 
3
  Plugin Name: Uji Countdown
4
  Plugin URI: http://www.wpmanage.com/uji-countdown/
5
  Description: HTML5 Countdown.
6
+ Version: 1.0.4
7
  Author: Ujog Raul
8
  Author URI: http://www.wpmanage.com
9