Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Calendar by WD – Responsive Event Calendar |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
- calendar.php +1 -1
- front_end/frontend_functions.php +3 -3
- readme.txt +1 -1
calendar.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Spider Event Calendar
|
5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
6 |
-
Version: 1.3.
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
/*
|
4 |
Plugin Name: Spider Event Calendar
|
5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
6 |
+
Version: 1.3.6
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
front_end/frontend_functions.php
CHANGED
@@ -926,13 +926,13 @@ function week_number($x) {
|
|
926 |
if ($x == 1) {
|
927 |
return __('First', 'sp_calendar');
|
928 |
}
|
929 |
-
elseif ($x ==
|
930 |
return __('Second', 'sp_calendar');
|
931 |
}
|
932 |
-
elseif ($x ==
|
933 |
return __('Third', 'sp_calendar');
|
934 |
}
|
935 |
-
elseif ($x ==
|
936 |
return __('Fourth', 'sp_calendar');
|
937 |
}
|
938 |
elseif ($x == 'last') {
|
926 |
if ($x == 1) {
|
927 |
return __('First', 'sp_calendar');
|
928 |
}
|
929 |
+
elseif ($x == 8) {
|
930 |
return __('Second', 'sp_calendar');
|
931 |
}
|
932 |
+
elseif ($x == 15) {
|
933 |
return __('Third', 'sp_calendar');
|
934 |
}
|
935 |
+
elseif ($x == 22) {
|
936 |
return __('Fourth', 'sp_calendar');
|
937 |
}
|
938 |
elseif ($x == 'last') {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.5
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: Calendar, event, event calendar, event manager, events calendar,
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 1.3.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|