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

plugin marketplace - initial working state #2143

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

broskees
Copy link
Collaborator

No description provided.

@broskees broskees requested a review from a team as a code owner December 14, 2023 13:53
@broskees broskees requested review from marcelfolaron and removed request for a team December 14, 2023 13:53
}

$fragment = $this->$action();
$fragment = method_exists($this, $action) ? $this->$action() : $this->run();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll also need to check that the run method exists. Had this issue a few times.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do, right beforehand.

rel="noopener noreferrer"
>Get a license</x-global::button>
@else
<span>This plugin currently isn't available for purchase.</span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you take a quick pass and move the language strings into language files?

@marcelfolaron marcelfolaron merged commit 14b6047 into 3.0 Dec 14, 2023
@marcelfolaron marcelfolaron deleted the feature/plugin-marketplace-initial-release branch March 19, 2024 12:29
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.

2 participants