Skip to content

Commit

Permalink
Bumping version to 4.9.82.rc.027. Previous Commit message: "Add autom…
Browse files Browse the repository at this point in the history
…atic dependency management/externals generation to build process 🎉(fixes #1052) (#1286)

* 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
"
  • Loading branch information
EE DevBox Server committed Jun 4, 2019
1 parent b2701ae commit c45e651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions espresso.php
Original file line number Diff line number Diff line change
Expand Up @@ -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. | <a href="https://eventespresso.com/add-ons/?utm_source=plugin_activation_screen&utm_medium=link&utm_campaign=plugin_description">Extensions</a> | <a href="https://eventespresso.com/pricing/?utm_source=plugin_activation_screen&utm_medium=link&utm_campaign=plugin_description">Sales</a> | <a href="admin.php?page=espresso_support">Support</a>
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
Expand Down Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit c45e651

Please sign in to comment.