From 272bfe584900c587196dc004ac85d1ebc110d85f Mon Sep 17 00:00:00 2001 From: EE DevBox Server Date: Mon, 11 Mar 2019 12:55:50 -0700 Subject: [PATCH] Bumping version to 4.9.80.rc.007. Previous Commit message: "correct the description of EEH_Line_Item::add_percentage_based_item() (#994) ## Problem this Pull Request solves Just updates a PHP doc to more accurately reflect the follow-up work needed after using `EEH_Line_Item::add_percentage_line_item()`. No code behaviour changed. (This seems to be what caused https://github.com/eventespresso/ee-code-snippet-library/issues/12) ## How has this been tested * [ ] Opened up EE and there were no syntax errors ## Checklist * [ ] I have read the documentation relating to systems affected by this pull request, see https://github.com/eventespresso/event-espresso-core/tree/master/docs * [ ] User input is adequately validated and sanitized * [ ] all publicly displayed strings are internationalized (usually using `esc_html__()`, see https://codex.wordpress.org/I18n_for_WordPress_Developers) * [ ] My code is tested. * [ ] My code follows the Event Espresso code style. * [ ] My code has proper inline documentation. * [ ] My code accounts for when the site is in Maintenance Mode (MM2 especially disallows usage of models) " --- espresso.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/espresso.php b/espresso.php index aca1b9a1662..00e3d35ae1f 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.006 + Version: 4.9.80.rc.007 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.006'); + return apply_filters('FHEE__espresso__espresso_version', '4.9.80.rc.007'); } /**