Calendar by WD – Responsive Event Calendar - Version 1.4.9

Version Description

when the current day is sunday the calendar will not show the set bordercolor for the current day bug fixed

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Calendar by WD – Responsive Event Calendar
Version 1.4.9
Comparing to
See all releases

Code changes from version 1.4.8 to 1.4.9

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
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.9
8
  Author: http://web-dorado.com/
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
front_end/bigcalendarmonth.php CHANGED
@@ -838,10 +838,12 @@ $color=str_replace('#','',$color);
838
 
839
  }
840
  else
841
- if ($i == date('j') and $month == date('F') and $year == date('Y')) {
842
- if(!isset($border_day)) $border_day = "";
 
 
843
  if (in_array($i,$array_days)) {
844
- echo ' <td class="cala_day" style="background-color:' . $ev_title_bg_color . ';padding:0; margin:0;line-height:15px; border: px solid ' . $border_day . '">
845
  <p style="background-color:' . $evented_color_bg . ';color:' . $evented_color . ';font-size:' . $other_days_font_size . 'px;line-height:1.3;font-family:tahoma;padding-left: 5px;text-shadow: 1px 1px white;">' . $i . '</p>';
846
  $r = 0;
847
  echo ' <div style="background-color:' . $ev_title_bg_color . '">';
@@ -894,9 +896,8 @@ $color=str_replace('#','',$color);
894
  </td>';
895
  }
896
  else {
897
-
898
- if(!isset($border_day)) $border_day = "";
899
- echo ' <td class="calsun_days" style="padding:0; font-size:' . $sundays_font_size . 'px; margin:0;line-height:1.3;font-family:tahoma;padding-left: 5px; border: 1px solid ' . $border_day . ' !important">
900
  <b>' . $i . '</b>
901
  </td>';
902
  }
@@ -1021,7 +1022,10 @@ $color=str_replace('#','',$color);
1021
  </td>';
1022
  }
1023
  else {
1024
- if ($i == date('j') and $month == date('F') and $year == date('Y')) {
 
 
 
1025
  if (in_array ($i,$array_days)) {
1026
  echo ' <td class="cala_day" style="background-color:' . $ev_title_bg_color . ';padding:0; margin:0;line-height:15px; border: 3px solid ' . $current_day_border_color . ' !important;">
1027
  <p style="background-color:' . $evented_color_bg . ';color:' . $evented_color . ';font-size:' . $other_days_font_size . 'px;line-height:1.3;font-family:tahoma;padding-left: 5px;text-shadow: 1px 1px white;">' . $i . '</p>
838
 
839
  }
840
  else
841
+ if ($i ==date( 'j' ) and $month == date('F') and $year == date('Y')) {
842
+
843
+ if(!isset($border_day)) $border_day = "";
844
+ if ($i == date('j') and $month == date('F') and $year == date('Y')) { $border_day = $current_day_border_color;}
845
  if (in_array($i,$array_days)) {
846
+ echo ' <td class="cala_day" style="background-color:' . $ev_title_bg_color . ';padding:0; margin:0;line-height:15px; border: 3px solid ' . $current_day_border_color . ' !important">
847
  <p style="background-color:' . $evented_color_bg . ';color:' . $evented_color . ';font-size:' . $other_days_font_size . 'px;line-height:1.3;font-family:tahoma;padding-left: 5px;text-shadow: 1px 1px white;">' . $i . '</p>';
848
  $r = 0;
849
  echo ' <div style="background-color:' . $ev_title_bg_color . '">';
896
  </td>';
897
  }
898
  else {
899
+
900
+ echo ' <td class="calsun_days" style="padding:0; font-size:' . $sundays_font_size . 'px; margin:0;line-height:1.3;font-family:tahoma;padding-left: 5px; border: 3px solid ' . $current_day_border_color . ' !important">
 
901
  <b>' . $i . '</b>
902
  </td>';
903
  }
1022
  </td>';
1023
  }
1024
  else {
1025
+
1026
+ if ($i ==date( 'j' ) and $month == date('F') and $year == date('Y')) {
1027
+
1028
+
1029
  if (in_array ($i,$array_days)) {
1030
  echo ' <td class="cala_day" style="background-color:' . $ev_title_bg_color . ';padding:0; margin:0;line-height:15px; border: 3px solid ' . $current_day_border_color . ' !important;">
1031
  <p style="background-color:' . $evented_color_bg . ';color:' . $evented_color . ';font-size:' . $other_days_font_size . 'px;line-height:1.3;font-family:tahoma;padding-left: 5px;text-shadow: 1px 1px white;">' . $i . '</p>
front_end/bigcalendarmonth_widget.php CHANGED
@@ -605,7 +605,7 @@ $cat_ids = substr($cat_ids, 0,-1);
605
  }
606
  else {
607
  echo '
608
- <td class="calsun_days" style="color:' . $text_color_selected . ';background-color:' . $bg_color_selected . ';text-align:center;padding:0; margin:0;line-height:inherit; border: 2px solid ' . $border_day . '">
609
  <b>' . $i . '</b>
610
  </td>';
611
  }
605
  }
606
  else {
607
  echo '
608
+ <td class="calsun_days" style="color:' . $text_color_selected . ';text-align:center;padding:0; margin:0;line-height:inherit; border: 2px solid ' . $border_day . '">
609
  <b>' . $i . '</b>
610
  </td>';
611
  }
readme.txt CHANGED
@@ -1,10 +1,10 @@
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
 
@@ -35,7 +35,7 @@ Different categories created for the calendar will be displayed as a legend belo
35
  * Spider Event Calendar supports events that last more than one day.
36
  * Possibility to set the month and the year initially displayed on the calendar (option to display any particular month instead of the current month on the calendar).
37
  * Possibility to select calendar date style in the popup.
38
- * Possibility of displaying events which will be repeated at the certain date of week for a specific period.
39
  * Possibily of displaying single-day events.
40
  * Possibility to choose month display format in the Spider Event Calendar.
41
  * Option of displaying from one to four views (Month, List, Week and Day).
@@ -51,7 +51,8 @@ Different categories created for the calendar will be displayed as a legend belo
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
 
57
  * Spider Event Calendar allows you to change the colors of the calendar and fit it to the colors of your website.
@@ -74,7 +75,7 @@ Upgrade to [WordPress Calendar Pro](http://web-dorado.com/products/wordpress-cal
74
 
75
  ### Supported languages
76
 
77
- *If you need language which is not included in this list, please contact us and we will do the translation within 3 days. If you find some mistakes in the translation, please contact us and we will correct it within 3 days.*
78
 
79
  Afrikaans (af)
80
  Albanian (sq)
@@ -131,6 +132,41 @@ Vietnamese (vi)
131
  4. WordPress Event Calendar - Widget Calendar
132
  5. WordPress Event Calendar - Create Event
133
  6. WordPress Event Calendar - Edit Theme
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
 
135
  == Spider Event Calendar ==
136
  = Step by step guide for the calendar installation,Installing the calendar =
@@ -169,20 +205,23 @@ If you want to update the calendar plugin while preserving your existing calenda
169
 
170
  = Creating/Editing events. =
171
 
172
- 3.1 On the left menu select Calendar > Calendars.
173
- 3.2 Select a calendar from the list. Click on the Add an Event button for creating a new event. If you want to edit an existing event, simply click on its title in the list of events.
174
- 3.3 Title. Add a title for the event.
175
- 3.4 Time. Set the start and the end time for the event.
176
- 3.5 Note. Write the description of the event.
177
- 3.6 Published. Choose whether to publish the event or not.
178
- 3.7 Repeat Event. Choose the frequency for repeating the events.
179
- Don't repeat this event.
180
- Repeat daily. Choose the frequency of the days for repeating the events.
181
- Repeat weekly. Choose the quantity of the weeks and a weekday for repeating the events.
182
- Repeat monthly. Choose the quantity of the months and the quantity of the weekdays for repeating the events.
183
- Repeat yearly. Choose the quantity of the years, choose a month and the frequency of the week and weekdays.
184
- Repeat until. Choose the end date for repeating each event.
185
- 3.8. Save. Click the Save button to save the created event.
 
 
 
186
 
187
 
188
 
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, upcoming events widget, event page
5
  Requires at least: 3.0
6
  Tested up to: 3.9
7
+ Stable tag: 1.4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
35
  * Spider Event Calendar supports events that last more than one day.
36
  * Possibility to set the month and the year initially displayed on the calendar (option to display any particular month instead of the current month on the calendar).
37
  * Possibility to select calendar date style in the popup.
38
+ * Possibility of displaying events repeating on a specific day of week on a weekly, monthly and even yearly basis.
39
  * Possibily of displaying single-day events.
40
  * Possibility to choose month display format in the Spider Event Calendar.
41
  * Option of displaying from one to four views (Month, List, Week and Day).
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
+ * Possibility to include only the events and not the calendar as whole in a list form with Upcoming Events widget.
55
+
56
  Upgrade to [WordPress Calendar Pro](http://web-dorado.com/products/wordpress-calendar.html) to add features:
57
 
58
  * Spider Event Calendar allows you to change the colors of the calendar and fit it to the colors of your website.
75
 
76
  ### Supported languages
77
 
78
+ *If you need language which is not included in this list, please contact us and we will do the translation within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days. *
79
 
80
  Afrikaans (af)
81
  Albanian (sq)
132
  4. WordPress Event Calendar - Widget Calendar
133
  5. WordPress Event Calendar - Create Event
134
  6. WordPress Event Calendar - Edit Theme
135
+
136
+
137
+ == Changelog ==
138
+
139
+ = 1.4.9 =
140
+ when the current day is sunday the calendar will not show the set bordercolor for the current day bug fixed
141
+
142
+ = 1.4.8 =
143
+ warning in list view fixed
144
+
145
+ = 1.4.7 =
146
+ add option Display Category Legend:
147
+ edit admin css
148
+
149
+ = 1.4.6 =
150
+ bug fixed in wp 3.9 editor
151
+
152
+ = 1.4.5 =
153
+ bug fixed in upcoming events
154
+
155
+ = 1.4.4 =
156
+ bug in upcoming events fixed
157
+
158
+ = 1.4.3 =
159
+ order events by time
160
+
161
+ = 1.4.2 =
162
+ translations fixed
163
+
164
+ = 1.4.1 =
165
+ bug fix, (width parameter problem), correct user manual links
166
+
167
+ = 1.4 =
168
+ categories and upcoming events
169
+
170
 
171
  == Spider Event Calendar ==
172
  = Step by step guide for the calendar installation,Installing the calendar =
205
 
206
  = Creating/Editing events. =
207
 
208
+ 3.1 On the left menu select Calendar > Calendars.
209
+ 3.2 Select a calendar from the list. Click on the Add an Event button for creating a new event. If you want to edit an existing event, simply click on its title in the list of events.
210
+ 3.3 Title. Add a title for the event.
211
+ 3.4 Select Category. Choose the category/categories of the events.
212
+ 3.5 Date. Provide the date of the event.
213
+ 3.6 Time. Set the start and the end time for the event.
214
+ 3.7 Note. Write the description of the event.
215
+ 3.8 Published. Choose whether to publish the event or not.
216
+ 3.9 Repeat Event.Choose the frequency for repeating the events.
217
+ -Don't repeat this event.
218
+ -Repeat daily. Choose the frequency of the days for repeating the events.
219
+ -Repeat weekly. Choose the quantity of the weeks and a weekday for repeating the events.
220
+ -Repeat monthly. Choose the quantity of the months and the quantity of the weekdays for repeating the events.
221
+ -Repeat yearly. Choose the quantity of the years, choose a month and the frequency of the week and weekdays.
222
+ -Repeat until. Choose the end date for repeating each event.
223
+ 3.10 Save. Click the "Save" button to save the created event.
224
+
225
 
226
 
227