Version Description
25 February 2022 = - Fixed: minor issue
Download this release
Release Info
Developer | webnus |
Plugin | Modern Events Calendar Lite |
Version | 6.4.1 |
Comparing to | |
See all releases |
Code changes from version 6.4.0 to 6.4.1
- app/features/mec/dashboard.php +1 -1
- app/features/mec/go-pro.php +1 -1
- changelog.txt +3 -0
- modern-events-calendar-lite.php +2 -2
- readme.txt +4 -1
app/features/mec/dashboard.php
CHANGED
@@ -82,7 +82,7 @@ $box_stats = apply_filters('mec_dashboard_box_stats', true);
|
|
82 |
<?php esc_html_e('GO PREMIUM', 'modern-events-calendar-lite'); ?>
|
83 |
</a>
|
84 |
<div class="info-msg-coupon">
|
85 |
-
|
86 |
</div>
|
87 |
<div class="socialfollow">
|
88 |
<a target="_blank" href="https://www.facebook.com/WebnusCo/" class="facebook">
|
82 |
<?php esc_html_e('GO PREMIUM', 'modern-events-calendar-lite'); ?>
|
83 |
</a>
|
84 |
<div class="info-msg-coupon">
|
85 |
+
|
86 |
</div>
|
87 |
<div class="socialfollow">
|
88 |
<a target="_blank" href="https://www.facebook.com/WebnusCo/" class="facebook">
|
app/features/mec/go-pro.php
CHANGED
@@ -69,7 +69,7 @@ defined('MECEXEC') or die();
|
|
69 |
<?php esc_html_e('GO PREMIUM', 'modern-events-calendar-lite'); ?>
|
70 |
</a>
|
71 |
<div class="info-msg-coupon">
|
72 |
-
|
73 |
</div>
|
74 |
<div class="socialfollow">
|
75 |
<a target="_blank" href="https://www.facebook.com/WebnusCo/" class="facebook">
|
69 |
<?php esc_html_e('GO PREMIUM', 'modern-events-calendar-lite'); ?>
|
70 |
</a>
|
71 |
<div class="info-msg-coupon">
|
72 |
+
|
73 |
</div>
|
74 |
<div class="socialfollow">
|
75 |
<a target="_blank" href="https://www.facebook.com/WebnusCo/" class="facebook">
|
changelog.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
v 6.4.0 – 23 February 2022
|
|
|
|
|
|
|
2 |
- Improved: The MEC backend
|
3 |
- Improved: Queries on all skins
|
4 |
- Improved: The single event page
|
1 |
v 6.4.0 – 23 February 2022
|
2 |
+
- Fixed: minor issue
|
3 |
+
|
4 |
+
v 6.4.0 – 23 February 2022
|
5 |
- Improved: The MEC backend
|
6 |
- Improved: Queries on all skins
|
7 |
- Improved: The single event page
|
modern-events-calendar-lite.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: http://webnus.net/modern-events-calendar/
|
5 |
* Description: An awesome plugin for events calendar
|
6 |
* Author: Webnus
|
7 |
-
* Version: 6.4.
|
8 |
* Text Domain: modern-events-calendar-lite
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: http://webnus.net
|
@@ -33,7 +33,7 @@ if(!defined('MECEXEC'))
|
|
33 |
define('MEC_API_URL', 'https://webnus.net/api/v3');
|
34 |
|
35 |
/** Plugin Version **/
|
36 |
-
define('MEC_VERSION', '6.4.
|
37 |
|
38 |
/** Include Webnus MEC class if not included before **/
|
39 |
if(!class_exists('MEC')) require_once MEC_ABSPATH.'mec-init.php';
|
4 |
* Plugin URI: http://webnus.net/modern-events-calendar/
|
5 |
* Description: An awesome plugin for events calendar
|
6 |
* Author: Webnus
|
7 |
+
* Version: 6.4.1
|
8 |
* Text Domain: modern-events-calendar-lite
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: http://webnus.net
|
33 |
define('MEC_API_URL', 'https://webnus.net/api/v3');
|
34 |
|
35 |
/** Plugin Version **/
|
36 |
+
define('MEC_VERSION', '6.4.1');
|
37 |
|
38 |
/** Include Webnus MEC class if not included before **/
|
39 |
if(!class_exists('MEC')) require_once MEC_ABSPATH.'mec-init.php';
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webnus.net
|
|
4 |
Tags: Event, Events, Calendar, Booking, Schedule, Organizer, Venue
|
5 |
Requires at least: 4.0.0
|
6 |
Tested up to: 5.9
|
7 |
-
Stable tag: 6.4.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -472,6 +472,9 @@ You can see [plugin documentation](https://webnus.net/dox/modern-events-calendar
|
|
472 |
|
473 |
== Changelog ==
|
474 |
|
|
|
|
|
|
|
475 |
= 6.4.0 – 23 February 2022 =
|
476 |
- Improved: The MEC backend
|
477 |
- Improved: Queries on all skins
|
4 |
Tags: Event, Events, Calendar, Booking, Schedule, Organizer, Venue
|
5 |
Requires at least: 4.0.0
|
6 |
Tested up to: 5.9
|
7 |
+
Stable tag: 6.4.1
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
472 |
|
473 |
== Changelog ==
|
474 |
|
475 |
+
= 6.4.1 – 25 February 2022 =
|
476 |
+
- Fixed: minor issue
|
477 |
+
|
478 |
= 6.4.0 – 23 February 2022 =
|
479 |
- Improved: The MEC backend
|
480 |
- Improved: Queries on all skins
|