Version Description
= [5.0] =
Please see the changelog for the complete list of changes in this release. Previous versions of The Events Calendar are not cross-compatible with 5.X add-ons. Remember to always make a backup of your database and files before updating!
Download this release
Release Info
| Developer | Camwynsp |
| Plugin | |
| Version | 5.16.3.1 |
| Comparing to | |
| See all releases | |
Code changes from version 5.16.3 to 5.16.3.1
- common/src/Tribe/Admin/Notice/Date_Based.php +1 -1
- common/src/Tribe/Main.php +1 -1
- common/vendor/autoload.php +1 -1
- common/vendor/autoload_52.php +1 -1
- common/vendor/composer/autoload_real.php +4 -4
- common/vendor/composer/autoload_real_52.php +3 -3
- common/vendor/composer/autoload_static.php +5 -5
- common/vendor/freemius/assets/img/advanced-nocaptcha-and-invisible-captcha-pro.png +0 -0
- common/vendor/freemius/assets/img/advanced-nocaptcha-recaptcha.jpg +0 -0
- common/vendor/freemius/includes/class-freemius.php +1 -1
- common/vendor/freemius/includes/managers/class-fs-key-value-storage.php +10 -0
- common/vendor/freemius/package.json +1 -1
- common/vendor/freemius/start.php +1 -1
- lang/the-events-calendar-bg_BG.mo +0 -0
- lang/the-events-calendar-cs_CZ.mo +0 -0
- lang/the-events-calendar-de_CH.mo +0 -0
- lang/the-events-calendar-de_DE.mo +0 -0
- lang/the-events-calendar-es_AR.mo +0 -0
- lang/the-events-calendar-fr_CA.mo +0 -0
- lang/the-events-calendar-nl_NL.mo +0 -0
- lang/the-events-calendar-pl_PL.mo +0 -0
- lang/the-events-calendar-pt_PT.mo +0 -0
- readme.txt +5 -1
- src/Tribe/Main.php +1 -1
- the-events-calendar.php +1 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
common/src/Tribe/Admin/Notice/Date_Based.php
CHANGED
|
@@ -192,7 +192,7 @@ abstract class Date_Based {
|
|
| 192 |
/**
|
| 193 |
* Function to get and filter the screens the notice is displayed on.
|
| 194 |
*
|
| 195 |
-
* @since
|
| 196 |
*
|
| 197 |
* @return array<string> List of allowed screens.
|
| 198 |
*/
|
| 192 |
/**
|
| 193 |
* Function to get and filter the screens the notice is displayed on.
|
| 194 |
*
|
| 195 |
+
* @since 4.15.4
|
| 196 |
*
|
| 197 |
* @return array<string> List of allowed screens.
|
| 198 |
*/
|
common/src/Tribe/Main.php
CHANGED
|
@@ -20,7 +20,7 @@ class Tribe__Main {
|
|
| 20 |
const OPTIONNAME = 'tribe_events_calendar_options';
|
| 21 |
const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
|
| 22 |
|
| 23 |
-
const VERSION = '4.15.4';
|
| 24 |
const FEED_URL = 'https://theeventscalendar.com/feed/';
|
| 25 |
|
| 26 |
protected $plugin_context;
|
| 20 |
const OPTIONNAME = 'tribe_events_calendar_options';
|
| 21 |
const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
|
| 22 |
|
| 23 |
+
const VERSION = '4.15.4.1';
|
| 24 |
const FEED_URL = 'https://theeventscalendar.com/feed/';
|
| 25 |
|
| 26 |
protected $plugin_context;
|
common/vendor/autoload.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit7604a0f54a8e958278f96bf616a32ea6::getLoader();
|
common/vendor/autoload_52.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInitcb11e2bfb2c1ad9e574ceed2f056f238::getLoader();
|
common/vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit0ce3c12a8da2808ec057a677139c9978
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 27 |
if ($useStaticLoader) {
|
| 28 |
require_once __DIR__ . '/autoload_static.php';
|
| 29 |
|
| 30 |
-
call_user_func(\Composer\Autoload\
|
| 31 |
} else {
|
| 32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 33 |
foreach ($map as $namespace => $path) {
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit7604a0f54a8e958278f96bf616a32ea6
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit7604a0f54a8e958278f96bf616a32ea6', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit7604a0f54a8e958278f96bf616a32ea6', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 27 |
if ($useStaticLoader) {
|
| 28 |
require_once __DIR__ . '/autoload_static.php';
|
| 29 |
|
| 30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit7604a0f54a8e958278f96bf616a32ea6::getInitializer($loader));
|
| 31 |
} else {
|
| 32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 33 |
foreach ($map as $namespace => $path) {
|
common/vendor/composer/autoload_real_52.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
| 4 |
|
| 5 |
-
class
|
| 6 |
private static $loader;
|
| 7 |
|
| 8 |
public static function loadClassLoader($class) {
|
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit9cd6a6004d5a7d8f61d839e471706fcd {
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__));
|
| 27 |
$baseDir = dirname($vendorDir);
|
| 2 |
|
| 3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInitcb11e2bfb2c1ad9e574ceed2f056f238 {
|
| 6 |
private static $loader;
|
| 7 |
|
| 8 |
public static function loadClassLoader($class) {
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInitcb11e2bfb2c1ad9e574ceed2f056f238', 'loadClassLoader'), true /*, true */);
|
| 23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitcb11e2bfb2c1ad9e574ceed2f056f238', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$vendorDir = dirname(dirname(__FILE__));
|
| 27 |
$baseDir = dirname($vendorDir);
|
common/vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'T' =>
|
|
@@ -269,10 +269,10 @@ class ComposerStaticInit0ce3c12a8da2808ec057a677139c9978
|
|
| 269 |
public static function getInitializer(ClassLoader $loader)
|
| 270 |
{
|
| 271 |
return \Closure::bind(function () use ($loader) {
|
| 272 |
-
$loader->prefixLengthsPsr4 =
|
| 273 |
-
$loader->prefixDirsPsr4 =
|
| 274 |
-
$loader->prefixesPsr0 =
|
| 275 |
-
$loader->classMap =
|
| 276 |
|
| 277 |
}, null, ClassLoader::class);
|
| 278 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInit7604a0f54a8e958278f96bf616a32ea6
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'T' =>
|
| 269 |
public static function getInitializer(ClassLoader $loader)
|
| 270 |
{
|
| 271 |
return \Closure::bind(function () use ($loader) {
|
| 272 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit7604a0f54a8e958278f96bf616a32ea6::$prefixLengthsPsr4;
|
| 273 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit7604a0f54a8e958278f96bf616a32ea6::$prefixDirsPsr4;
|
| 274 |
+
$loader->prefixesPsr0 = ComposerStaticInit7604a0f54a8e958278f96bf616a32ea6::$prefixesPsr0;
|
| 275 |
+
$loader->classMap = ComposerStaticInit7604a0f54a8e958278f96bf616a32ea6::$classMap;
|
| 276 |
|
| 277 |
}, null, ClassLoader::class);
|
| 278 |
}
|
common/vendor/freemius/assets/img/advanced-nocaptcha-and-invisible-captcha-pro.png
DELETED
|
Binary file
|
common/vendor/freemius/assets/img/advanced-nocaptcha-recaptcha.jpg
DELETED
|
Binary file
|
common/vendor/freemius/includes/class-freemius.php
CHANGED
|
@@ -4058,7 +4058,7 @@
|
|
| 4058 |
if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
|
| 4059 |
$key = fs_strip_url_protocol( get_site_url( $blog_id ) );
|
| 4060 |
|
| 4061 |
-
$secure_auth = SECURE_AUTH_KEY;
|
| 4062 |
if ( empty( $secure_auth ) ||
|
| 4063 |
false !== strpos( $secure_auth, ' ' ) ||
|
| 4064 |
'put your unique phrase here' === $secure_auth
|
| 4058 |
if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
|
| 4059 |
$key = fs_strip_url_protocol( get_site_url( $blog_id ) );
|
| 4060 |
|
| 4061 |
+
$secure_auth = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : '';
|
| 4062 |
if ( empty( $secure_auth ) ||
|
| 4063 |
false !== strpos( $secure_auth, ' ' ) ||
|
| 4064 |
'put your unique phrase here' === $secure_auth
|
common/vendor/freemius/includes/managers/class-fs-key-value-storage.php
CHANGED
|
@@ -298,6 +298,7 @@
|
|
| 298 |
return $this->get( $k, null );
|
| 299 |
}
|
| 300 |
|
|
|
|
| 301 |
function offsetSet( $k, $v ) {
|
| 302 |
if ( is_null( $k ) ) {
|
| 303 |
throw new Exception( 'Can\'t append value to request params.' );
|
|
@@ -306,14 +307,17 @@
|
|
| 306 |
}
|
| 307 |
}
|
| 308 |
|
|
|
|
| 309 |
function offsetExists( $k ) {
|
| 310 |
return array_key_exists( $k, $this->_data );
|
| 311 |
}
|
| 312 |
|
|
|
|
| 313 |
function offsetUnset( $k ) {
|
| 314 |
unset( $this->$k );
|
| 315 |
}
|
| 316 |
|
|
|
|
| 317 |
function offsetGet( $k ) {
|
| 318 |
return $this->get( $k, null );
|
| 319 |
}
|
|
@@ -325,6 +329,7 @@
|
|
| 325 |
* @link http://php.net/manual/en/iterator.current.php
|
| 326 |
* @return mixed Can return any type.
|
| 327 |
*/
|
|
|
|
| 328 |
public function current() {
|
| 329 |
return current( $this->_data );
|
| 330 |
}
|
|
@@ -336,6 +341,7 @@
|
|
| 336 |
* @link http://php.net/manual/en/iterator.next.php
|
| 337 |
* @return void Any returned value is ignored.
|
| 338 |
*/
|
|
|
|
| 339 |
public function next() {
|
| 340 |
next( $this->_data );
|
| 341 |
}
|
|
@@ -347,6 +353,7 @@
|
|
| 347 |
* @link http://php.net/manual/en/iterator.key.php
|
| 348 |
* @return mixed scalar on success, or null on failure.
|
| 349 |
*/
|
|
|
|
| 350 |
public function key() {
|
| 351 |
return key( $this->_data );
|
| 352 |
}
|
|
@@ -359,6 +366,7 @@
|
|
| 359 |
* @return boolean The return value will be casted to boolean and then evaluated.
|
| 360 |
* Returns true on success or false on failure.
|
| 361 |
*/
|
|
|
|
| 362 |
public function valid() {
|
| 363 |
$key = key( $this->_data );
|
| 364 |
|
|
@@ -372,6 +380,7 @@
|
|
| 372 |
* @link http://php.net/manual/en/iterator.rewind.php
|
| 373 |
* @return void Any returned value is ignored.
|
| 374 |
*/
|
|
|
|
| 375 |
public function rewind() {
|
| 376 |
reset( $this->_data );
|
| 377 |
}
|
|
@@ -386,6 +395,7 @@
|
|
| 386 |
* <p>
|
| 387 |
* The return value is cast to an integer.
|
| 388 |
*/
|
|
|
|
| 389 |
public function count() {
|
| 390 |
return count( $this->_data );
|
| 391 |
}
|
| 298 |
return $this->get( $k, null );
|
| 299 |
}
|
| 300 |
|
| 301 |
+
#[ReturnTypeWillChange]
|
| 302 |
function offsetSet( $k, $v ) {
|
| 303 |
if ( is_null( $k ) ) {
|
| 304 |
throw new Exception( 'Can\'t append value to request params.' );
|
| 307 |
}
|
| 308 |
}
|
| 309 |
|
| 310 |
+
#[ReturnTypeWillChange]
|
| 311 |
function offsetExists( $k ) {
|
| 312 |
return array_key_exists( $k, $this->_data );
|
| 313 |
}
|
| 314 |
|
| 315 |
+
#[ReturnTypeWillChange]
|
| 316 |
function offsetUnset( $k ) {
|
| 317 |
unset( $this->$k );
|
| 318 |
}
|
| 319 |
|
| 320 |
+
#[ReturnTypeWillChange]
|
| 321 |
function offsetGet( $k ) {
|
| 322 |
return $this->get( $k, null );
|
| 323 |
}
|
| 329 |
* @link http://php.net/manual/en/iterator.current.php
|
| 330 |
* @return mixed Can return any type.
|
| 331 |
*/
|
| 332 |
+
#[ReturnTypeWillChange]
|
| 333 |
public function current() {
|
| 334 |
return current( $this->_data );
|
| 335 |
}
|
| 341 |
* @link http://php.net/manual/en/iterator.next.php
|
| 342 |
* @return void Any returned value is ignored.
|
| 343 |
*/
|
| 344 |
+
#[ReturnTypeWillChange]
|
| 345 |
public function next() {
|
| 346 |
next( $this->_data );
|
| 347 |
}
|
| 353 |
* @link http://php.net/manual/en/iterator.key.php
|
| 354 |
* @return mixed scalar on success, or null on failure.
|
| 355 |
*/
|
| 356 |
+
#[ReturnTypeWillChange]
|
| 357 |
public function key() {
|
| 358 |
return key( $this->_data );
|
| 359 |
}
|
| 366 |
* @return boolean The return value will be casted to boolean and then evaluated.
|
| 367 |
* Returns true on success or false on failure.
|
| 368 |
*/
|
| 369 |
+
#[ReturnTypeWillChange]
|
| 370 |
public function valid() {
|
| 371 |
$key = key( $this->_data );
|
| 372 |
|
| 380 |
* @link http://php.net/manual/en/iterator.rewind.php
|
| 381 |
* @return void Any returned value is ignored.
|
| 382 |
*/
|
| 383 |
+
#[ReturnTypeWillChange]
|
| 384 |
public function rewind() {
|
| 385 |
reset( $this->_data );
|
| 386 |
}
|
| 395 |
* <p>
|
| 396 |
* The return value is cast to an integer.
|
| 397 |
*/
|
| 398 |
+
#[ReturnTypeWillChange]
|
| 399 |
public function count() {
|
| 400 |
return count( $this->_data );
|
| 401 |
}
|
common/vendor/freemius/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"author": "Freemius, Inc.",
|
| 5 |
"license": "GPL-3.0",
|
| 6 |
"homepage": "https://freemius.com",
|
| 7 |
-
"version": "2.4.
|
| 8 |
"main": "gulpfile.js",
|
| 9 |
"dependencies": {},
|
| 10 |
"scripts": {
|
| 4 |
"author": "Freemius, Inc.",
|
| 5 |
"license": "GPL-3.0",
|
| 6 |
"homepage": "https://freemius.com",
|
| 7 |
+
"version": "2.4.3",
|
| 8 |
"main": "gulpfile.js",
|
| 9 |
"dependencies": {},
|
| 10 |
"scripts": {
|
common/vendor/freemius/start.php
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
*
|
| 16 |
* @var string
|
| 17 |
*/
|
| 18 |
-
$this_sdk_version = '2.4.
|
| 19 |
|
| 20 |
#region SDK Selection Logic --------------------------------------------------------------------
|
| 21 |
|
| 15 |
*
|
| 16 |
* @var string
|
| 17 |
*/
|
| 18 |
+
$this_sdk_version = '2.4.4';
|
| 19 |
|
| 20 |
#region SDK Selection Logic --------------------------------------------------------------------
|
| 21 |
|
lang/the-events-calendar-bg_BG.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-cs_CZ.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-de_CH.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-de_DE.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-es_AR.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-fr_CA.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-nl_NL.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-pl_PL.mo
CHANGED
|
Binary file
|
lang/the-events-calendar-pt_PT.mo
CHANGED
|
Binary file
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Contributors: theeventscalendar, borkweb, bordoni, brianjessee, aguseo, camwynsp
|
|
| 4 |
Tags: events, calendar, event, schedule, organizer
|
| 5 |
Donate link: https://evnt.is/29
|
| 6 |
Requires at least: 5.6
|
| 7 |
-
Stable tag: 5.16.3
|
| 8 |
Tested up to: 6.0.1
|
| 9 |
Requires PHP: 7.1
|
| 10 |
License: GPLv2 or later
|
|
@@ -223,6 +223,10 @@ Remember to always make a backup of your database and files before updating!
|
|
| 223 |
|
| 224 |
== Changelog ==
|
| 225 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
== [5.16.3] 2022-07-20 ==
|
| 227 |
|
| 228 |
* Fix - Add a theme based CSS class to the HTML body tag when the `Default Page Template` setting is enabled under Events > Settings > Display. [TEC-4391]
|
| 4 |
Tags: events, calendar, event, schedule, organizer
|
| 5 |
Donate link: https://evnt.is/29
|
| 6 |
Requires at least: 5.6
|
| 7 |
+
Stable tag: 5.16.3.1
|
| 8 |
Tested up to: 6.0.1
|
| 9 |
Requires PHP: 7.1
|
| 10 |
License: GPLv2 or later
|
| 223 |
|
| 224 |
== Changelog ==
|
| 225 |
|
| 226 |
+
= [5.16.3.1] 2022-07-21 =
|
| 227 |
+
|
| 228 |
+
* Fix - Update Freemius to avoid PHP 8 fatals. [TEC-4330]
|
| 229 |
+
|
| 230 |
== [5.16.3] 2022-07-20 ==
|
| 231 |
|
| 232 |
* Fix - Add a theme based CSS class to the HTML body tag when the `Default Page Template` setting is enabled under Events > Settings > Display. [TEC-4391]
|
src/Tribe/Main.php
CHANGED
|
@@ -33,7 +33,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
| 33 |
const VENUE_POST_TYPE = 'tribe_venue';
|
| 34 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
| 35 |
|
| 36 |
-
const VERSION = '5.16.3';
|
| 37 |
|
| 38 |
/**
|
| 39 |
* Min Pro Addon
|
| 33 |
const VENUE_POST_TYPE = 'tribe_venue';
|
| 34 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
| 35 |
|
| 36 |
+
const VERSION = '5.16.3.1';
|
| 37 |
|
| 38 |
/**
|
| 39 |
* Min Pro Addon
|
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: 5.16.3
|
| 6 |
* Author: The Events Calendar
|
| 7 |
* Author URI: https://evnt.is/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: 5.16.3.1
|
| 6 |
* Author: The Events Calendar
|
| 7 |
* Author URI: https://evnt.is/1x
|
| 8 |
* Text Domain: the-events-calendar
|
vendor/autoload.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit61cdb11bb886f8ba6b7a4677120c038e::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit2753d4b70cec15c7e4eed4ae5e69103e
|
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
-
spl_autoload_register(array('
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
-
spl_autoload_unregister(array('
|
| 25 |
|
| 26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 27 |
if ($useStaticLoader) {
|
| 28 |
require_once __DIR__ . '/autoload_static.php';
|
| 29 |
|
| 30 |
-
call_user_func(\Composer\Autoload\
|
| 31 |
} else {
|
| 32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 33 |
foreach ($map as $namespace => $path) {
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit61cdb11bb886f8ba6b7a4677120c038e
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 19 |
return self::$loader;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
spl_autoload_register(array('ComposerAutoloaderInit61cdb11bb886f8ba6b7a4677120c038e', 'loadClassLoader'), true, true);
|
| 23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
| 24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit61cdb11bb886f8ba6b7a4677120c038e', 'loadClassLoader'));
|
| 25 |
|
| 26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 27 |
if ($useStaticLoader) {
|
| 28 |
require_once __DIR__ . '/autoload_static.php';
|
| 29 |
|
| 30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit61cdb11bb886f8ba6b7a4677120c038e::getInitializer($loader));
|
| 31 |
} else {
|
| 32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'T' =>
|
|
@@ -155,9 +155,9 @@ class ComposerStaticInit2753d4b70cec15c7e4eed4ae5e69103e
|
|
| 155 |
public static function getInitializer(ClassLoader $loader)
|
| 156 |
{
|
| 157 |
return \Closure::bind(function () use ($loader) {
|
| 158 |
-
$loader->prefixLengthsPsr4 =
|
| 159 |
-
$loader->prefixDirsPsr4 =
|
| 160 |
-
$loader->classMap =
|
| 161 |
|
| 162 |
}, null, ClassLoader::class);
|
| 163 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInit61cdb11bb886f8ba6b7a4677120c038e
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'T' =>
|
| 155 |
public static function getInitializer(ClassLoader $loader)
|
| 156 |
{
|
| 157 |
return \Closure::bind(function () use ($loader) {
|
| 158 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit61cdb11bb886f8ba6b7a4677120c038e::$prefixLengthsPsr4;
|
| 159 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit61cdb11bb886f8ba6b7a4677120c038e::$prefixDirsPsr4;
|
| 160 |
+
$loader->classMap = ComposerStaticInit61cdb11bb886f8ba6b7a4677120c038e::$classMap;
|
| 161 |
|
| 162 |
}, null, ClassLoader::class);
|
| 163 |
}
|
