Version Description
- Edit menu options.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.2.4 to 1.2.5
- includes/admin_menu.php +3 -3
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -198,7 +198,7 @@ class wpdevart_countdown_admin_menu{
|
|
198 |
</tr>
|
199 |
<tr>
|
200 |
<td>
|
201 |
-
Countdown timer
|
202 |
</td>
|
203 |
<td>
|
204 |
<select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
|
@@ -257,7 +257,7 @@ class wpdevart_countdown_admin_menu{
|
|
257 |
</tr>
|
258 |
<tr class="tr_button tr_vertical_slide">
|
259 |
<td>
|
260 |
-
Countdown timer font
|
261 |
</td>
|
262 |
<td>
|
263 |
<input onClick="alert(countdown_pro_text)" type="text" name="countdown_font_size" id="countdown_font_size" value="30">(Px)
|
@@ -435,7 +435,7 @@ die;
|
|
435 |
}
|
436 |
</style>
|
437 |
<div class="image_width_description">
|
438 |
-
<span class="description">For adding countdown timer into your pages/posts go to your pages/posts and use Countdown shortcode. Click on shortcode and set Countdown timer options, then click on "Insert Countdown". Check the screenshot below</span>
|
439 |
<img class="image" src="<?php echo $this->plugin_url.'images/post_example.jpg' ?>">
|
440 |
</div>
|
441 |
<div class="image_width_description">
|
198 |
</tr>
|
199 |
<tr>
|
200 |
<td>
|
201 |
+
Countdown timer buttons type<span class="pro_feature"> (pro)</span> <span title="Select the Countdown buttons type." class="desription_class">?</span>
|
202 |
</td>
|
203 |
<td>
|
204 |
<select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
|
257 |
</tr>
|
258 |
<tr class="tr_button tr_vertical_slide">
|
259 |
<td>
|
260 |
+
Countdown timer font size<span class="pro_feature"> (pro)</span> <span title="Type the Countdown font-size." class="desription_class">?</span>
|
261 |
</td>
|
262 |
<td>
|
263 |
<input onClick="alert(countdown_pro_text)" type="text" name="countdown_font_size" id="countdown_font_size" value="30">(Px)
|
435 |
}
|
436 |
</style>
|
437 |
<div class="image_width_description">
|
438 |
+
<span class="description">For adding countdown timer into your pages/posts go to your pages/posts editor and use Countdown shortcode. Click on shortcode and set Countdown timer options, then click on "Insert Countdown" button. Check the screenshot below</span>
|
439 |
<img class="image" src="<?php echo $this->plugin_url.'images/post_example.jpg' ?>">
|
440 |
</div>
|
441 |
<div class="image_width_description">
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WordPress Countdown 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, upcoming
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -211,6 +211,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
211 |
|
212 |
* Edit option text in admin menu.
|
213 |
|
|
|
|
|
|
|
|
|
214 |
== Wordpress Countdown step by step guide ==
|
215 |
|
216 |
### WordPress Countdown plugin options
|
1 |
=== WordPress Countdown 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, upcoming
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.2.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
211 |
|
212 |
* Edit option text in admin menu.
|
213 |
|
214 |
+
= 1.2.5 =
|
215 |
+
|
216 |
+
* Edit menu options.
|
217 |
+
|
218 |
== Wordpress Countdown step by step guide ==
|
219 |
|
220 |
### 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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 1.2.
|
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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 1.2.5
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|