Version Description
cache issue fixed
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.4.16 |
| Comparing to | |
| See all releases | |
Code changes from version 1.4.15 to 1.4.16
- calendar.php +20 -21
- elements/calendar-jos.css +1 -1
- readme.txt +6 -3
- spidercalendar_upcoming_events_widget.php +5 -5
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 |
*/
|
|
@@ -18,10 +18,9 @@ add_action('init', 'sp_calendar_language_load');
|
|
| 18 |
add_action('init', 'sp_cal_registr_some_scripts');
|
| 19 |
|
| 20 |
function sp_cal_registr_some_scripts(){
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
wp_register_script("
|
| 24 |
-
wp_register_script("calenndar_function_upcoming", plugins_url("elements/calendar_function.js", __FILE__));
|
| 25 |
|
| 26 |
|
| 27 |
}
|
|
@@ -501,39 +500,39 @@ function Spider_calendar_Licensing() {
|
|
| 501 |
|
| 502 |
function spider_calendar_themes_admin_styles_scripts() {
|
| 503 |
wp_enqueue_script("jquery");
|
| 504 |
-
wp_enqueue_script("standart_themes", plugins_url('elements/theme_reset.js', __FILE__));
|
| 505 |
-
wp_enqueue_script("colcor_js", plugins_url('jscolor/jscolor.js', __FILE__));
|
| 506 |
if (isset($_GET['task'])) {
|
| 507 |
if ($_GET['task'] == 'edit_theme' || $_GET['task'] == 'add_theme' || $_GET['task'] == 'Apply') {
|
| 508 |
-
wp_enqueue_style("parsetheme_css", plugins_url('style_for_cal/style_for_tables_cal.css', __FILE__));
|
| 509 |
}
|
| 510 |
}
|
| 511 |
}
|
| 512 |
|
| 513 |
function spider_widget_calendar_themes_admin_styles_scripts() {
|
| 514 |
wp_enqueue_script("jquery");
|
| 515 |
-
wp_enqueue_script("standart_themes", plugins_url('elements/theme_reset_widget.js', __FILE__));
|
| 516 |
-
wp_enqueue_script("colcor_js", plugins_url('jscolor/jscolor.js', __FILE__));
|
| 517 |
if (isset($_GET['task'])) {
|
| 518 |
if ($_GET['task'] == 'edit_theme' || $_GET['task'] == 'add_theme' || $_GET['task'] == 'Apply') {
|
| 519 |
-
wp_enqueue_style("parsetheme_css", plugins_url('style_for_cal/style_for_tables_cal.css', __FILE__));
|
| 520 |
}
|
| 521 |
}
|
| 522 |
}
|
| 523 |
|
| 524 |
function spider_calendar_admin_styles_scripts() {
|
| 525 |
-
wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), FALSE);
|
| 526 |
-
wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), FALSE);
|
| 527 |
-
wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), FALSE);
|
| 528 |
-
wp_enqueue_style("Css", plugins_url("elements/calendar-jos.css", __FILE__), FALSE);
|
| 529 |
}
|
| 530 |
|
| 531 |
function spider_calendar_event_category_admin_styles_scripts(){
|
| 532 |
-
wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), FALSE);
|
| 533 |
-
wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), FALSE);
|
| 534 |
-
wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), FALSE);
|
| 535 |
-
wp_enqueue_style("Css", plugins_url("elements/calendar-jos.css", __FILE__), FALSE);
|
| 536 |
-
wp_enqueue_script("colcor_js", plugins_url('jscolor/jscolor.js', __FILE__));
|
| 537 |
}
|
| 538 |
|
| 539 |
add_filter('admin_head', 'spide_ShowTinyMCE');
|
|
@@ -986,7 +985,7 @@ function Uninstall_sp_calendar() {
|
|
| 986 |
}
|
| 987 |
|
| 988 |
function calendar_Featured_Plugins_styles() {
|
| 989 |
-
wp_enqueue_style("Featured_Plugins", plugins_url("featured_plugins.css", __FILE__));
|
| 990 |
}
|
| 991 |
function calendar_Featured_Plugins() {
|
| 992 |
?>
|
| 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.16
|
| 8 |
Author: http://web-dorado.com/
|
| 9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
*/
|
| 18 |
add_action('init', 'sp_cal_registr_some_scripts');
|
| 19 |
|
| 20 |
function sp_cal_registr_some_scripts(){
|
| 21 |
+
wp_register_script("Canlendar_upcoming", plugins_url("elements/calendar.js", __FILE__), array(), '1.4.16');
|
| 22 |
+
wp_register_script("calendnar-setup_upcoming", plugins_url("elements/calendar-setup.js", __FILE__), array(), '1.4.16');
|
| 23 |
+
wp_register_script("calenndar_function_upcoming", plugins_url("elements/calendar_function.js", __FILE__), array(), '1.4.16');
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
}
|
| 500 |
|
| 501 |
function spider_calendar_themes_admin_styles_scripts() {
|
| 502 |
wp_enqueue_script("jquery");
|
| 503 |
+
wp_enqueue_script("standart_themes", plugins_url('elements/theme_reset.js', __FILE__), array(), '1.4.16');
|
| 504 |
+
wp_enqueue_script("colcor_js", plugins_url('jscolor/jscolor.js', __FILE__), array(), '1.4.16');
|
| 505 |
if (isset($_GET['task'])) {
|
| 506 |
if ($_GET['task'] == 'edit_theme' || $_GET['task'] == 'add_theme' || $_GET['task'] == 'Apply') {
|
| 507 |
+
wp_enqueue_style("parsetheme_css", plugins_url('style_for_cal/style_for_tables_cal.css', __FILE__), array(), '1.4.16');
|
| 508 |
}
|
| 509 |
}
|
| 510 |
}
|
| 511 |
|
| 512 |
function spider_widget_calendar_themes_admin_styles_scripts() {
|
| 513 |
wp_enqueue_script("jquery");
|
| 514 |
+
wp_enqueue_script("standart_themes", plugins_url('elements/theme_reset_widget.js', __FILE__), array(), '1.4.16');
|
| 515 |
+
wp_enqueue_script("colcor_js", plugins_url('jscolor/jscolor.js', __FILE__), array(), '1.4.16');
|
| 516 |
if (isset($_GET['task'])) {
|
| 517 |
if ($_GET['task'] == 'edit_theme' || $_GET['task'] == 'add_theme' || $_GET['task'] == 'Apply') {
|
| 518 |
+
wp_enqueue_style("parsetheme_css", plugins_url('style_for_cal/style_for_tables_cal.css', __FILE__), array(), '1.4.16');
|
| 519 |
}
|
| 520 |
}
|
| 521 |
}
|
| 522 |
|
| 523 |
function spider_calendar_admin_styles_scripts() {
|
| 524 |
+
wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), array(), '1.4.16', FALSE);
|
| 525 |
+
wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), array(), '1.4.16', FALSE);
|
| 526 |
+
wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), array(), '1.4.16', FALSE);
|
| 527 |
+
wp_enqueue_style("Css", plugins_url("elements/calendar-jos.css", __FILE__), array(), '1.4.16', FALSE);
|
| 528 |
}
|
| 529 |
|
| 530 |
function spider_calendar_event_category_admin_styles_scripts(){
|
| 531 |
+
wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), array(), '1.4.16', FALSE);
|
| 532 |
+
wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), array(), '1.4.16', FALSE);
|
| 533 |
+
wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), array(), '1.4.16', FALSE);
|
| 534 |
+
wp_enqueue_style("Css", plugins_url("elements/calendar-jos.css", __FILE__), array(), '1.4.16', FALSE);
|
| 535 |
+
wp_enqueue_script("colcor_js", plugins_url('jscolor/jscolor.js', __FILE__), array(), '1.4.16');
|
| 536 |
}
|
| 537 |
|
| 538 |
add_filter('admin_head', 'spide_ShowTinyMCE');
|
| 985 |
}
|
| 986 |
|
| 987 |
function calendar_Featured_Plugins_styles() {
|
| 988 |
+
wp_enqueue_style("Featured_Plugins", plugins_url("featured_plugins.css", __FILE__), array(), '1.4.16');
|
| 989 |
}
|
| 990 |
function calendar_Featured_Plugins() {
|
| 991 |
?>
|
elements/calendar-jos.css
CHANGED
|
@@ -23,7 +23,7 @@ div.calendar {
|
|
| 23 |
padding: 2px; /* Make the buttons seem like they're pressing */
|
| 24 |
border:0px;
|
| 25 |
height:inherit;
|
| 26 |
-
|
| 27 |
}
|
| 28 |
.calendar .button {
|
| 29 |
|
| 23 |
padding: 2px; /* Make the buttons seem like they're pressing */
|
| 24 |
border:0px;
|
| 25 |
height:inherit;
|
| 26 |
+
display: table-cell !important;
|
| 27 |
}
|
| 28 |
.calendar .button {
|
| 29 |
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ 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, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, tribe
|
| 5 |
Requires at least: 3.4
|
| 6 |
-
Tested up to: 4.
|
| 7 |
-
Stable tag: 1.4.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -144,6 +144,9 @@ Vietnamese (vi)
|
|
| 144 |
|
| 145 |
== Changelog ==
|
| 146 |
|
|
|
|
|
|
|
|
|
|
| 147 |
= 1.4.15 =
|
| 148 |
bug fixed in description editor
|
| 149 |
allow origin issue fixed
|
|
@@ -158,7 +161,7 @@ Added "All Categories" button to all views
|
|
| 158 |
bug fixed in frontend
|
| 159 |
|
| 160 |
= 1.4.9 =
|
| 161 |
-
|
| 162 |
|
| 163 |
= 1.4.8 =
|
| 164 |
warning in list view fixed
|
| 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, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, tribe
|
| 5 |
Requires at least: 3.4
|
| 6 |
+
Tested up to: 4.2
|
| 7 |
+
Stable tag: 1.4.16
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 144 |
|
| 145 |
== Changelog ==
|
| 146 |
|
| 147 |
+
= 1.4.16 =
|
| 148 |
+
cache issue fixed
|
| 149 |
+
|
| 150 |
= 1.4.15 =
|
| 151 |
bug fixed in description editor
|
| 152 |
allow origin issue fixed
|
| 161 |
bug fixed in frontend
|
| 162 |
|
| 163 |
= 1.4.9 =
|
| 164 |
+
bug in current day fixed
|
| 165 |
|
| 166 |
= 1.4.8 =
|
| 167 |
warning in list view fixed
|
spidercalendar_upcoming_events_widget.php
CHANGED
|
@@ -4,11 +4,11 @@ add_action( 'wp_print_scripts', 'cal_scripts' );
|
|
| 4 |
|
| 5 |
|
| 6 |
function cal_scripts(){
|
| 7 |
-
wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), FALSE);
|
| 8 |
-
wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), FALSE);
|
| 9 |
-
wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), FALSE);
|
| 10 |
-
wp_enqueue_style("Css", plugins_url("elements/calendar-jos.css", __FILE__), FALSE);
|
| 11 |
-
wp_enqueue_script('spider_color',plugins_url('jscolor/jscolor.js',__FILE__));
|
| 12 |
}
|
| 13 |
|
| 14 |
if (!class_exists('WP_Widget')) {
|
| 4 |
|
| 5 |
|
| 6 |
function cal_scripts(){
|
| 7 |
+
wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), array(), '1.4.16', FALSE);
|
| 8 |
+
wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), array(), '1.4.16', FALSE);
|
| 9 |
+
wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), array(), '1.4.16', FALSE);
|
| 10 |
+
wp_enqueue_style("Css", plugins_url("elements/calendar-jos.css", __FILE__), array(), '1.4.16', FALSE);
|
| 11 |
+
wp_enqueue_script('spider_color',plugins_url('jscolor/jscolor.js',__FILE__), array(), '1.4.16');
|
| 12 |
}
|
| 13 |
|
| 14 |
if (!class_exists('WP_Widget')) {
|
