Calendar by WD – Responsive Event Calendar - Version 1.4.1

Version Description

Download this release

Release Info

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

Code changes from version 1.4 to 1.4.1

Themes_function.html.php CHANGED
@@ -14,10 +14,10 @@ function html_show_theme_calendar() {
14
  <table width="95%">
15
  <tr>
16
  <td width="100%" style="font-size:14px; font-weight:bold">
17
- <a href="http://web-dorado.com/step-4-adding-themes/spider-calendar-wordpress-guide-step-4-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
18
  This section allows you to create/edit themes for the calendars.<br />
19
  This feature is disabled for the non-commercial version.
20
- <a href="http://web-dorado.com/step-4-adding-themes/spider-calendar-wordpress-guide-step-4-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
21
  Here are some examples of 17 standard templates included in the commercial version.
22
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
23
  </td>
14
  <table width="95%">
15
  <tr>
16
  <td width="100%" style="font-size:14px; font-weight:bold">
17
+ <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-5/5-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
18
  This section allows you to create/edit themes for the calendars.<br />
19
  This feature is disabled for the non-commercial version.
20
+ <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-5/5-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
21
  Here are some examples of 17 standard templates included in the commercial version.
22
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
23
  </td>
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.1
8
  Author: http://web-dorado.com/
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
calendar_functions.html.php CHANGED
@@ -607,8 +607,8 @@ function show_event_category($rows, $pageNav, $sort){
607
  <td width="100%" style="font-size:14px; font-weight:bold">
608
  <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
609
  <br />
610
- This section allows you to create calendars. You can add unlimited number of calendars.
611
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
612
  </td>
613
  <td colspan="7" align="right" style="font-size:16px;">
614
  <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
607
  <td width="100%" style="font-size:14px; font-weight:bold">
608
  <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a>
609
  <br />
610
+ This section allows you to create event categories. You can add unlimited number of categories.
611
+ <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-4.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
612
  </td>
613
  <td colspan="7" align="right" style="font-size:16px;">
614
  <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
front_end/bigcalendarday.php CHANGED
@@ -490,7 +490,7 @@ position: relative;
490
  </style>
491
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
492
  <div style="width:100%;">
493
- <table cellpadding="0" cellspacing="0">
494
  <tr>
495
  <td>
496
 
490
  </style>
491
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
492
  <div style="width:100%;">
493
+ <table cellpadding="0" cellspacing="0" style="width:100%;">
494
  <tr>
495
  <td>
496
 
front_end/bigcalendarlist.php CHANGED
@@ -473,7 +473,7 @@ position: relative;
473
  </style>
474
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
475
  <div style="width:100%;">
476
- <table cellpadding="0" cellspacing="0">
477
  <tr>
478
  <td>
479
 
473
  </style>
474
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
475
  <div style="width:100%;">
476
+ <table cellpadding="0" cellspacing="0" style="width:100%;">
477
  <tr>
478
  <td>
479
 
front_end/bigcalendarmonth.php CHANGED
@@ -414,7 +414,7 @@ min-height: 30px;
414
 
415
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
416
  <div style="width:100%;">
417
- <table cellpadding="0" cellspacing="0">
418
  <tr>
419
  <td>
420
  <div id="views_tabs" style="<?php echo $display ?>;width: 100.3%;">
414
 
415
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
416
  <div style="width:100%;">
417
+ <table cellpadding="0" cellspacing="0" style="width:100%;">
418
  <tr>
419
  <td>
420
  <div id="views_tabs" style="<?php echo $display ?>;width: 100.3%;">
front_end/bigcalendarweek.php CHANGED
@@ -508,7 +508,7 @@ position: relative;
508
  </style>
509
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
510
  <div style="width:100%;">
511
- <table cellpadding="0" cellspacing="0">
512
  <tr>
513
  <td>
514
  <div id="views_tabs" style="width: 100%;<?php echo $display; ?>">
508
  </style>
509
  <div id="afterbig<?php echo $many_sp_calendar; ?>" style="<?php echo $display ?>">
510
  <div style="width:100%;">
511
+ <table cellpadding="0" cellspacing="0" style="width:100%;">
512
  <tr>
513
  <td>
514
  <div id="views_tabs" style="width: 100%;<?php echo $display; ?>">
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, event, event calendar, event manager, events calendar,
5
  Requires at least: 3.0
6
  Tested up to: 3.7.1
7
- Stable tag: 1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -100,8 +100,7 @@ Tamil (ta)
100
  Thai (th)
101
  Turkish (tr_TR)
102
  Ukrainian (uk_UA)
103
- Vietnamese (vi)
104
- Spider Event Calendar is a highly configurable plugin which allows you to have multiple organized events in a calendar. This plugin is one of the best WordPress Calendar available in WordPress Directory.
105
 
106
  == Screenshots ==
107
  1. WordPress Event Calendar - Calendar
@@ -255,7 +254,7 @@ There are 11 default calendar and widget themes. You can use one of the calendar
255
 
256
  = Adding Themes to the calendar for the widget view =
257
 
258
- 5.1 On the left menu select Calendar>Widget Themes>Add a Theme.
259
 
260
  5.2 The General Parameters of the Spider Event Calendar.
261
  5.2.1 Title. Choose a title for the theme.
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
5
  Requires at least: 3.0
6
  Tested up to: 3.7.1
7
+ Stable tag: 1.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
100
  Thai (th)
101
  Turkish (tr_TR)
102
  Ukrainian (uk_UA)
103
+ Vietnamese (vi)
 
104
 
105
  == Screenshots ==
106
  1. WordPress Event Calendar - Calendar
254
 
255
  = Adding Themes to the calendar for the widget view =
256
 
257
+ 5.1 On the left menu select Calendar->Widget Themes->Add a Theme.
258
 
259
  5.2 The General Parameters of the Spider Event Calendar.
260
  5.2.1 Title. Choose a title for the theme.
widget_Themes_function.html.php CHANGED
@@ -13,10 +13,10 @@ function html_show_theme_calendar_widget() {
13
  <table width="95%">
14
  <tr>
15
  <td width="100%" style="font-size:14px; font-weight:bold">
16
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-5.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
17
  This section allows you to create/edit themes for the calendars for the widget mode.<br />
18
  This feature is disabled for the non-commercial version.
19
- <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-5.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
20
  Here are examples of 6 standard templates included in the commercial version.
21
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
22
  </td>
13
  <table width="95%">
14
  <tr>
15
  <td width="100%" style="font-size:14px; font-weight:bold">
16
+ <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-6/6-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br />
17
  This section allows you to create/edit themes for the calendars for the widget mode.<br />
18
  This feature is disabled for the non-commercial version.
19
+ <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-6/6-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a><br />
20
  Here are examples of 6 standard templates included in the commercial version.
21
  <a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a>
22
  </td>