Version Description
- Changed: Web-Dorado links
Download this release
Release Info
Developer | webdorado |
Plugin | Calendar by WD – Responsive Event Calendar |
Version | 1.5.56 |
Comparing to | |
See all releases |
Code changes from version 1.5.55 to 1.5.56
- calendar.php +34 -4
- readme.txt +7 -3
calendar.php
CHANGED
@@ -3,12 +3,12 @@
|
|
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.
|
7 |
Author: WebDorado
|
8 |
-
Author URI: https://web-dorado.com
|
9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
-
$wd_spider_calendar_version="1.5.
|
12 |
// LANGUAGE localization.
|
13 |
function sp_calendar_language_load() {
|
14 |
load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
|
@@ -1353,7 +1353,7 @@ function upgrade_pro_sp($text = false){
|
|
1353 |
</a>
|
1354 |
</div>
|
1355 |
<div class="wd-cell wd-cell-valign-middle">
|
1356 |
-
<a href="https://web-dorado.com/
|
1357 |
<?php _e("UPGRADE TO PAID VERSION", "sp_calendar"); ?>
|
1358 |
</a>
|
1359 |
</div>
|
@@ -1472,6 +1472,36 @@ if (!function_exists('spcal_bp_install_notice')) {
|
|
1472 |
add_action('wp_ajax_wd_bp_dismiss', 'spcal_bp_install_notice_status');
|
1473 |
}
|
1474 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1475 |
function spidercal_activate($networkwide){
|
1476 |
if (function_exists('is_multisite') && is_multisite()) {
|
1477 |
// Check if it is a network activation - if so, run the activation function for each blog id.
|
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.56
|
7 |
Author: WebDorado
|
8 |
+
Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
|
9 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
+
$wd_spider_calendar_version="1.5.56";
|
12 |
// LANGUAGE localization.
|
13 |
function sp_calendar_language_load() {
|
14 |
load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
|
1353 |
</a>
|
1354 |
</div>
|
1355 |
<div class="wd-cell wd-cell-valign-middle">
|
1356 |
+
<a href="https://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank">
|
1357 |
<?php _e("UPGRADE TO PAID VERSION", "sp_calendar"); ?>
|
1358 |
</a>
|
1359 |
</div>
|
1472 |
add_action('wp_ajax_wd_bp_dismiss', 'spcal_bp_install_notice_status');
|
1473 |
}
|
1474 |
|
1475 |
+
|
1476 |
+
add_filter("plugin_row_meta", 'spidercal_add_plugin_meta_links', 10, 2);
|
1477 |
+
|
1478 |
+
function spidercal_add_plugin_meta_links($meta_fields, $file){
|
1479 |
+
|
1480 |
+
if(plugin_basename(__FILE__) == $file) {
|
1481 |
+
|
1482 |
+
$meta_fields[] = "<a href='https://wordpress.org/support/plugin/spider-event-calendar/' target='_blank'>Support Forum</a>";
|
1483 |
+
$meta_fields[] = "<a href='https://wordpress.org/support/plugin/spider-event-calendar/reviews#new-post' target='_blank' title='Rate'>
|
1484 |
+
<i class='spidercal-rate-stars'>"
|
1485 |
+
. "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
|
1486 |
+
. "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
|
1487 |
+
. "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
|
1488 |
+
. "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
|
1489 |
+
. "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
|
1490 |
+
. "</i></a>";
|
1491 |
+
|
1492 |
+
$stars_color = "#ffb900";
|
1493 |
+
|
1494 |
+
echo "<style>"
|
1495 |
+
. ".spidercal-rate-stars{display:inline-block;color:" . $stars_color . ";position:relative;top:3px;}"
|
1496 |
+
. ".spidercal-rate-stars svg{fill:" . $stars_color . ";}"
|
1497 |
+
. ".spidercal-rate-stars svg:hover{fill:" . $stars_color . "}"
|
1498 |
+
. ".spidercal-rate-stars svg:hover ~ svg{fill:none;}"
|
1499 |
+
. "</style>";
|
1500 |
+
}
|
1501 |
+
|
1502 |
+
return $meta_fields;
|
1503 |
+
}
|
1504 |
+
|
1505 |
function spidercal_activate($networkwide){
|
1506 |
if (function_exists('is_multisite') && is_multisite()) {
|
1507 |
// Check if it is a network activation - if so, run the activation function for each blog id.
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Calendar by WD - Responsive Event Calendar for WordPress ===
|
2 |
Contributors: webdorado, wdsupport
|
3 |
Donate link: https://web-dorado.com/products/wordpress-calendar.html
|
4 |
-
Tags: calendar,
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,8 @@ Event Calendar by WD is a responsive calendar plugin for organizing events. This
|
|
12 |
|
13 |
== Description ==
|
14 |
WordPress event calendar is a FREE user-friendly responsive calendar plugin to manage multiple recurring events and various display options. This free calendar plugin makes event registration and events management easy and lets you display beautiful responsive calendars, upcoming events and calendar widget. It’s perfect for websites organising seminars,summits, conferences, concerts,meetings, who want to have it displayed in an attractive calendar.
|
15 |
-
|
|
|
16 |
[WordPress Calendar](https://web-dorado.com/products/wordpress-calendar.html)
|
17 |
[Demo](http://wpdemo.web-dorado.com/spider-calendar/)
|
18 |
[Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=SpiderCalendar)
|
@@ -151,6 +152,9 @@ Vietnamese (vi)
|
|
151 |
|
152 |
== Changelog ==
|
153 |
|
|
|
|
|
|
|
154 |
= 1.5.55 =
|
155 |
Fixed: Load admin styles only on calendar pages
|
156 |
Changed: Introducing brand new free Backup WD plugin
|
1 |
=== Calendar by WD - Responsive Event Calendar for WordPress ===
|
2 |
Contributors: webdorado, wdsupport
|
3 |
Donate link: https://web-dorado.com/products/wordpress-calendar.html
|
4 |
+
Tags: calendar, event, event calendar, events, events calendar, calendars, event manager, calendar widget, event management, free calendar, Calender, upcoming events
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.5.56
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
WordPress event calendar is a FREE user-friendly responsive calendar plugin to manage multiple recurring events and various display options. This free calendar plugin makes event registration and events management easy and lets you display beautiful responsive calendars, upcoming events and calendar widget. It’s perfect for websites organising seminars,summits, conferences, concerts,meetings, who want to have it displayed in an attractive calendar.
|
15 |
+
|
16 |
+
[Special Offer for all Premium Plugins](https://web-dorado.com/wordpress-plugins-bundle.html)
|
17 |
[WordPress Calendar](https://web-dorado.com/products/wordpress-calendar.html)
|
18 |
[Demo](http://wpdemo.web-dorado.com/spider-calendar/)
|
19 |
[Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=SpiderCalendar)
|
152 |
|
153 |
== Changelog ==
|
154 |
|
155 |
+
= 1.5.56 =
|
156 |
+
* Changed: Web-Dorado links
|
157 |
+
|
158 |
= 1.5.55 =
|
159 |
Fixed: Load admin styles only on calendar pages
|
160 |
Changed: Introducing brand new free Backup WD plugin
|