Event Calendar WD – Responsive Event Calendar plugin - Version 1.0.39

Version Description

  • Fixed: Date issue for php version < 5.3
  • Fixed: German translations
Download this release

Release Info

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

Code changes from version 1.0.38 to 1.0.39

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.38
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.39
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.38';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
+ protected $version = '1.0.39';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
ecwd_class.php CHANGED
@@ -6,7 +6,7 @@
6
  */
7
  class ECWD {
8
 
9
- protected $version = '1.0.20';
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.39';
10
  protected $plugin_name = 'event-calendar-wd';
11
  protected $prefix = 'ecwd';
12
  protected static $instance = null;
includes/calendar-class.php CHANGED
@@ -180,8 +180,8 @@ class Calendar {
180
  $this->monthstartday = jddayofweek( $this->jd, 0 );
181
 
182
  // get the month as a name
183
- $this->monthname = __( jdmonthname( $this->jd, 1 ), 'ecwd' );
184
-
185
  //get weekdate
186
  $this->weekdate = $this->getWeekFirstDayDate( $this->date );
187
 
@@ -700,6 +700,9 @@ class Calendar {
700
  return date( 'Y-n-j', strtotime( strtolower( $this->weekdays[ $this->weekstartday ] ) . " this week", strtotime( $date ) ) );
701
  } else {
702
  $first_monday_of_month = strtotime( 'First ' . $this->weekdays[ $this->weekstartday ] . ' of ' . date( 'F o', strtotime( $date ) ) );
 
 
 
703
  if ( date( 'j', $first_monday_of_month ) > 1 ) {
704
  $previous_monday = strtotime( "-1 week", $first_monday_of_month );
705
 
180
  $this->monthstartday = jddayofweek( $this->jd, 0 );
181
 
182
  // get the month as a name
183
+ $this->monthname = __(Date('F', strtotime($this->date)), 'ecwd');
184
+
185
  //get weekdate
186
  $this->weekdate = $this->getWeekFirstDayDate( $this->date );
187
 
700
  return date( 'Y-n-j', strtotime( strtolower( $this->weekdays[ $this->weekstartday ] ) . " this week", strtotime( $date ) ) );
701
  } else {
702
  $first_monday_of_month = strtotime( 'First ' . $this->weekdays[ $this->weekstartday ] . ' of ' . date( 'F o', strtotime( $date ) ) );
703
+ if(date('Y-n-j',$first_monday_of_month) == '1970-1-1' || date('Y-n-j',$first_monday_of_month) == '1969-12-31'){
704
+ $first_monday_of_month = strtotime(date('Y-m-d',strtotime(date('F o', strtotime($date)).' first '.$this->weekdays[$this->weekstartday])));
705
+ }
706
  if ( date( 'j', $first_monday_of_month ) > 1 ) {
707
  $previous_monday = strtotime( "-1 week", $first_monday_of_month );
708
 
languages/ecwd-de_DE.mo CHANGED
Binary file
languages/ecwd-de_DE.po CHANGED
@@ -2,17 +2,18 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: event_calendar_wd\n"
4
  "POT-Creation-Date: 2015-07-23 13:04+0400\n"
5
- "PO-Revision-Date: 2015-07-23 14:38+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
 
16
  "X-Poedit-SearchPathExcluded-0: views/admin\n"
17
  "X-Poedit-SearchPathExcluded-1: js\n"
18
  "X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
@@ -22,7 +23,6 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
23
  "X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
24
  "X-Poedit-SearchPathExcluded-8: includes/ecwd-event-class.php\n"
25
- "X-Poedit-SearchPath-0: .\n"
26
 
27
  #: includes/calendar-class.php:175 includes/calendar-class.php:176
28
  #: views/widgets.php:168
@@ -51,7 +51,7 @@ msgstr "4 Tage"
51
 
52
  #: includes/calendar-class.php:191
53
  msgid "Posterboard"
54
- msgstr "Posterboard"
55
 
56
  #: includes/calendar-class.php:383 includes/calendar-class.php:417
57
  #: includes/calendar-class.php:572 includes/calendar-class.php:1181
@@ -176,7 +176,7 @@ msgstr "April"
176
 
177
  #: includes/texts.php:6
178
  msgid "May"
179
- msgstr "May"
180
 
181
  #: includes/texts.php:7
182
  msgid "June"
@@ -296,7 +296,7 @@ msgstr "Filter anzeigen"
296
 
297
  #: includes/texts.php:45
298
  msgid "Collapse Filters"
299
- msgstr "Collapse Filter"
300
 
301
  #: includes/texts.php:46
302
  msgid "Reset Filters"
2
  msgstr ""
3
  "Project-Id-Version: event_calendar_wd\n"
4
  "POT-Creation-Date: 2015-07-23 13:04+0400\n"
5
+ "PO-Revision-Date: 2015-12-14 13:24+0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.6\n"
13
+ "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: _e;__\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPathExcluded-0: views/admin\n"
18
  "X-Poedit-SearchPathExcluded-1: js\n"
19
  "X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
23
  "X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
24
  "X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
25
  "X-Poedit-SearchPathExcluded-8: includes/ecwd-event-class.php\n"
 
26
 
27
  #: includes/calendar-class.php:175 includes/calendar-class.php:176
28
  #: views/widgets.php:168
51
 
52
  #: includes/calendar-class.php:191
53
  msgid "Posterboard"
54
+ msgstr "Pinnwand"
55
 
56
  #: includes/calendar-class.php:383 includes/calendar-class.php:417
57
  #: includes/calendar-class.php:572 includes/calendar-class.php:1181
176
 
177
  #: includes/texts.php:6
178
  msgid "May"
179
+ msgstr "Mai"
180
 
181
  #: includes/texts.php:7
182
  msgid "June"
296
 
297
  #: includes/texts.php:45
298
  msgid "Collapse Filters"
299
+ msgstr "Filter Schliessen"
300
 
301
  #: includes/texts.php:46
302
  msgid "Reset Filters"
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.38
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -143,6 +143,10 @@ After downloading the ZIP file of the Event Calendar WD plugin,
143
 
144
  == Changelog ==
145
 
 
 
 
 
146
  = 1.0.38 =
147
  * Added: Custom css option
148
 
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.39
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
143
 
144
  == Changelog ==
145
 
146
+ = 1.0.39 =
147
+ * Fixed: Date issue for php version < 5.3
148
+ * Fixed: German translations
149
+
150
  = 1.0.38 =
151
  * Added: Custom css option
152