Calendar by WD – Responsive Event Calendar - Version 1.5.34

Version Description

Fixed: Bug in update

Download this release

Release Info

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

Code changes from version 1.5.33 to 1.5.34

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.33
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.33";
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.34
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.34";
11
  // LANGUAGE localization.
12
  function sp_calendar_language_load() {
13
  load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
calendar_functions.html.php CHANGED
@@ -114,6 +114,19 @@ function html_show_spider_calendar($rows, $pageNav, $sort) {
114
  return "";
115
  }
116
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  <form method="post" onKeyPress="doNothing()" action="admin.php?page=SpiderCalendar" id="admin_form" name="admin_form">
118
  <?php $sp_cal_nonce = wp_create_nonce('nonce_sp_cal'); ?>
119
  <table cellspacing="10" width="100%" id="calendar_table">
114
  return "";
115
  }
116
  </script>
117
+ <?php
118
+ global $wpdb;
119
+ $calendarwd = $wpdb->get_results("SHOW COLUMNS FROM ".$wpdb->prefix."spidercalendar_calendar");
120
+ $def_zone_wd = 0;
121
+ for($i=0;$i<count($calendarwd);$i++){
122
+ if($calendarwd[$i]->Field=="def_zone"){
123
+ $def_zone_wd = 1;
124
+ break;
125
+ }
126
+ }
127
+ if($def_zone_wd == 0) {
128
+ $wpdb->query("ALTER TABLE " . $wpdb->prefix . "spidercalendar_calendar ADD def_zone varchar(255) DEFAULT 'Asia/Muscat'");
129
+ } ?>
130
  <form method="post" onKeyPress="doNothing()" action="admin.php?page=SpiderCalendar" id="admin_form" name="admin_form">
131
  <?php $sp_cal_nonce = wp_create_nonce('nonce_sp_cal'); ?>
132
  <table cellspacing="10" width="100%" id="calendar_table">
languages/sp_calendar-de_DE.mo CHANGED
Binary file
languages/sp_calendar-de_DE.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: spider_calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-08-13 18:37+0400\n"
6
- "PO-Revision-Date: 2016-01-18 15:33+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: de\n"
3
  "Project-Id-Version: spider_calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-08-13 18:37+0400\n"
6
+ "PO-Revision-Date: 2016-01-25 13:23+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: de\n"
languages/sp_calendar-nl_NL.mo CHANGED
Binary file
languages/sp_calendar-nl_NL.po CHANGED
@@ -2,19 +2,19 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: spider_calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-08-13 17:43+0400\n"
6
- "PO-Revision-Date: 2013-09-13 17:04+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
- "Language: nl\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
- "X-Generator: Poedit 1.5.7\n"
16
- "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress3.5\\wp-content\\plugins"
17
- "\\spider-event-calendar\n"
 
18
 
19
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:451
20
  msgid "Date"
@@ -43,22 +43,22 @@ msgstr "Dag"
43
 
44
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:461
45
  msgid "Week(s) on"
46
- msgstr "Week (s) op"
47
 
48
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:475
49
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:478
50
  msgid "Month(s) on the"
51
- msgstr "Maand (en) op de"
52
 
53
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
54
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
55
  msgid "Year(s) in"
56
- msgstr "Jaar (s) in"
57
 
58
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
59
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
60
  msgid "on the"
61
- msgstr "de"
62
 
63
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:492
64
  msgid "There Is No Text For This Event"
@@ -66,7 +66,7 @@ msgstr "Er is geen tekst voor dit evenement"
66
 
67
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:509
68
  msgid "Back to event list"
69
- msgstr "Terug naar Evenementen lijst"
70
 
71
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:78
72
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:43
@@ -198,7 +198,7 @@ msgstr "November"
198
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:89
199
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:55
200
  msgid "December"
201
- msgstr "December"
202
 
203
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:379
204
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:241
@@ -240,12 +240,12 @@ msgstr "Maand"
240
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:638
241
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:458
242
  msgid "There are no events on this date"
243
- msgstr "Er is geen enkel evenement in deze dag"
244
 
245
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist.php:536
246
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist_widget.php:339
247
  msgid "There are no events for this month"
248
- msgstr "Er is geen enkel evenement in deze maand"
249
 
250
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:398
251
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:421
@@ -343,7 +343,7 @@ msgstr "Zondag"
343
 
344
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/views.php:760
345
  msgid "All categories"
346
- msgstr "Alle categorie�n"
347
 
348
  #~ msgid "No Repeat"
349
- #~ msgstr "No Repeat"
2
  msgstr ""
3
  "Project-Id-Version: spider_calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-08-13 17:44+0400\n"
6
+ "PO-Revision-Date: 2016-01-19 12:20+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
  "X-Poedit-Basepath: .\n"
14
+ "X-Generator: Poedit 1.8.6\n"
15
+ "Language: nb_NO\n"
16
+ "X-Poedit-SearchPath-0: C:/wamp/www/wordpress3.5/wp-content/plugins/"
17
+ "spider-event-calendar\n"
18
 
19
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:451
20
  msgid "Date"
43
 
44
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:461
45
  msgid "Week(s) on"
46
+ msgstr "Week op"
47
 
48
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:475
49
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:478
50
  msgid "Month(s) on the"
51
+ msgstr "Maanden op de"
52
 
53
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
54
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
55
  msgid "Year(s) in"
56
+ msgstr "Jaar in"
57
 
58
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
59
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
60
  msgid "on the"
61
+ msgstr "op de"
62
 
63
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:492
64
  msgid "There Is No Text For This Event"
66
 
67
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:509
68
  msgid "Back to event list"
69
+ msgstr "Terug naar evenement"
70
 
71
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:78
72
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:43
198
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:89
199
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:55
200
  msgid "December"
201
+ msgstr "Desember"
202
 
203
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:379
204
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:241
240
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:638
241
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:458
242
  msgid "There are no events on this date"
243
+ msgstr "Er zijn geen evenementen op deze datum"
244
 
245
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist.php:536
246
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist_widget.php:339
247
  msgid "There are no events for this month"
248
+ msgstr "Er zijn geen evenementen voor deze maand"
249
 
250
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:398
251
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:421
343
 
344
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/views.php:760
345
  msgid "All categories"
346
+ msgstr "Alle categorieën"
347
 
348
  #~ msgid "No Repeat"
349
+ #~ msgstr "Ikke gjenta"
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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,o nline 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
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
- Stable tag: 1.5.33
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.33 =
146
  Fixed: Translations.
147
 
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,o nline 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
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
+ Stable tag: 1.5.34
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.34 =
146
+ Fixed: Bug in update
147
+
148
  = 1.5.33 =
149
  Fixed: Translations.
150