Version Description
Download this release
Release Info
| Developer | ModernTribe |
| Plugin | |
| Version | 4.9.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 4.9.0.1 to 4.9.0.2
- common/src/Tribe/Repository/Decorator.php +4 -4
- lang/the-events-calendar-de_DE.mo +0 -0
- readme.txt +5 -3
- src/Tribe/Main.php +2 -2
- the-events-calendar.php +1 -1
common/src/Tribe/Repository/Decorator.php
CHANGED
|
@@ -596,7 +596,7 @@ abstract class Tribe__Repository__Decorator implements Tribe__Repository__Interf
|
|
| 596 |
/**
|
| 597 |
* Handle getting additional property from decorated object.
|
| 598 |
*
|
| 599 |
-
* @since
|
| 600 |
*
|
| 601 |
* @param string $name Property name.
|
| 602 |
*
|
|
@@ -609,7 +609,7 @@ abstract class Tribe__Repository__Decorator implements Tribe__Repository__Interf
|
|
| 609 |
/**
|
| 610 |
* Handle setting additional property on decorated object.
|
| 611 |
*
|
| 612 |
-
* @since
|
| 613 |
*
|
| 614 |
* @param string $name Property name.
|
| 615 |
* @param mixed $value Property value.
|
|
@@ -621,7 +621,7 @@ abstract class Tribe__Repository__Decorator implements Tribe__Repository__Interf
|
|
| 621 |
/**
|
| 622 |
* Check if additional property on decorated object exists.
|
| 623 |
*
|
| 624 |
-
* @since
|
| 625 |
*
|
| 626 |
* @param string $name Property name.
|
| 627 |
*
|
|
@@ -634,7 +634,7 @@ abstract class Tribe__Repository__Decorator implements Tribe__Repository__Interf
|
|
| 634 |
/**
|
| 635 |
* Call methods on decorated object.
|
| 636 |
*
|
| 637 |
-
* @since
|
| 638 |
*
|
| 639 |
* @param string $name Method name.
|
| 640 |
* @param array $arguments Method arguments.
|
| 596 |
/**
|
| 597 |
* Handle getting additional property from decorated object.
|
| 598 |
*
|
| 599 |
+
* @since 4.9.6.1
|
| 600 |
*
|
| 601 |
* @param string $name Property name.
|
| 602 |
*
|
| 609 |
/**
|
| 610 |
* Handle setting additional property on decorated object.
|
| 611 |
*
|
| 612 |
+
* @since 4.9.6.1
|
| 613 |
*
|
| 614 |
* @param string $name Property name.
|
| 615 |
* @param mixed $value Property value.
|
| 621 |
/**
|
| 622 |
* Check if additional property on decorated object exists.
|
| 623 |
*
|
| 624 |
+
* @since 4.9.6.1
|
| 625 |
*
|
| 626 |
* @param string $name Property name.
|
| 627 |
*
|
| 634 |
/**
|
| 635 |
* Call methods on decorated object.
|
| 636 |
*
|
| 637 |
+
* @since 4.9.6.1
|
| 638 |
*
|
| 639 |
* @param string $name Method name.
|
| 640 |
* @param array $arguments Method arguments.
|
lang/the-events-calendar-de_DE.mo
CHANGED
|
Binary file
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Contributors: ModernTribe, borkweb, barry.hughes, bordoni, brianjessee, aguseo,
|
|
| 4 |
Tags: events, calendar, event, venue, organizer, dates, date, google maps, conference, workshop, concert, meeting, seminar, summit, class, modern tribe, tribe, widget
|
| 5 |
Donate link: http://m.tri.be/29
|
| 6 |
Requires at least: 4.7
|
| 7 |
-
Stable tag: 4.9.0.
|
| 8 |
Tested up to: 5.1
|
| 9 |
Requires PHP: 5.6
|
| 10 |
License: GPLv2 or later
|
|
@@ -215,14 +215,16 @@ Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to
|
|
| 215 |
|
| 216 |
== Changelog ==
|
| 217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 218 |
= [4.9.0.1] 2019-04-25 =
|
| 219 |
|
| 220 |
* Fix - Modifications to `tribe_get_events()` to resolve problems introduced by latest release `4.9.0`
|
| 221 |
* Fix - Backwards compatibility for `'eventDisplay' => 'upcoming'` on `tribe_get_events()`. Thanks @softwebteam, @mrwweb and @karks88 [126124]
|
| 222 |
* Fix - Single navigation to next and previous events using the Object Relational Mapping classes [126144]
|
| 223 |
* Fix - Events displayed correctly on all views, using End date instead of Start Date. Making sure events that are not over still show on upcoming [126259]
|
| 224 |
-
* Fix - Switch from using `any` to `[ 'publish', 'private' ]` for `post_status` on any Object Relational Mapping queries [126377]
|
| 225 |
-
* Fix - Resolve ORM Decorator issues that could cause fatal errors when calling methods not defined in the extending class
|
| 226 |
|
| 227 |
= [4.9.0] 2019-04-17 =
|
| 228 |
|
| 4 |
Tags: events, calendar, event, venue, organizer, dates, date, google maps, conference, workshop, concert, meeting, seminar, summit, class, modern tribe, tribe, widget
|
| 5 |
Donate link: http://m.tri.be/29
|
| 6 |
Requires at least: 4.7
|
| 7 |
+
Stable tag: 4.9.0.2
|
| 8 |
Tested up to: 5.1
|
| 9 |
Requires PHP: 5.6
|
| 10 |
License: GPLv2 or later
|
| 215 |
|
| 216 |
== Changelog ==
|
| 217 |
|
| 218 |
+
= [4.9.0.2] 2019-04-25 =
|
| 219 |
+
|
| 220 |
+
* Fix - Avoid fatals due to Query method not been present by bumping version of Event Tickets required to 4.10.4.2
|
| 221 |
+
|
| 222 |
= [4.9.0.1] 2019-04-25 =
|
| 223 |
|
| 224 |
* Fix - Modifications to `tribe_get_events()` to resolve problems introduced by latest release `4.9.0`
|
| 225 |
* Fix - Backwards compatibility for `'eventDisplay' => 'upcoming'` on `tribe_get_events()`. Thanks @softwebteam, @mrwweb and @karks88 [126124]
|
| 226 |
* Fix - Single navigation to next and previous events using the Object Relational Mapping classes [126144]
|
| 227 |
* Fix - Events displayed correctly on all views, using End date instead of Start Date. Making sure events that are not over still show on upcoming [126259]
|
|
|
|
|
|
|
| 228 |
|
| 229 |
= [4.9.0] 2019-04-17 =
|
| 230 |
|
src/Tribe/Main.php
CHANGED
|
@@ -32,7 +32,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
| 32 |
const VENUE_POST_TYPE = 'tribe_venue';
|
| 33 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
| 34 |
|
| 35 |
-
const VERSION = '4.9.0.
|
| 36 |
|
| 37 |
/**
|
| 38 |
* Min Pro Addon
|
|
@@ -69,7 +69,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
| 69 |
*
|
| 70 |
* @since 4.8
|
| 71 |
*/
|
| 72 |
-
protected $min_et_version = '4.10-dev';
|
| 73 |
|
| 74 |
/**
|
| 75 |
* Maybe display data wrapper
|
| 32 |
const VENUE_POST_TYPE = 'tribe_venue';
|
| 33 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
| 34 |
|
| 35 |
+
const VERSION = '4.9.0.2';
|
| 36 |
|
| 37 |
/**
|
| 38 |
* Min Pro Addon
|
| 69 |
*
|
| 70 |
* @since 4.8
|
| 71 |
*/
|
| 72 |
+
protected $min_et_version = '4.10.4.2-dev';
|
| 73 |
|
| 74 |
/**
|
| 75 |
* Maybe display data wrapper
|
the-events-calendar.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/*
|
| 3 |
Plugin Name: The Events Calendar
|
| 4 |
Description: The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.
|
| 5 |
-
Version: 4.9.0.
|
| 6 |
Author: Modern Tribe, Inc.
|
| 7 |
Author URI: http://m.tri.be/1x
|
| 8 |
Text Domain: the-events-calendar
|
| 2 |
/*
|
| 3 |
Plugin Name: The Events Calendar
|
| 4 |
Description: The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.
|
| 5 |
+
Version: 4.9.0.2
|
| 6 |
Author: Modern Tribe, Inc.
|
| 7 |
Author URI: http://m.tri.be/1x
|
| 8 |
Text Domain: the-events-calendar
|
