Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get correct cache key with plugin- prefix #13023

Merged
merged 3 commits into from
Apr 4, 2023

Conversation

timkelty
Copy link
Contributor

Description

We were retrieving items from the licenseInfo cache by plugin handle, but they were stored with a plugin- prefix.
This seems to fix #12986, but I'm not 💯 sure it is in the right place, as @brandonkelly did the recent updates to licensing info.

Related issues

#12986

@timkelty timkelty requested a review from a team as a code owner March 31, 2023 19:35
@timkelty timkelty requested review from brandonkelly and removed request for a team March 31, 2023 19:35
# Conflicts:
#	src/services/Plugins.php
@timkelty timkelty force-pushed the fix-purchase-showing-as-trial branch from 41819db to f8d84de Compare April 3, 2023 19:18
@timkelty timkelty changed the base branch from develop to v3 April 3, 2023 19:18
@timkelty
Copy link
Contributor Author

timkelty commented Apr 3, 2023

@brandonkelly confirmed this was happening in 3.x as well, so rebased to v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[4.x]: Plugins with valid licences are still listed as 'Active Trials' in the plugin store
2 participants