Version Description
- Changed: Web-Dorado links
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.1.8 |
Comparing to | |
See all releases |
Code changes from version 1.1.7 to 1.1.8
- ecwd.php +3 -3
- ecwd_admin_class.php +29 -1
- readme.txt +14 -7
ecwd.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
* Plugin Name: Event Calendar WD
|
4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
6 |
-
* Version: 1.1.
|
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 |
|
@@ -24,7 +24,7 @@ if (!defined('ECWD_URL')) {
|
|
24 |
}
|
25 |
|
26 |
if (!defined('ECWD_VERSION')) {
|
27 |
-
define('ECWD_VERSION', "1.1.
|
28 |
}
|
29 |
|
30 |
if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
|
3 |
* Plugin Name: Event Calendar WD
|
4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
6 |
+
* Version: 1.1.8
|
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 |
|
24 |
}
|
25 |
|
26 |
if (!defined('ECWD_VERSION')) {
|
27 |
+
define('ECWD_VERSION', "1.1.8");
|
28 |
}
|
29 |
|
30 |
if (!defined('ECWD_PLUGIN_MAIN_FILE')) {
|
ecwd_admin_class.php
CHANGED
@@ -54,6 +54,7 @@ class ECWD_Admin {
|
|
54 |
add_action('wp_ajax_wd_bp_dismiss', array($this, 'wd_bp_install_notice_status'));
|
55 |
}
|
56 |
add_filter('default_hidden_meta_boxes', array($this, 'default_hidden_meta_boxes'),2,2);
|
|
|
57 |
}
|
58 |
|
59 |
public function wd_bp_install_notice(){
|
@@ -1010,7 +1011,7 @@ class ECWD_Admin {
|
|
1010 |
private function add_helper_bar($text, $user_guide_link) {
|
1011 |
$help_text = $text;
|
1012 |
$prefix = "ecwd";
|
1013 |
-
$pro_link = "https://web-dorado.com/
|
1014 |
$is_free = true;
|
1015 |
$support_forum_link = "https://wordpress.org/support/plugin/event-calendar-wd";
|
1016 |
$support_icon = ECWD_URL . "/css/images/i_support.png";
|
@@ -1057,6 +1058,33 @@ class ECWD_Admin {
|
|
1057 |
}
|
1058 |
|
1059 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1060 |
public static function ecwd_freemius(){
|
1061 |
if (!isset($_REQUEST['ajax'])) {
|
1062 |
|
54 |
add_action('wp_ajax_wd_bp_dismiss', array($this, 'wd_bp_install_notice_status'));
|
55 |
}
|
56 |
add_filter('default_hidden_meta_boxes', array($this, 'default_hidden_meta_boxes'),2,2);
|
57 |
+
add_filter("plugin_row_meta", array($this, 'ecwd_add_plugin_meta_links'), 10, 2);
|
58 |
}
|
59 |
|
60 |
public function wd_bp_install_notice(){
|
1011 |
private function add_helper_bar($text, $user_guide_link) {
|
1012 |
$help_text = $text;
|
1013 |
$prefix = "ecwd";
|
1014 |
+
$pro_link = "https://web-dorado.com/files/fromEventCalendarWD.php";
|
1015 |
$is_free = true;
|
1016 |
$support_forum_link = "https://wordpress.org/support/plugin/event-calendar-wd";
|
1017 |
$support_icon = ECWD_URL . "/css/images/i_support.png";
|
1058 |
}
|
1059 |
|
1060 |
|
1061 |
+
public function ecwd_add_plugin_meta_links($meta_fields, $file){
|
1062 |
+
|
1063 |
+
if(ECWD_MAIN_FILE == $file) {
|
1064 |
+
|
1065 |
+
$meta_fields[] = "<a href='https://wordpress.org/support/plugin/event-calendar-wd/' target='_blank'>Support Forum</a>";
|
1066 |
+
$meta_fields[] = "<a href='https://wordpress.org/support/plugin/event-calendar-wd/reviews#new-post' target='_blank' title='Rate'>
|
1067 |
+
<i class='ecwd-rate-stars'>"
|
1068 |
+
. "<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>"
|
1069 |
+
. "<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>"
|
1070 |
+
. "<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>"
|
1071 |
+
. "<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>"
|
1072 |
+
. "<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>"
|
1073 |
+
. "</i></a>";
|
1074 |
+
|
1075 |
+
$stars_color = "#ffb900";
|
1076 |
+
|
1077 |
+
echo "<style>"
|
1078 |
+
. ".ecwd-rate-stars{display:inline-block;color:" . $stars_color . ";position:relative;top:3px;}"
|
1079 |
+
. ".ecwd-rate-stars svg{fill:" . $stars_color . ";}"
|
1080 |
+
. ".ecwd-rate-stars svg:hover{fill:" . $stars_color . "}"
|
1081 |
+
. ".ecwd-rate-stars svg:hover ~ svg{fill:none;}"
|
1082 |
+
. "</style>";
|
1083 |
+
}
|
1084 |
+
|
1085 |
+
return $meta_fields;
|
1086 |
+
}
|
1087 |
+
|
1088 |
public static function ecwd_freemius(){
|
1089 |
if (!isset($_REQUEST['ajax'])) {
|
1090 |
|
readme.txt
CHANGED
@@ -4,7 +4,8 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
|
4 |
Tags: calendar, date, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
-
|
|
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -18,6 +19,15 @@ Event Calendar WD is a responsive calendar plugin for organizing events. This Wo
|
|
18 |
|
19 |
= Event Calendar WD =
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
Event Calendar WD is an event organizer plugin, which lets you display and manage events list on your WordPress website. Showcase the events of your venue, present the meeting schedule of your company, or build a custom calendar with this responsive calendar plugin. Whether you have single-day events, or long events which take place multiple days, this events calendar plugin will help you organize the events using elegant views.
|
22 |
|
23 |
You can set your events calendar to display with its elegant custom calendar views, **Month, Week, List** and **Day.** The event calendar lets you select the ordering of calendar views. It takes just a few clicks to insert calendar shortcode and display the events list on a WordPress page or post.
|
@@ -59,13 +69,7 @@ Upgrade to [WordPress Event Calendar Pro](http://web-dorado.com/products/wordpre
|
|
59 |
[Export to GCal/ICal](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/export.html)
|
60 |
[Embed](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/embed.html)
|
61 |
|
62 |
-
[WordPress Event Calendar WD](http://web-dorado.com/products/wordpress-event-calendar-wd.html)
|
63 |
-
[Demo](http://wpdemo.web-dorado.com/event-calendar-wd/)
|
64 |
-
[User Guide](https://web-dorado.com/wordpress-event-calendar-wd/installing.html)
|
65 |
-
[Support Forum](https://wordpress.org/support/plugin/event-calendar-wd)
|
66 |
|
67 |
-
|
68 |
-
https://www.youtube.com/watch?v=htmdAkRuIzw
|
69 |
|
70 |
This free calendar plugin is developed in accordance with WordPress Coding Standards. Each entry (e.g. calendar, event, venue or organizer) is a custom post, event categories are taxonomies, and standard tags are applicable for each post. This makes Event Calendar WD an intuitive, user-friendly editorial calendar, with high-functioning code and elegant styling.
|
71 |
|
@@ -247,6 +251,9 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
247 |
|
248 |
== Changelog ==
|
249 |
|
|
|
|
|
|
|
250 |
= 1.1.7 =
|
251 |
* New: Option to set zoom level in maps view (Pro)
|
252 |
* Fixed: Map displayed without any event for that month (Pro)
|
4 |
Tags: calendar, date, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
+
Requires PHP: 5.2
|
8 |
+
Stable tag: 1.1.8
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
19 |
|
20 |
= Event Calendar WD =
|
21 |
|
22 |
+
[Special Offer for all Premium Plugins](https://web-dorado.com/wordpress-plugins-bundle.html)
|
23 |
+
[WordPress Event Calendar WD](http://web-dorado.com/products/wordpress-event-calendar-wd.html)
|
24 |
+
[Demo](http://wpdemo.web-dorado.com/event-calendar-wd/)
|
25 |
+
[User Guide](https://web-dorado.com/wordpress-event-calendar-wd/installing.html)
|
26 |
+
[Support Forum](https://wordpress.org/support/plugin/event-calendar-wd)
|
27 |
+
|
28 |
+
|
29 |
+
https://www.youtube.com/watch?v=htmdAkRuIzw
|
30 |
+
|
31 |
Event Calendar WD is an event organizer plugin, which lets you display and manage events list on your WordPress website. Showcase the events of your venue, present the meeting schedule of your company, or build a custom calendar with this responsive calendar plugin. Whether you have single-day events, or long events which take place multiple days, this events calendar plugin will help you organize the events using elegant views.
|
32 |
|
33 |
You can set your events calendar to display with its elegant custom calendar views, **Month, Week, List** and **Day.** The event calendar lets you select the ordering of calendar views. It takes just a few clicks to insert calendar shortcode and display the events list on a WordPress page or post.
|
69 |
[Export to GCal/ICal](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/export.html)
|
70 |
[Embed](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/embed.html)
|
71 |
|
|
|
|
|
|
|
|
|
72 |
|
|
|
|
|
73 |
|
74 |
This free calendar plugin is developed in accordance with WordPress Coding Standards. Each entry (e.g. calendar, event, venue or organizer) is a custom post, event categories are taxonomies, and standard tags are applicable for each post. This makes Event Calendar WD an intuitive, user-friendly editorial calendar, with high-functioning code and elegant styling.
|
75 |
|
251 |
|
252 |
== Changelog ==
|
253 |
|
254 |
+
= 1.1.8 =
|
255 |
+
* Changed: Web-Dorado links
|
256 |
+
|
257 |
= 1.1.7 =
|
258 |
* New: Option to set zoom level in maps view (Pro)
|
259 |
* Fixed: Map displayed without any event for that month (Pro)
|