Version Description
Changed: Calendar Add-ons page
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.13 |
Comparing to | |
See all releases |
Code changes from version 1.0.11 to 1.0.13
- assets/add_addevent.jpg +0 -0
- assets/add_addevent_soon.jpg +0 -0
- assets/add_cdown.jpg +0 -0
- assets/add_fb.jpg +0 -0
- assets/add_filters.png +0 -0
- assets/add_gcal.jpg +0 -0
- assets/add_ical.jpg +0 -0
- assets/coming-soon.png +0 -0
- assets/ecwd_calendar.jpg +0 -0
- assets/import_export.png +0 -0
- assets/upcoming_events.png +0 -0
- assets/updates_icon.jpg +0 -0
- css/admin/admin.css +189 -23
- css/images/Add_Ons.jpg +0 -0
- css/images/Add_Ons_hover.jpg +0 -0
- css/images/featured/arrow3.png +0 -0
- css/images/featured/minus.png +0 -0
- css/images/featured/plus.png +0 -0
- ecwd.php +1 -3
- ecwd_admin_class.php +60 -59
- ecwd_class.php +1 -1
- readme.txt +4 -1
- views/admin/addons.php +54 -45
assets/add_addevent.jpg
CHANGED
Binary file
|
assets/add_addevent_soon.jpg
ADDED
Binary file
|
assets/add_cdown.jpg
CHANGED
Binary file
|
assets/add_fb.jpg
CHANGED
Binary file
|
assets/add_filters.png
CHANGED
Binary file
|
assets/add_gcal.jpg
CHANGED
Binary file
|
assets/add_ical.jpg
CHANGED
Binary file
|
assets/coming-soon.png
DELETED
Binary file
|
assets/ecwd_calendar.jpg
ADDED
Binary file
|
assets/import_export.png
CHANGED
Binary file
|
assets/upcoming_events.png
CHANGED
Binary file
|
assets/updates_icon.jpg
ADDED
Binary file
|
css/admin/admin.css
CHANGED
@@ -486,6 +486,8 @@ span.ecwd_error{
|
|
486 |
margin-top:0;
|
487 |
}
|
488 |
#ecwd_theme_meta .with_ecwd_color:after,
|
|
|
|
|
489 |
#ecwd-settings-content:after{
|
490 |
content:'';
|
491 |
display:table;
|
@@ -513,13 +515,10 @@ span.ecwd_error{
|
|
513 |
#ecwd-settings-content #add_on_title{
|
514 |
margin-bottom:20px;
|
515 |
}
|
516 |
-
|
517 |
-
position: relative;
|
518 |
-
height: 455px;
|
519 |
-
}
|
520 |
#ecwd-settings-content .ecwd_coming_soon {
|
521 |
position: absolute;
|
522 |
-
top:
|
523 |
left: 0;
|
524 |
}
|
525 |
#ecwd-settings-content .ecwd-add-on a{
|
@@ -527,29 +526,82 @@ span.ecwd_error{
|
|
527 |
}
|
528 |
#ecwd-settings-content .ecwd-add-on h2{
|
529 |
color: #229DBF;
|
530 |
-
font-size:
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
padding: 5px 0 7px 0;
|
535 |
}
|
536 |
#ecwd-settings-content .ecwd-addon-descr{
|
537 |
-
font-size:
|
538 |
-
line-height:
|
539 |
-
|
540 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
}
|
542 |
-
#ecwd-settings-content .ecwd-addon
|
|
|
543 |
display: inline-block;
|
544 |
margin-top: 15px;
|
545 |
-
|
546 |
-
|
|
|
|
|
|
|
|
|
|
|
547 |
padding: 9px 12px 9px 45px;
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
}
|
554 |
#ecwd-settings-content .ecwd-addon-descr span{
|
555 |
padding: 5px 0 5px 10px;
|
@@ -563,5 +615,119 @@ span.ecwd_error{
|
|
563 |
width:310px;
|
564 |
float:left;
|
565 |
margin-right:40px;
|
566 |
-
margin-bottom:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
}
|
486 |
margin-top:0;
|
487 |
}
|
488 |
#ecwd_theme_meta .with_ecwd_color:after,
|
489 |
+
#ecwd-settings-content .ecwd-addons_updates:after,
|
490 |
+
#ecwd-settings-content .main-plugin:after,
|
491 |
#ecwd-settings-content:after{
|
492 |
content:'';
|
493 |
display:table;
|
515 |
#ecwd-settings-content #add_on_title{
|
516 |
margin-bottom:20px;
|
517 |
}
|
518 |
+
|
|
|
|
|
|
|
519 |
#ecwd-settings-content .ecwd_coming_soon {
|
520 |
position: absolute;
|
521 |
+
top: 44px;
|
522 |
left: 0;
|
523 |
}
|
524 |
#ecwd-settings-content .ecwd-add-on a{
|
526 |
}
|
527 |
#ecwd-settings-content .ecwd-add-on h2{
|
528 |
color: #229DBF;
|
529 |
+
font-size: 16px;
|
530 |
+
margin-bottom: 9px;
|
531 |
+
padding: 0 0 7px;
|
532 |
+
line-height: 1.2;
|
|
|
533 |
}
|
534 |
#ecwd-settings-content .ecwd-addon-descr{
|
535 |
+
font-size: 13px;
|
536 |
+
line-height: 18px;
|
537 |
+
height: 100%;
|
538 |
+
width: 53%;
|
539 |
+
opacity: 0;
|
540 |
+
position: absolute;
|
541 |
+
top: 0;
|
542 |
+
left: 0;
|
543 |
+
padding: 8px 10px 10px;
|
544 |
+
background: #23282D;
|
545 |
+
color: #D1DDE0;
|
546 |
+
-webkit-backface-visibility: hidden;
|
547 |
+
-moz-backface-visibility: hidden;
|
548 |
+
backface-visibility: hidden;
|
549 |
+
-webkit-transform-origin: 0 0;
|
550 |
+
-moz-transform-origin: 0 0;
|
551 |
+
transform-origin: 0 0;
|
552 |
+
-webkit-transform: rotateY(-90deg);
|
553 |
+
-moz-transform: rotateY(-90deg);
|
554 |
+
transform: rotateY(-90deg);
|
555 |
+
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
|
556 |
+
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
|
557 |
+
transition: transform 0.4s, opacity 0.1s 0.3s;
|
558 |
+
box-sizing: border-box;
|
559 |
+
-webkit-box-sizing: border-box;
|
560 |
+
-moz-box-sizing: border-box;
|
561 |
+
}
|
562 |
+
.grid figcaption {
|
563 |
+
position: absolute;
|
564 |
+
top: 0;
|
565 |
+
left: 0;
|
566 |
+
padding: 20px;
|
567 |
+
background: #2c3f52;
|
568 |
+
color: #ed4e6e;
|
569 |
}
|
570 |
+
#ecwd-settings-content .ecwd-addon,
|
571 |
+
#ecwd-settings-content .ecwd-addon-price{
|
572 |
display: inline-block;
|
573 |
margin-top: 15px;
|
574 |
+
font-size: 15px;
|
575 |
+
border: 1px solid #DCDCDC;
|
576 |
+
font-weight: bold;
|
577 |
+
}
|
578 |
+
#ecwd-settings-content .ecwd-addon{
|
579 |
+
background: #FFFFFF url(../images/Add_Ons.jpg) no-repeat 6px center;
|
580 |
+
color: #66686B;
|
581 |
padding: 9px 12px 9px 45px;
|
582 |
+
width: 100%;
|
583 |
+
box-sizing: border-box;
|
584 |
+
-webkit-box-sizing: border-box;
|
585 |
+
-moz-box-sizing: border-box;
|
586 |
+
}
|
587 |
+
#ecwd-settings-content .ecwd-addon-price{
|
588 |
+
background: #FFFFFF;
|
589 |
+
color: #229CBF;
|
590 |
+
padding: 9px 12px;
|
591 |
+
}
|
592 |
+
#ecwd-settings-content .ecwd-add-on:hover .ecwd-addon-price,
|
593 |
+
#ecwd-settings-content .ecwd-addon-price:hover{
|
594 |
+
background: #229CBF;
|
595 |
+
color: #DDECF1;
|
596 |
+
}
|
597 |
+
#ecwd-settings-content .ecwd-add-on:hover .ecwd-addon,
|
598 |
+
#ecwd-settings-content .ecwd-addon:hover{
|
599 |
+
background: #23282D url(../images/Add_Ons_hover.jpg) no-repeat 6px center;
|
600 |
+
color: #DDDEDE;
|
601 |
+
}
|
602 |
+
#ecwd-settings-content .ecwd-addon span{
|
603 |
+
border-left: 1px solid #A7A9AB;
|
604 |
+
padding: 4px 10px 4px 10px;
|
605 |
}
|
606 |
#ecwd-settings-content .ecwd-addon-descr span{
|
607 |
padding: 5px 0 5px 10px;
|
615 |
width:310px;
|
616 |
float:left;
|
617 |
margin-right:40px;
|
618 |
+
margin-bottom:57px;
|
619 |
+
-webkit-perspective: 1700px;
|
620 |
+
-moz-perspective: 1700px;
|
621 |
+
perspective: 1700px;
|
622 |
+
-webkit-perspective-origin: 0 50%;
|
623 |
+
-moz-perspective-origin: 0 50%;
|
624 |
+
perspective-origin: 0 50%;
|
625 |
+
position: relative;
|
626 |
+
}
|
627 |
+
#ecwd-settings-content .main-plugin .ecwd-add-on{
|
628 |
+
float: left;
|
629 |
+
margin-right: 25px;
|
630 |
+
height: auto;
|
631 |
+
}
|
632 |
+
#ecwd-settings-content .ecwd-figure{
|
633 |
+
-webkit-transform-style: preserve-3d;
|
634 |
+
-moz-transform-style: preserve-3d;
|
635 |
+
transform-style: preserve-3d;
|
636 |
+
position: relative;
|
637 |
+
width:100%;
|
638 |
+
height: 232px;
|
639 |
+
margin: 0;
|
640 |
+
}
|
641 |
+
#ecwd-settings-content .ecwd-figure-img{
|
642 |
+
overflow: hidden;
|
643 |
+
}
|
644 |
+
#ecwd-settings-content .ecwd-figure-img img{
|
645 |
+
-webkit-transition: -webkit-transform 0.4s;
|
646 |
+
-moz-transition: -moz-transform 0.4s;
|
647 |
+
transition: transform 0.4s;
|
648 |
+
}
|
649 |
+
#ecwd-settings-content .ecwd-figure:hover img{
|
650 |
+
-webkit-transform: translateX(25%);
|
651 |
+
-moz-transform: translateX(25%);
|
652 |
+
-ms-transform: translateX(25%);
|
653 |
+
transform: translateX(25%);
|
654 |
+
}
|
655 |
+
#ecwd-settings-content .ecwd-figure:hover figcaption{
|
656 |
+
opacity: 1;
|
657 |
+
-webkit-transform: rotateY(0deg);
|
658 |
+
-moz-transform: rotateY(0deg);
|
659 |
+
transform: rotateY(0deg);
|
660 |
+
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
|
661 |
+
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
|
662 |
+
transition: transform 0.4s, opacity 0.1s;
|
663 |
+
}
|
664 |
+
#ecwd-settings-content .ecwd-addon-subtitle {
|
665 |
+
font-size: 25px;
|
666 |
+
border-bottom: 1px solid #C1C4C7;
|
667 |
+
padding-bottom: 23px;
|
668 |
+
}
|
669 |
+
#ecwd-settings-content .main-plugin .main-plugin-img {
|
670 |
+
float: left;
|
671 |
+
margin-right: 2%;
|
672 |
+
width: 26%;
|
673 |
+
}
|
674 |
+
#ecwd-settings-content .main-plugin .main-plugin-img img{
|
675 |
+
max-width:100%;
|
676 |
+
}
|
677 |
+
#ecwd-settings-content .main-plugin .main-plugin-info {
|
678 |
+
float: left;
|
679 |
+
}
|
680 |
+
#ecwd-settings-content .main-plugin {
|
681 |
+
margin-bottom: 25px;
|
682 |
+
}
|
683 |
+
#ecwd-settings-content .main-plugin_desc-cont p,
|
684 |
+
#ecwd-settings-content .main-plugin_desc-cont {
|
685 |
+
font-size: 14px;
|
686 |
+
}
|
687 |
+
#ecwd-settings-content .main-plugin-desc-info p{
|
688 |
+
margin: 2px 0 13px;
|
689 |
+
}
|
690 |
+
#ecwd-settings-content .ecwd-addons_updates .main-plugin-desc-info p{
|
691 |
+
margin: 2px 0 4px;
|
692 |
+
}
|
693 |
+
#ecwd-settings-content .main-plugin-desc {
|
694 |
+
margin-bottom: 12px;
|
695 |
+
}
|
696 |
+
#ecwd-settings-content .main-plugin-info h2 {
|
697 |
+
padding: 0;
|
698 |
+
line-height: 1;
|
699 |
+
margin-bottom: 14px;
|
700 |
+
}
|
701 |
+
#ecwd-settings-content .main-plugin-info h2 a {
|
702 |
+
color: #323A45;
|
703 |
+
text-decoration: none;
|
704 |
+
font-weight: bold;
|
705 |
+
}
|
706 |
+
#ecwd-settings-content .main-plugin-desc-info {
|
707 |
+
border-bottom: 1px solid #C0C4C7;
|
708 |
+
width: 71%;
|
709 |
+
}
|
710 |
+
#ecwd-settings-content .ecwd-addons_updates .main-plugin-desc-info {
|
711 |
+
border-bottom: 0;
|
712 |
+
width: 100%;
|
713 |
+
}
|
714 |
+
#ecwd-settings-content .update-info {
|
715 |
+
background:url(../../assets/updates_icon.jpg) no-repeat;
|
716 |
+
padding-left:25px;
|
717 |
+
color: #bc0b0b;
|
718 |
+
}
|
719 |
+
#ecwd-settings-content .ecwd-addons_updates .ecwd-figure {
|
720 |
+
margin-bottom: 10px;
|
721 |
+
}
|
722 |
+
#ecwd-settings-content .ecwd-addons_updates .ecwd-addon-descr-update {
|
723 |
+
border-top: 1px solid #898989;
|
724 |
+
padding-top: 6px;
|
725 |
+
}
|
726 |
+
#ecwd-settings-content .ecwd-addons_updates h2{
|
727 |
+
color: #323A45;
|
728 |
+
text-decoration: none;
|
729 |
+
font-weight: bold;
|
730 |
+
border-bottom: 0;
|
731 |
+
padding-bottom: 0;
|
732 |
+
margin-bottom: 0;
|
733 |
}
|
css/images/Add_Ons.jpg
CHANGED
Binary file
|
css/images/Add_Ons_hover.jpg
ADDED
Binary file
|
css/images/featured/arrow3.png
DELETED
Binary file
|
css/images/featured/minus.png
DELETED
Binary file
|
css/images/featured/plus.png
DELETED
Binary file
|
ecwd.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.0.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -28,5 +28,3 @@ if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
|
|
28 |
add_action( 'plugins_loaded', array( 'ECWD_Admin', 'get_instance' ) );
|
29 |
}
|
30 |
|
31 |
-
|
32 |
-
|
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.0.13
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
28 |
add_action( 'plugins_loaded', array( 'ECWD_Admin', 'get_instance' ) );
|
29 |
}
|
30 |
|
|
|
|
ecwd_admin_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
-
protected $version = '1.0.
|
10 |
protected $ecwd_page = null;
|
11 |
|
12 |
private function __construct() {
|
@@ -54,9 +54,6 @@ class ECWD_Admin {
|
|
54 |
}
|
55 |
}
|
56 |
|
57 |
-
public function save_events() {
|
58 |
-
wp_die();
|
59 |
-
}
|
60 |
|
61 |
public static function activate() {
|
62 |
//setup default theme if there is no one
|
@@ -117,62 +114,66 @@ class ECWD_Admin {
|
|
117 |
public function display_addons_page() {
|
118 |
|
119 |
$addons = array(
|
120 |
-
'
|
121 |
-
'
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
'
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
'
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
'
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
'name' => 'ECWD Facebook Integration',
|
150 |
-
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/facebook-integration.html',
|
151 |
-
'description' => 'This addon integrates ECWD with your Facebook page and gives functionality to import events or just display events without importing.',
|
152 |
-
'icon' => '',
|
153 |
-
'image' => plugins_url( 'assets/add_fb.jpg', __FILE__ ),
|
154 |
-
),
|
155 |
-
'gcal' => array(
|
156 |
-
'name' => 'ECWD Google Calendar Integration',
|
157 |
-
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/google-calendar-integration.html',
|
158 |
-
'description' => 'This addon integrates ECWD with your Google Calendar and gives functionality to import events or just display events without importing.',
|
159 |
-
'icon' => '',
|
160 |
-
'image' => plugins_url( 'assets/add_gcal.jpg', __FILE__ ),
|
161 |
-
),
|
162 |
-
'ical' => array(
|
163 |
-
'name' => 'ECWD iCAL Integration',
|
164 |
-
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/ical-integration.html',
|
165 |
-
'description' => 'This addon integrates ECWD with your iCAL Calendar and gives functionality to import events or just display events without importing.',
|
166 |
-
'icon' => '',
|
167 |
-
'image' => plugins_url( 'assets/add_ical.jpg', __FILE__ )
|
168 |
-
),
|
169 |
-
'add_event' => array(
|
170 |
-
'name' => 'ECWD Frontend Event Management',
|
171 |
-
'url' => '#',
|
172 |
-
'description' => 'This add-on makes possible to add and manage events in frontend. Site administrators can manage frontend event submissions.',
|
173 |
-
'icon' => '',
|
174 |
-
'image' => plugins_url( 'assets/add_addevent.jpg', __FILE__ ),
|
175 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
|
177 |
|
178 |
);
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
+
protected $version = '1.0.13';
|
10 |
protected $ecwd_page = null;
|
11 |
|
12 |
private function __construct() {
|
54 |
}
|
55 |
}
|
56 |
|
|
|
|
|
|
|
57 |
|
58 |
public static function activate() {
|
59 |
//setup default theme if there is no one
|
114 |
public function display_addons_page() {
|
115 |
|
116 |
$addons = array(
|
117 |
+
'Events Grouping' => array(
|
118 |
+
'event_filters' => array(
|
119 |
+
'name' => 'ECWD Filter Bar',
|
120 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/filter.html',
|
121 |
+
'description' => 'This add-on is designed for advanced event filter and browsing. It will display multiple filters, which will make it easier for the user to find the relevant event from the calendar.',
|
122 |
+
'icon' => '',
|
123 |
+
'image' => plugins_url( 'assets/add_filters.png', __FILE__ ),
|
124 |
+
),
|
125 |
+
'event_countdown' => array(
|
126 |
+
'name' => 'ECWD Event Countdown',
|
127 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/countdown.html',
|
128 |
+
'description' => 'With this add-on you can add an elegant countdown to your site. It supports calendar events or a custom one. The styles and colors of the countdown can be modified. It can be used as both as widget and shortcode.',
|
129 |
+
'icon' => '',
|
130 |
+
'image' => plugins_url( 'assets/add_cdown.jpg', __FILE__ ),
|
131 |
+
),
|
132 |
+
'upcoming_events' => array(
|
133 |
+
'name' => 'ECWD Upcoming events widget',
|
134 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/upcoming-events.html',
|
135 |
+
'description' => 'The Upcoming events widget is designed for displaying upcoming events lists. The number of events, the event date ranges, as well as the appearance of the widget is fully customizable and easy to manage.',
|
136 |
+
'icon' => '',
|
137 |
+
'image' => plugins_url( 'assets/upcoming_events.png', __FILE__ ),
|
138 |
+
),
|
139 |
+
'import_export' => array(
|
140 |
+
'name' => 'ECWD Import/Export',
|
141 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/import-export.html',
|
142 |
+
'description' => 'The following data of the Event Calendar WD can be exported and imported: Events, Categories, Venues,Organizers and Tags. The exported/imported data will be in CSV format, which can be further edited, modified and imported',
|
143 |
+
'icon' => '',
|
144 |
+
'image' => plugins_url( 'assets/import_export.png', __FILE__ )
|
145 |
+
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
),
|
147 |
+
'Integrations' => array(
|
148 |
+
'fb' => array(
|
149 |
+
'name' => 'ECWD Facebook Integration',
|
150 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/facebook-integration.html',
|
151 |
+
'description' => 'This addon integrates ECWD with your Facebook page and gives functionality to import events or just display events without importing.',
|
152 |
+
'icon' => '',
|
153 |
+
'image' => plugins_url( 'assets/add_fb.jpg', __FILE__ ),
|
154 |
+
),
|
155 |
+
'gcal' => array(
|
156 |
+
'name' => 'ECWD Google Calendar Integration',
|
157 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/google-calendar-integration.html',
|
158 |
+
'description' => 'This addon integrates ECWD with your Google Calendar and gives functionality to import events or just display events without importing.',
|
159 |
+
'icon' => '',
|
160 |
+
'image' => plugins_url( 'assets/add_gcal.jpg', __FILE__ ),
|
161 |
+
),
|
162 |
+
'ical' => array(
|
163 |
+
'name' => 'ECWD iCAL Integration',
|
164 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/ical-integration.html',
|
165 |
+
'description' => 'This addon integrates ECWD with your iCAL Calendar and gives functionality to import events or just display events without importing.',
|
166 |
+
'icon' => '',
|
167 |
+
'image' => plugins_url( 'assets/add_ical.jpg', __FILE__ )
|
168 |
+
),
|
169 |
+
'add_event' => array(
|
170 |
+
'name' => 'ECWD Frontend Event Management',
|
171 |
+
'url' => '#',
|
172 |
+
'description' => 'This add-on makes possible to add and manage events in frontend. Site administrators can manage frontend event submissions.',
|
173 |
+
'icon' => '',
|
174 |
+
'image' => plugins_url( 'assets/add_addevent.jpg', __FILE__ ),
|
175 |
+
)
|
176 |
+
)
|
177 |
|
178 |
|
179 |
);
|
ecwd_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
*/
|
7 |
class ECWD {
|
8 |
|
9 |
-
protected $version = '1.0.
|
10 |
protected $plugin_name = 'event-calendar-wd';
|
11 |
protected $prefix = 'ecwd';
|
12 |
protected $old_version = '1.4.11';
|
6 |
*/
|
7 |
class ECWD {
|
8 |
|
9 |
+
protected $version = '1.0.13';
|
10 |
protected $plugin_name = 'event-calendar-wd';
|
11 |
protected $prefix = 'ecwd';
|
12 |
protected $old_version = '1.4.11';
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, 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
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -129,6 +129,9 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
129 |
6. If the installation does not succeed, please contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
130 |
|
131 |
== Changelog ==
|
|
|
|
|
|
|
132 |
|
133 |
= 1.0.11 =
|
134 |
Changed: Calendar Add-ons page
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, 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
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 1.0.13
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
129 |
6. If the installation does not succeed, please contact us at [info@web-dorado.com](mailto:info@web-dorado.com).
|
130 |
|
131 |
== Changelog ==
|
132 |
+
|
133 |
+
= 1.0.13 =
|
134 |
+
Changed: Calendar Add-ons page
|
135 |
|
136 |
= 1.0.11 =
|
137 |
Changed: Calendar Add-ons page
|
views/admin/addons.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
|
7 |
// Exit if accessed directly.
|
8 |
if (!defined('ABSPATH')) {
|
9 |
-
|
10 |
}
|
11 |
|
12 |
//global $ecwd_options;
|
@@ -14,48 +14,57 @@ if (!defined('ABSPATH')) {
|
|
14 |
?>
|
15 |
|
16 |
<div class="wrap">
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
</div><!-- .wrap -->
|
6 |
|
7 |
// Exit if accessed directly.
|
8 |
if (!defined('ABSPATH')) {
|
9 |
+
exit;
|
10 |
}
|
11 |
|
12 |
//global $ecwd_options;
|
14 |
?>
|
15 |
|
16 |
<div class="wrap">
|
17 |
+
<?php settings_errors(); ?>
|
18 |
+
<div id="ecwd-settings">
|
19 |
+
<div id="ecwd-settings-content" >
|
20 |
+
<h2 id="add_on_title"><?php echo esc_html(get_admin_page_title()); ?></h2>
|
21 |
+
<?php
|
22 |
+
if($addons){
|
23 |
+
foreach ($addons as $name=>$cat) {
|
24 |
+
?>
|
25 |
+
|
26 |
+
<div style="clear: both; margin-top: 15px;"> <h3 class="ecwd-addon-subtitle"><?php echo $name?> </h3></div>
|
27 |
+
<?php
|
28 |
+
foreach ( $cat as $addon ) {
|
29 |
+
?>
|
30 |
+
<div class="ecwd-add-on">
|
31 |
+
<h2><?php echo $addon['name'] ?></h2>
|
32 |
+
<figure class="ecwd-figure">
|
33 |
+
<div class="ecwd-figure-img">
|
34 |
+
<a href="<?php echo $addon['url'] ?>" target="_blank">
|
35 |
+
<?php if ( $addon['image'] ) { ?>
|
36 |
+
<img src="<?php echo $addon['image'] ?>"/>
|
37 |
+
<?php } ?>
|
38 |
+
</a>
|
39 |
+
</div>
|
40 |
+
|
41 |
+
<figcaption class="ecwd-addon-descr ecwd-figcaption">
|
42 |
+
|
43 |
+
<?php if ( $addon['icon'] ) { ?>
|
44 |
+
<img src="<?php echo $addon['icon'] ?>"/>
|
45 |
+
<?php } ?>
|
46 |
+
<?php echo $addon['description'] ?>
|
47 |
+
</figcaption>
|
48 |
+
</figure>
|
49 |
+
<?php if ( $addon['url'] !== '#' ) { ?>
|
50 |
+
<a href="<?php echo $addon['url'] ?>"
|
51 |
+
target="_blank" class="ecwd-addon"><span>GET THIS ADD ON</span></a>
|
52 |
+
|
53 |
+
<?php } else { ?>
|
54 |
+
<div class="ecwd_coming_soon">
|
55 |
+
<img
|
56 |
+
src="<?php echo plugins_url( '../../assets/coming_soon.png', __FILE__ ); ?>"/>
|
57 |
+
</div>
|
58 |
+
<?php } ?>
|
59 |
+
</div>
|
60 |
+
<?php
|
61 |
+
}
|
62 |
+
}
|
63 |
+
}
|
64 |
+
?>
|
65 |
+
|
66 |
+
</div>
|
67 |
+
<!-- #ecwd-settings-content -->
|
68 |
+
</div>
|
69 |
+
<!-- #ecwd-settings -->
|
70 |
</div><!-- .wrap -->
|