From c45e651320f712ab30973b5f9be1d2ddcbbbf562 Mon Sep 17 00:00:00 2001 From: EE DevBox Server Date: Tue, 4 Jun 2019 13:20:22 -0700 Subject: [PATCH] =?UTF-8?q?Bumping=20version=20to=204.9.82.rc.027.=20Previ?= =?UTF-8?q?ous=20Commit=20message:=20"Add=20automatic=20dependency=20manag?= =?UTF-8?q?ement/externals=20generation=20to=20build=20process=20?= =?UTF-8?q?=F0=9F=8E=89(fixes=20#1052)=20(#1286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * various changes/updates to webpack configs * Add dependency extraction webpack plugin * remove unused dependencies for react-redux and redux Neither of these packages are used so we can stop including them everywhere. They can be added back in if we ever have need for them. * dependency map extractor configuration for externals and external to script handle map. * update all depedency registrations * update build files (dev) * add back in changes removed in a bad rebase * make webpack config more dry. * update build files (dev) * remove unneccesary delete * fix typo (copy pasta) in webpack.prod.js * some more DRY work for asset manager * relocate wp css handles for dependency generation * add default return for condition where there isn’t a registered manifest file * remove unnecessary Domain injection * more implementations of asset helpers " --- espresso.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/espresso.php b/espresso.php index 5ba53bf057b..7e02f9ed208 100644 --- a/espresso.php +++ b/espresso.php @@ -3,7 +3,7 @@ Plugin Name:Event Espresso Plugin URI: http://eventespresso.com/pricing/?ee_ver=ee4&utm_source=ee4_plugin_admin&utm_medium=link&utm_campaign=wordpress_plugins_page&utm_content=support_link Description: Manage events, sell tickets, and receive payments from your WordPress website. Reduce event administration time, cut-out ticketing fees, and own your customer data. | Extensions | Sales | Support - Version: 4.9.82.rc.026 + Version: 4.9.82.rc.027 Author: Event Espresso Author URI: http://eventespresso.com/?ee_ver=ee4&utm_source=ee4_plugin_admin&utm_medium=link&utm_campaign=wordpress_plugins_page&utm_content=support_link License: GPLv2 @@ -102,7 +102,7 @@ function espresso_minimum_php_version_error() */ function espresso_version() { - return apply_filters('FHEE__espresso__espresso_version', '4.9.82.rc.026'); + return apply_filters('FHEE__espresso__espresso_version', '4.9.82.rc.027'); } /**