From 70d29248655e7ff4004c5562cfe7f29e66b0a216 Mon Sep 17 00:00:00 2001 From: EE DevBox Server Date: Mon, 11 Mar 2019 23:11:28 -0700 Subject: [PATCH] Bumping version to 4.9.80.rc.008. Previous Commit message: "Add reset state actions to our stores. (#998) ## Problem this Pull Request solves While working on the demo app (#988) and the Barcode Scanner app (https://github.com/eventespresso/eea-barcode-scanner/pull/7) I realized that there will be need for some sort of reset state action for our stores that allows dispatches to restore state to its default shape. For instance with the barcode scanner app the user might scan a new registration for checkin that we'll want to reset all the tracked related registrations etc in the state. Note: a [pull I did for GB](https://github.com/WordPress/gutenberg/pull/14225) recently that adds more sledgehammer like control over the resolution cache in the `core/data` store. It will make it easier for resetting that state in this pull. The downside is it will be tied to a version of WordPress so I can only use it IF the functions exist. " --- espresso.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/espresso.php b/espresso.php index 00e3d35ae1f..5a34af9bb87 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.80.rc.007 + Version: 4.9.80.rc.008 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.80.rc.007'); + return apply_filters('FHEE__espresso__espresso_version', '4.9.80.rc.008'); } /**