Event Calendar WD – Responsive Event Calendar plugin - Version 1.0.50

Version Description

Added: Event Subscribe add-on

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Event Calendar WD – Responsive Event Calendar plugin
Version 1.0.50
Comparing to
See all releases

Code changes from version 1.0.49 to 1.0.50

assets/Subscribe.png ADDED
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.49
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
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.50
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
ecwd_admin_class.php CHANGED
@@ -6,7 +6,7 @@
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
- protected $version = '1.0.49';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
@@ -155,6 +155,13 @@ class ECWD_Admin {
155
  'icon' => '',
156
  'image' => plugins_url('assets/custom_fields.png', __FILE__)
157
  ),
 
 
 
 
 
 
 
158
  ),
159
  'Events Grouping' => array(
160
  'event_filters' => array(
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
+ protected $version = '1.0.50';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
155
  'icon' => '',
156
  'image' => plugins_url('assets/custom_fields.png', __FILE__)
157
  ),
158
+ 'ecwd_subscribe' => array(
159
+ 'name' => 'ECWD Subscribe',
160
+ 'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/subscribe.html',
161
+ 'description' => 'Event Calendar Subscription Add-on is a great too which allows subscribing to events based on category, tag, organizer and venue.',
162
+ 'icon' => '',
163
+ 'image' => plugins_url('assets/Subscribe.png', __FILE__)
164
+ ),
165
  ),
166
  'Events Grouping' => array(
167
  'event_filters' => array(
ecwd_class.php CHANGED
@@ -6,7 +6,7 @@
6
  */
7
  class ECWD {
8
 
9
- protected $version = '1.0.49';
10
  protected $plugin_name = 'event-calendar-wd';
11
  protected $prefix = 'ecwd';
12
  protected static $instance = null;
6
  */
7
  class ECWD {
8
 
9
+ protected $version = '1.0.50';
10
  protected $plugin_name = 'event-calendar-wd';
11
  protected $prefix = 'ecwd';
12
  protected static $instance = null;
includes/activation_settings_page.php CHANGED
@@ -268,7 +268,12 @@ function activation_html_view() {
268
 
269
  document.getElementById('ecwd_settings_general[date_format]').value = 'Y-m-d';
270
  document.getElementById('ecwd_settings_general[time_format]').value = 'H:i';
271
- document.getElementsByTagName('h2')[0].innerHTML = '';
 
 
 
 
 
272
  var parent = document.getElementsByTagName("form")[0];
273
  var html_div = document.createElement("div");
274
  html_div.className = "big_div";
268
 
269
  document.getElementById('ecwd_settings_general[date_format]').value = 'Y-m-d';
270
  document.getElementById('ecwd_settings_general[time_format]').value = 'H:i';
271
+ if(document.getElementsByTagName('h3')[0]){
272
+ document.getElementsByTagName('h3')[0].innerHTML = '';
273
+ }
274
+ else{
275
+ document.getElementsByTagName('h2')[0].innerHTML = '';
276
+ }
277
  var parent = document.getElementsByTagName("form")[0];
278
  var html_div = document.createElement("div");
279
  html_div.className = "big_div";
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, facebook integration, widget
5
  Requires at least: 3.9
6
  Tested up to: 4.4
7
- Stable tag: 1.0.49
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -47,6 +47,7 @@ Upgrade to [WordPress Event Calendar Pro](http://web-dorado.com/products/wordpre
47
  [Frontend Event Management Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/frontend-event-management.html)
48
  [Upcoming Events](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/upcoming-events.html)
49
  [Filter Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/filter.html)
 
50
  [Countdown](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/countdown.html)
51
  [Google Calendar Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/google-calendar-integration.html)
52
  [iCal Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/ical-integration.html)
@@ -151,6 +152,9 @@ After downloading the ZIP file of the Event Calendar WD plugin,
151
 
152
  == Changelog ==
153
 
 
 
 
154
  = 1.0.49 =
155
  Added: Swedish translation by Marcel Króča and Slovak translation by Magnus Juven
156
  Fixed: Issue with featured image
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, facebook integration, widget
5
  Requires at least: 3.9
6
  Tested up to: 4.4
7
+ Stable tag: 1.0.50
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
47
  [Frontend Event Management Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/frontend-event-management.html)
48
  [Upcoming Events](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/upcoming-events.html)
49
  [Filter Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/filter.html)
50
+ [Subscribe Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/subscribe.html)
51
  [Countdown](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/countdown.html)
52
  [Google Calendar Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/google-calendar-integration.html)
53
  [iCal Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/ical-integration.html)
152
 
153
  == Changelog ==
154
 
155
+ = 1.0.50 =
156
+ Added: Event Subscribe add-on
157
+
158
  = 1.0.49 =
159
  Added: Swedish translation by Marcel Króča and Slovak translation by Magnus Juven
160
  Fixed: Issue with featured image