Version Description
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.4.8 |
| Comparing to | |
| See all releases | |
Code changes from version 1.4.7 to 1.4.8
- calendar.php +1 -1
- front_end/bigcalendarday.php +1 -1
- front_end/bigcalendarday_widget.php +1 -1
- front_end/bigcalendarlist.php +1 -1
- front_end/bigcalendarlist_widget.php +1 -1
- front_end/bigcalendarweek.php +1 -1
- front_end/bigcalendarweek_widget.php +1 -1
- readme.txt +6 -3
calendar.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
Plugin Name: Spider Event Calendar
|
| 5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
| 6 |
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.
|
| 7 |
-
Version: 1.4.
|
| 8 |
Author: http://web-dorado.com/
|
| 9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
*/
|
| 4 |
Plugin Name: Spider Event Calendar
|
| 5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
| 6 |
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.
|
| 7 |
+
Version: 1.4.8
|
| 8 |
Author: http://web-dorado.com/
|
| 9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
*/
|
front_end/bigcalendarday.php
CHANGED
|
@@ -839,7 +839,7 @@ position: relative;
|
|
| 839 |
|
| 840 |
$cat_color = $wpdb->get_row($query);
|
| 841 |
|
| 842 |
-
if(!isset($cat_color->color)) $cat_color->color="";
|
| 843 |
|
| 844 |
if (($j + 1) % 2 == 0) {
|
| 845 |
$color = $event_num_bg_color2;
|
| 839 |
|
| 840 |
$cat_color = $wpdb->get_row($query);
|
| 841 |
|
| 842 |
+
if(!isset($cat_color->color)) { $cat_color = new stdClass; $cat_color->color="";};
|
| 843 |
|
| 844 |
if (($j + 1) % 2 == 0) {
|
| 845 |
$color = $event_num_bg_color2;
|
front_end/bigcalendarday_widget.php
CHANGED
|
@@ -551,7 +551,7 @@ position: relative;
|
|
| 551 |
$color = $bg;
|
| 552 |
$table_color = $calendar_bg;
|
| 553 |
}
|
| 554 |
-
if(!isset($cat_color->color)) $cat_color->color="";
|
| 555 |
echo '<table style="border-spacing:0;height:14px;border-spacing:0;width: 100%;background-color:' . $table_color . '">
|
| 556 |
<tr>
|
| 557 |
<td style="font-size:14px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $calendar_bg . '">' . ($j + 1) . '</td>
|
| 551 |
$color = $bg;
|
| 552 |
$table_color = $calendar_bg;
|
| 553 |
}
|
| 554 |
+
if(!isset($cat_color->color)) { $cat_color = new stdClass; $cat_color->color="";};
|
| 555 |
echo '<table style="border-spacing:0;height:14px;border-spacing:0;width: 100%;background-color:' . $table_color . '">
|
| 556 |
<tr>
|
| 557 |
<td style="font-size:14px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $calendar_bg . '">' . ($j + 1) . '</td>
|
front_end/bigcalendarlist.php
CHANGED
|
@@ -800,7 +800,7 @@ position: relative;
|
|
| 800 |
$color = $event_num_bg_color1;
|
| 801 |
$table_color = $event_bg_color1;
|
| 802 |
}
|
| 803 |
-
|
| 804 |
echo '<table class="last_table" style="overflow:hidden;height:' . $event_table_height . 'px;border-spacing:0;width: 100%;background-color:' . $table_color . ';">
|
| 805 |
<tr>
|
| 806 |
<td style="font-size:' . $event_num_font_size . 'px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $event_num_color . '">' . (($show_numbers_for_events) ? ($j + 1) : '') . '</td>
|
| 800 |
$color = $event_num_bg_color1;
|
| 801 |
$table_color = $event_bg_color1;
|
| 802 |
}
|
| 803 |
+
if(!isset($cat_color->color)) { $cat_color = new stdClass; $cat_color->color="";};
|
| 804 |
echo '<table class="last_table" style="overflow:hidden;height:' . $event_table_height . 'px;border-spacing:0;width: 100%;background-color:' . $table_color . ';">
|
| 805 |
<tr>
|
| 806 |
<td style="font-size:' . $event_num_font_size . 'px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $event_num_color . '">' . (($show_numbers_for_events) ? ($j + 1) : '') . '</td>
|
front_end/bigcalendarlist_widget.php
CHANGED
|
@@ -509,7 +509,7 @@ position: relative;
|
|
| 509 |
$color = $bg;
|
| 510 |
$table_color = $calendar_bg;
|
| 511 |
}
|
| 512 |
-
if(!isset($cat_color->color)) $cat_color->color="";
|
| 513 |
echo '<table class="last_table" style="overflow:hidden;height:14px;border-spacing:0;width: 100%;background-color:' . $table_color . '">
|
| 514 |
<tr>
|
| 515 |
<td style="font-size:14px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $calendar_bg . '">' . ($j +1 ) . '</td>
|
| 509 |
$color = $bg;
|
| 510 |
$table_color = $calendar_bg;
|
| 511 |
}
|
| 512 |
+
if(!isset($cat_color->color)) { $cat_color = new stdClass; $cat_color->color="";};
|
| 513 |
echo '<table class="last_table" style="overflow:hidden;height:14px;border-spacing:0;width: 100%;background-color:' . $table_color . '">
|
| 514 |
<tr>
|
| 515 |
<td style="font-size:14px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $calendar_bg . '">' . ($j +1 ) . '</td>
|
front_end/bigcalendarweek.php
CHANGED
|
@@ -863,7 +863,7 @@ position: relative;
|
|
| 863 |
$color = $event_num_bg_color1;
|
| 864 |
$table_color = $event_bg_color1;
|
| 865 |
}
|
| 866 |
-
if(!isset($cat_color->color)) $cat_color->color="";
|
| 867 |
echo '<table style="height:' . $event_table_height . 'px;border-spacing:0;width: 100%;background-color:' . $table_color . '" class="week_list">
|
| 868 |
<tr>
|
| 869 |
<td class="week_ev" style="font-size:' . $event_num_font_size . 'px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $event_num_color . '">' . (($show_numbers_for_events) ? ($j + 1) : '') . '</td>
|
| 863 |
$color = $event_num_bg_color1;
|
| 864 |
$table_color = $event_bg_color1;
|
| 865 |
}
|
| 866 |
+
if(!isset($cat_color->color)) { $cat_color = new stdClass; $cat_color->color="";};
|
| 867 |
echo '<table style="height:' . $event_table_height . 'px;border-spacing:0;width: 100%;background-color:' . $table_color . '" class="week_list">
|
| 868 |
<tr>
|
| 869 |
<td class="week_ev" style="font-size:' . $event_num_font_size . 'px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $event_num_color . '">' . (($show_numbers_for_events) ? ($j + 1) : '') . '</td>
|
front_end/bigcalendarweek_widget.php
CHANGED
|
@@ -575,7 +575,7 @@ position: relative;
|
|
| 575 |
$color = $bg;
|
| 576 |
$table_color = $calendar_bg;
|
| 577 |
}
|
| 578 |
-
if(!isset($cat_color->color)) $cat_color->color="";
|
| 579 |
echo '<table style="height:14px;border-spacing:0;width: 100%;background-color:' . $table_color . '">
|
| 580 |
<tr>
|
| 581 |
<td style="font-size:14px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $calendar_bg . '">' . ($j + 1) . '</td>
|
| 575 |
$color = $bg;
|
| 576 |
$table_color = $calendar_bg;
|
| 577 |
}
|
| 578 |
+
if(!isset($cat_color->color)) { $cat_color = new stdClass; $cat_color->color="";};
|
| 579 |
echo '<table style="height:14px;border-spacing:0;width: 100%;background-color:' . $table_color . '">
|
| 580 |
<tr>
|
| 581 |
<td style="font-size:14px;font-weight:bold;width:15px;text-align:center;background-color:#' . $cat_color->color . ';color:' . $calendar_bg . '">' . ($j + 1) . '</td>
|
readme.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
===
|
| 2 |
Contributors: webdorado
|
| 3 |
Donate link: http://web-dorado.com/products/wordpress-calendar.html
|
| 4 |
-
Tags: calendar
|
| 5 |
Requires at least: 3.0
|
| 6 |
Tested up to: 3.9
|
| 7 |
-
Stable tag: 1.4.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -49,6 +49,8 @@ Different categories created for the calendar will be displayed as a legend belo
|
|
| 49 |
* The events of the Upcoming events widget, as well as their sequence and number can be customized from widget area.
|
| 50 |
* Possibility of displaying/hiding the category legend below the calendar.
|
| 51 |
* Possibility of selecting the start day of the week (Monday, Sunday).
|
|
|
|
|
|
|
| 52 |
|
| 53 |
Upgrade to [WordPress Calendar Pro](http://web-dorado.com/products/wordpress-calendar.html) to add features:
|
| 54 |
|
|
@@ -64,6 +66,7 @@ Upgrade to [WordPress Calendar Pro](http://web-dorado.com/products/wordpress-cal
|
|
| 64 |
* Possibility to change current day cell border color in the Spider Event Calendar.
|
| 65 |
* Possibility to define the main border radius, color and width in the Spider Event Calendar.
|
| 66 |
* You have also possibility to change popup window parameters in the Spider Event Calendar.
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
###IMPORTANT: If you think you found a bug in Spider Calendar or have any problem/question concerning the plugin, please check out [Support Forum](http://web-dorado.com/forum/spider-calendar-wordpress.html) in our website. If you do not find a solution here, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
| 1 |
+
=== WordPress Event Calendar ===
|
| 2 |
Contributors: webdorado
|
| 3 |
Donate link: http://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, event page, upcoming events widget
|
| 5 |
Requires at least: 3.0
|
| 6 |
Tested up to: 3.9
|
| 7 |
+
Stable tag: 1.4.8
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 49 |
* The events of the Upcoming events widget, as well as their sequence and number can be customized from widget area.
|
| 50 |
* Possibility of displaying/hiding the category legend below the calendar.
|
| 51 |
* Possibility of selecting the start day of the week (Monday, Sunday).
|
| 52 |
+
* Possibility of defining the default view, as well as view options for the calendar widget.
|
| 53 |
+
* Colors and fonts of the Upcoming events widget can be customized from the widget area.
|
| 54 |
|
| 55 |
Upgrade to [WordPress Calendar Pro](http://web-dorado.com/products/wordpress-calendar.html) to add features:
|
| 56 |
|
| 66 |
* Possibility to change current day cell border color in the Spider Event Calendar.
|
| 67 |
* Possibility to define the main border radius, color and width in the Spider Event Calendar.
|
| 68 |
* You have also possibility to change popup window parameters in the Spider Event Calendar.
|
| 69 |
+
* Possibility to add new themes based on the default theme.
|
| 70 |
|
| 71 |
|
| 72 |
###IMPORTANT: If you think you found a bug in Spider Calendar or have any problem/question concerning the plugin, please check out [Support Forum](http://web-dorado.com/forum/spider-calendar-wordpress.html) in our website. If you do not find a solution here, do not hesitate to contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
