Version Description
Fixed: Norwegian lang files name
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.29 |
Comparing to | |
See all releases |
Code changes from version 1.0.28 to 1.0.29
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
|
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.29
|
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.
|
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.29';
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
languages/{ecwd-nb_NB.mo → ecwd-nb_NO.mo}
RENAMED
File without changes
|
languages/{ecwd-nb_NB.po → ecwd-nb_NO.po}
RENAMED
File without changes
|
languages/{ecwd-nn_NN.mo → ecwd-nn_NO.mo}
RENAMED
File without changes
|
languages/{ecwd-nn_NN.po → ecwd-nn_NO.po}
RENAMED
File without changes
|
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
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -92,8 +92,8 @@ If you think you found a bug in Event Calendar WD or have any problem/question
|
|
92 |
Dutch (nl_NL) by F. van Reem and Sabrina Gordijn
|
93 |
German (de_DE) by Ogi Djuraskovic
|
94 |
Hungarian (hu_HU) by Szabolcs Egerhazi
|
95 |
-
Norwegian (Bokmål) by Vegard Innerdal
|
96 |
-
Norwegian (Nynorsk) by Vegard Innerdal
|
97 |
Serbian (sr_RS)
|
98 |
Spanish (es_ES)
|
99 |
French (fr_FR)
|
@@ -139,9 +139,12 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
139 |
|
140 |
== Changelog ==
|
141 |
|
|
|
|
|
|
|
142 |
= 1.0.28 =
|
143 |
-
Added: ECWD Views add-on
|
144 |
-
Added: Norwegian (Bokmål) and Norwegian (Nynorsk) languages support(by Vegard Innerdal)
|
145 |
|
146 |
= 1.0.27 =
|
147 |
Changed: Added padding to event details for screens < 768
|
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
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.0.29
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
92 |
Dutch (nl_NL) by F. van Reem and Sabrina Gordijn
|
93 |
German (de_DE) by Ogi Djuraskovic
|
94 |
Hungarian (hu_HU) by Szabolcs Egerhazi
|
95 |
+
Norwegian (Bokmål) (nb_NO) by Vegard Innerdal
|
96 |
+
Norwegian (Nynorsk) (nn_NO) by Vegard Innerdal
|
97 |
Serbian (sr_RS)
|
98 |
Spanish (es_ES)
|
99 |
French (fr_FR)
|
139 |
|
140 |
== Changelog ==
|
141 |
|
142 |
+
= 1.0.29 =
|
143 |
+
Fixed: Norwegian lang files name
|
144 |
+
|
145 |
= 1.0.28 =
|
146 |
+
Added: ECWD Views add-on
|
147 |
+
Added: Norwegian (Bokmål) and Norwegian (Nynorsk) languages support(by Vegard Innerdal)
|
148 |
|
149 |
= 1.0.27 =
|
150 |
Changed: Added padding to event details for screens < 768
|