Version Description
Download this release
Release Info
Developer | webnus |
Plugin | Modern Events Calendar Lite |
Version | 5.4.6 |
Comparing to | |
See all releases |
Code changes from version 5.4.5 to 5.4.6
- assets/js/frontend.js +1 -1
- changelog.txt +4 -1
- modern-events-calendar-lite.php +2 -2
- readme.txt +4 -1
assets/js/frontend.js
CHANGED
@@ -4008,7 +4008,7 @@ function mecFluentSmartFilterIcon() {
|
|
4008 |
}
|
4009 |
|
4010 |
function mecFluentMoreViewsContent() {
|
4011 |
-
jQuery(this).
|
4012 |
}
|
4013 |
|
4014 |
function mecFluentWrapperFullScreenWidth() {
|
4008 |
}
|
4009 |
|
4010 |
function mecFluentMoreViewsContent() {
|
4011 |
+
jQuery(this).find('.mec-fluent-more-views-content').toggleClass('active');
|
4012 |
}
|
4013 |
|
4014 |
function mecFluentWrapperFullScreenWidth() {
|
changelog.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
v 5.4.
|
|
|
|
|
|
|
2 |
- Added: A holding status label next to date options in single event
|
3 |
- Added: Minimum and maximum ticket options for coupons (pro)
|
4 |
- Added: Maximum discount option for coupons (pro)
|
1 |
+
v 5.4.6 – 17 May 2020
|
2 |
+
- Added: <a href="https://webnus.net/modern-events-calendar/addons/fluent-view-layouts/?ref=17" target="_blank">Fluent-view</a> addon options (Free Addon - limited time)
|
3 |
+
|
4 |
+
v 5.4.5 – 14 May 2020
|
5 |
- Added: A holding status label next to date options in single event
|
6 |
- Added: Minimum and maximum ticket options for coupons (pro)
|
7 |
- Added: Maximum discount option for coupons (pro)
|
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: 5.4.
|
8 |
* Text Domain: modern-events-calendar-lite
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: http://webnus.net
|
@@ -31,7 +31,7 @@ if(!defined('MECEXEC'))
|
|
31 |
define('MEC_BASENAME', plugin_basename(__FILE__)); // modern-events-calendar/mec.php
|
32 |
|
33 |
/** Plugin Version **/
|
34 |
-
define('MEC_VERSION', '5.4.
|
35 |
|
36 |
/** Include Webnus MEC class if not included before **/
|
37 |
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: 5.4.6
|
8 |
* Text Domain: modern-events-calendar-lite
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: http://webnus.net
|
31 |
define('MEC_BASENAME', plugin_basename(__FILE__)); // modern-events-calendar/mec.php
|
32 |
|
33 |
/** Plugin Version **/
|
34 |
+
define('MEC_VERSION', '5.4.6');
|
35 |
|
36 |
/** Include Webnus MEC class if not included before **/
|
37 |
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.4.1
|
7 |
-
Stable tag: 5.4.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
@@ -371,6 +371,9 @@ You can see [plugin documentation here](https://webnus.net/dox/modern-events-cal
|
|
371 |
37. WordPress Event Calendar - Add Shortcode Wizard
|
372 |
|
373 |
== Changelog ==
|
|
|
|
|
|
|
374 |
= v 5.4.5 – 14 May 2020 =
|
375 |
- Added: A holding status label next to date options in single event
|
376 |
- Added: Minimum and maximum ticket options for coupons (pro)
|
4 |
Tags: Event, Events, Calendar, Booking, Schedule, Organizer, Venue
|
5 |
Requires at least: 4.0.0
|
6 |
Tested up to: 5.4.1
|
7 |
+
Stable tag: 5.4.6
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
371 |
37. WordPress Event Calendar - Add Shortcode Wizard
|
372 |
|
373 |
== Changelog ==
|
374 |
+
= v 5.4.6 – 17 May 2020 =
|
375 |
+
- Added: <a href="https://webnus.net/modern-events-calendar/addons/fluent-view-layouts/?ref=17" target="_blank">Fluent-view</a> addon options (Free Addon - limited time)
|
376 |
+
|
377 |
= v 5.4.5 – 14 May 2020 =
|
378 |
- Added: A holding status label next to date options in single event
|
379 |
- Added: Minimum and maximum ticket options for coupons (pro)
|