Skip to content

Commit

Permalink
Lastest cafe changes 5.0.26.p
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebblo committed Sep 2, 2024
1 parent 89fa753 commit e41164d
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Releases

### [5.0.26]

#### Fixed
- Fixed PHP 7.4 Incompatible Code in InterfaceManager

#### Changed
- [BuildMachine changes - 5.0.25.p (#1511)](https://github.com/eventespresso/cafe/pull/1511)


### [5.0.25]

#### Changed
- [BuildMachine changes - 5.0.24.p (#1486)](https://github.com/eventespresso/cafe/pull/1486)
- [Fix and Split Up PHP Unit Tests (#1354)](https://github.com/eventespresso/cafe/pull/1354)
- [Add GraphQL interface EspressoNode (#1478)](https://github.com/eventespresso/cafe/pull/1478)
- [Keap. Refactor error logging (#1500)](https://github.com/eventespresso/cafe/pull/1500)
- [Remove USE_ADVANCED_EDITOR Feature Flag (Barista#1332) (#1503)](https://github.com/eventespresso/cafe/pull/1503)


### [5.0.24]

#### Added
Expand Down
5 changes: 2 additions & 3 deletions core/services/graphql/InterfaceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use RuntimeException;
use WPGraphQL\Registry\TypeRegistry;
use EventEspresso\core\services\graphql\interfaces\GraphQLInterface;
use EventEspresso\core\services\graphql\fields\GraphQLFieldInterface;
use EventEspresso\core\services\graphql\interfaces\InterfaceCollection;
use EventEspresso\core\services\graphql\interfaces\GraphQLInterfaceInterface;

Expand Down Expand Up @@ -56,7 +55,7 @@ public function callback(TypeRegistry $registry): void

/**
* Convert an array of GraphQLFieldInterface into compatible format with WPGraphQL
* @param GraphQLFieldInterface[] $fields
* @param GraphQLInterfaceInterface $interface
* @return array
*/
protected function fieldsToArray(GraphQLInterfaceInterface $interface): array
Expand All @@ -80,7 +79,7 @@ protected function validateMethodResolve(GraphQLInterfaceInterface $interface):
__(
sprintf(
'GraphQL interface "%1$s" has no accessible method "%2$s"!',
$interface::class,
get_class($interface),
$this->methodName
),
'event_espresso'
Expand Down
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: https://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: 5.0.26.rc.000
Version: 5.0.26.rc.002
Author: Event Espresso
Author URI: https://eventespresso.com/?ee_ver=ee4&utm_source=ee4_plugin_admin&utm_medium=link&utm_campaign=wordpress_plugins_page&utm_content=support_link
License: GPLv3
Expand Down Expand Up @@ -104,7 +104,7 @@ function espresso_minimum_php_version_error()
*/
function espresso_version(): string
{
return apply_filters('FHEE__espresso__espresso_version', '5.0.26.rc.000');
return apply_filters('FHEE__espresso__espresso_version', '5.0.26.rc.002');
}

/**
Expand Down
43 changes: 42 additions & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
{"awsbucket":"","awsregion":"","decafFilesRemove":["src\/.babelrc","src\/.editorconfig","src\/.github\/**","src\/.travis.yml","src\/bin\/**","src\/caffeinated","src\/docs\/**","src\/info.json","src\/tests\/**","src\/wp-assets\/**"],"jsBuildDirectory":".\/","name":"Event Espresso Core","releaseFilesRemove":["src\/.babelrc","src\/.editorconfig","src\/.github\/**","src\/.travis.yml","src\/bin\/**","src\/docs\/**","src\/info.json","src\/readme.txt","src\/tests\/**","src\/wp-assets\/**"],"remoteNamesToPushTo":[],"slug":"event-espresso-core-reg","srcBuildFolderName":"event-espresso-core","textDomain":"event_espresso","versionFile":"espresso.php","wpi18nJsPotFilePath":".\/languages\/ee-js.pot","wpOrgMainFileSlug":"espresso","wpOrgPluginName":"Event Espresso 4 Decaf","wpOrgPluginUrl":"https:\/\/eventespresso.com\/pricing\/?ee_ver=ee4&utm_source=ee4_decaf_plugin_admin&utm_medium=link&utm_campaign=wordpress_plugins_page&utm_content=support_link","wpOrgRelease":"5.0.25.p","wpOrgSlug":"event-espresso-decaf","wpOrgUser":"eventespresso"}
{
"awsbucket": "",
"awsregion": "",
"decafFilesRemove": [
"src\/.babelrc",
"src\/.editorconfig",
"src\/.github\/**",
"src\/.travis.yml",
"src\/bin\/**",
"src\/caffeinated",
"src\/docs\/**",
"src\/info.json",
"src\/tests\/**",
"src\/wp-assets\/**"
],
"jsBuildDirectory": ".\/",
"name": "Event Espresso Core",
"releaseFilesRemove": [
"src\/.babelrc",
"src\/.editorconfig",
"src\/.github\/**",
"src\/.travis.yml",
"src\/bin\/**",
"src\/docs\/**",
"src\/info.json",
"src\/readme.txt",
"src\/tests\/**",
"src\/wp-assets\/**"
],
"remoteNamesToPushTo": [],
"slug": "event-espresso-core-reg",
"srcBuildFolderName": "event-espresso-core",
"textDomain": "event_espresso",
"versionFile": "espresso.php",
"wpi18nJsPotFilePath": ".\/languages\/ee-js.pot",
"wpOrgMainFileSlug": "espresso",
"wpOrgPluginName": "Event Espresso 4 Decaf",
"wpOrgPluginUrl": "https:\/\/eventespresso.com\/pricing\/?ee_ver=ee4&utm_source=ee4_decaf_plugin_admin&utm_medium=link&utm_campaign=wordpress_plugins_page&utm_content=support_link",
"wpOrgRelease": "5.0.25.p",
"wpOrgSlug": "event-espresso-decaf",
"wpOrgUser": "eventespresso"
}

0 comments on commit e41164d

Please sign in to comment.