Version Description
Fixed: Minor bug
Download this release
Release Info
Developer | webdorado |
Plugin | Calendar by WD – Responsive Event Calendar |
Version | 1.5.41 |
Comparing to | |
See all releases |
Code changes from version 1.5.40 to 1.5.41
- calendar.php +2 -2
- front_end/bigcalendarmonth.php +7 -7
- readme.txt +6 -3
- spider_calendar_admin_class.php +1 -1
calendar.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Plugin Name: Spider Event Calendar
|
4 |
Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
|
5 |
Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
|
6 |
-
Version: 1.5.
|
7 |
Author: https://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
10 |
-
$wd_spider_calendar_version="1.5.
|
11 |
// LANGUAGE localization.
|
12 |
function sp_calendar_language_load() {
|
13 |
load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
|
3 |
Plugin Name: Spider Event Calendar
|
4 |
Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
|
5 |
Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
|
6 |
+
Version: 1.5.41
|
7 |
Author: https://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
10 |
+
$wd_spider_calendar_version="1.5.41";
|
11 |
// LANGUAGE localization.
|
12 |
function sp_calendar_language_load() {
|
13 |
load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
|
front_end/bigcalendarmonth.php
CHANGED
@@ -880,7 +880,7 @@ function style($title, $color,$ev_height){
|
|
880 |
return $event;
|
881 |
}
|
882 |
|
883 |
-
function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,$
|
884 |
if($r < $number_of_shown_evetns && $r < $events_count){ $ev_colid = $r; }
|
885 |
else $ev_colid = $r - 1;
|
886 |
|
@@ -968,7 +968,7 @@ function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,
|
|
968 |
}
|
969 |
$r++;
|
970 |
}
|
971 |
-
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg
|
972 |
echo ' </div>
|
973 |
</div>
|
974 |
</td>';
|
@@ -1034,7 +1034,7 @@ function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,
|
|
1034 |
}
|
1035 |
$r++;
|
1036 |
}
|
1037 |
-
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg
|
1038 |
echo ' </div>
|
1039 |
</td>';
|
1040 |
}
|
@@ -1101,7 +1101,7 @@ function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,
|
|
1101 |
}
|
1102 |
$r++;
|
1103 |
}
|
1104 |
-
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,$
|
1105 |
echo ' </div>
|
1106 |
</td>';
|
1107 |
}
|
@@ -1169,7 +1169,7 @@ function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,
|
|
1169 |
}
|
1170 |
$r++;
|
1171 |
}
|
1172 |
-
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg
|
1173 |
echo ' </div>
|
1174 |
</div>
|
1175 |
</td>';
|
@@ -1234,7 +1234,7 @@ function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,
|
|
1234 |
}
|
1235 |
$r++;
|
1236 |
}
|
1237 |
-
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg
|
1238 |
echo ' </div>
|
1239 |
</td>';
|
1240 |
}
|
@@ -1302,7 +1302,7 @@ if (in_array($i, $array_days)) {
|
|
1302 |
}
|
1303 |
$r++;
|
1304 |
}
|
1305 |
-
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg
|
1306 |
echo ' </div>
|
1307 |
</td>';
|
1308 |
}
|
880 |
return $event;
|
881 |
}
|
882 |
|
883 |
+
function evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,$events_count){
|
884 |
if($r < $number_of_shown_evetns && $r < $events_count){ $ev_colid = $r; }
|
885 |
else $ev_colid = $r - 1;
|
886 |
|
968 |
}
|
969 |
$r++;
|
970 |
}
|
971 |
+
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg, $events_count);
|
972 |
echo ' </div>
|
973 |
</div>
|
974 |
</td>';
|
1034 |
}
|
1035 |
$r++;
|
1036 |
}
|
1037 |
+
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg, $events_count);
|
1038 |
echo ' </div>
|
1039 |
</td>';
|
1040 |
}
|
1101 |
}
|
1102 |
$r++;
|
1103 |
}
|
1104 |
+
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg,$events_count);
|
1105 |
echo ' </div>
|
1106 |
</td>';
|
1107 |
}
|
1169 |
}
|
1170 |
$r++;
|
1171 |
}
|
1172 |
+
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg, $events_count);
|
1173 |
echo ' </div>
|
1174 |
</div>
|
1175 |
</td>';
|
1234 |
}
|
1235 |
$r++;
|
1236 |
}
|
1237 |
+
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg, $events_count);
|
1238 |
echo ' </div>
|
1239 |
</td>';
|
1240 |
}
|
1302 |
}
|
1303 |
$r++;
|
1304 |
}
|
1305 |
+
evented_days($r, $number_of_shown_evetns, $ev_id, $i,$evented_color_bg, $events_count);
|
1306 |
echo ' </div>
|
1307 |
</td>';
|
1308 |
}
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WordPress Event Calendar ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: https://web-dorado.com/products/wordpress-calendar.html
|
4 |
-
Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -142,6 +142,9 @@ Vietnamese (vi)
|
|
142 |
|
143 |
== Changelog ==
|
144 |
|
|
|
|
|
|
|
145 |
= 1.5.40 =
|
146 |
Changed: Featured plugins, themes page
|
147 |
Changed: Uninstall page
|
1 |
=== WordPress Event Calendar ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: https://web-dorado.com/products/wordpress-calendar.html
|
4 |
+
Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar, holiday calendar, scheduling, free calendar, Calender, upcoming events, event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting, appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, reservation, booking calendar
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 1.5.41
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= 1.5.41 =
|
146 |
+
Fixed: Minor bug
|
147 |
+
|
148 |
= 1.5.40 =
|
149 |
Changed: Featured plugins, themes page
|
150 |
Changed: Uninstall page
|
spider_calendar_admin_class.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
class SC_Admin {
|
4 |
public static $instance = null;
|
5 |
-
protected $version = '1.5.
|
6 |
public $prefix = "sc_";
|
7 |
protected $notices = null;
|
8 |
public static function get_instance() {
|
2 |
|
3 |
class SC_Admin {
|
4 |
public static $instance = null;
|
5 |
+
protected $version = '1.5.41';
|
6 |
public $prefix = "sc_";
|
7 |
protected $notices = null;
|
8 |
public static function get_instance() {
|