-
Notifications
You must be signed in to change notification settings - Fork 79
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
Hotfix/daniele/symlink regression #772
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…g-fix [template] Fixed the title escaping in the account template.
Deploy Version 2.8.0
Deploy Version 2.8.1
Merge pull request #751 from Freemius/develop
Merge pull request #764 from Freemius/develop * [staging-sites] Updated the staging site URL pattern for Kinsta. * [anonymous-mode] Support anonymous mode by default on sandbox sites. * [license-dialog] Fixed the retrieving of the selected license's ID from the license update dialog. * [pricing] [filter] Respect the plugin_icon filter and add new filter to configure single package mode of the pricing app. * [pricing] [filter] Add new filter to enqueue a CSS to the pricing page. * [pricing] [update] Update version 1.1.0 of the pricing app. * [cron] Improved the scheduling of the install sync cron job. * [parallel-activation] Improved the support for plugins with free and premium versions that can be activated in parallel. * [composer] [autoload] Added start.php to autoload.files in composer.json supporting both plugins and themes (#756) * [composer] [autoload] Added start.php to autoload.files in composer.json * [composer] [vendor] [themes] Changed logic related to theme to make it work also when SDK is stored in a subfolder (e.g. vendor folder) * [themes] [child theme] [load priority] Correctly determine SDK file to load, even with themes and child themes * Code style, renamed variables, removed unused $is_theme check. * Code Style (wordpress) * Code styling (spaces instead of tabs) * Revert indent spacing * Fix strpos index and use get_stylesheet() instead of private property stylesheet --------- Co-authored-by: Daniele Alessandra <[email protected]> * [version] Version 2.10.0 --------- Co-authored-by: Leo Fajardo <[email protected]> Co-authored-by: Daniele Alessandra <[email protected]> Co-authored-by: Daniele Alessandra <[email protected]>
…ing the lins of installed plugin, without using plugin_basename. This solves an infinite loop error while activating a plugin with a newer SDK version from a symlink
…orking with direct require.
Version number
fajardoleo
approved these changes
Dec 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
swashata
approved these changes
Dec 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch has been already merged to master