Skip to content

Commit

Permalink
Bumping version to 4.9.80.rc.008. Previous Commit message: "Add reset…
Browse files Browse the repository at this point in the history
… state actions to our stores. (#998)

## Problem this Pull Request solves

While working on the demo app (#988) and the Barcode Scanner app (eventespresso/eea-barcode-scanner#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](WordPress/gutenberg#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.
"
  • Loading branch information
EE DevBox Server committed Mar 12, 2019
1 parent 3b87d2d commit 70d2924
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.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
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.80.rc.007');
return apply_filters('FHEE__espresso__espresso_version', '4.9.80.rc.008');
}

/**
Expand Down

0 comments on commit 70d2924

Please sign in to comment.