Version Description
- Fixed bug in 5.0.1.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- includes/admin_menu.php +2 -1
- includes/front_end.php +2 -2
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -15,7 +15,8 @@ class wpdevart_countdown_admin_menu{
|
|
15 |
function __construct($param){
|
16 |
|
17 |
$this->menu_name=$param['menu_name'];
|
18 |
-
$
|
|
|
19 |
if(isset($params['plugin_url']))
|
20 |
$this->plugin_url=$params['plugin_url'];
|
21 |
else
|
15 |
function __construct($param){
|
16 |
|
17 |
$this->menu_name=$param['menu_name'];
|
18 |
+
if(isset($param['databese_parametrs']))
|
19 |
+
$this->databese_parametrs=$param['databese_parametrs'];
|
20 |
if(isset($params['plugin_url']))
|
21 |
$this->plugin_url=$params['plugin_url'];
|
22 |
else
|
includes/front_end.php
CHANGED
@@ -16,8 +16,8 @@ class wpdevart_countdown_front_end{
|
|
16 |
/*###################### Constract parameters function ##################*/
|
17 |
|
18 |
function __construct($params){
|
19 |
-
|
20 |
-
|
21 |
//If plugin url doesn't come in parent class
|
22 |
if(isset($params['plugin_url']))
|
23 |
$this->plugin_url=$params['plugin_url'];
|
16 |
/*###################### Constract parameters function ##################*/
|
17 |
|
18 |
function __construct($params){
|
19 |
+
if(isset($param['databese_parametrs']))
|
20 |
+
$this->databese_parametrs=$params['databese_parametrs'];
|
21 |
//If plugin url doesn't come in parent class
|
22 |
if(isset($params['plugin_url']))
|
23 |
$this->plugin_url=$params['plugin_url'];
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
|
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
-
Tested up to: 5.0.
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -446,6 +446,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
446 |
|
447 |
* Integrated Gutenberg editor.
|
448 |
|
|
|
|
|
|
|
|
|
449 |
== Step by step guide ==
|
450 |
|
451 |
### Options
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
+
Tested up to: 5.0.1
|
7 |
+
Stable tag: 2.0.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
446 |
|
447 |
* Integrated Gutenberg editor.
|
448 |
|
449 |
+
= 2.0.2 =
|
450 |
+
|
451 |
+
* Fixed bug in 5.0.1.
|
452 |
+
|
453 |
== Step by step guide ==
|
454 |
|
455 |
### 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: 2.0.
|
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: 2.0.2
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|