-
Notifications
You must be signed in to change notification settings - Fork 76
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
Deploy Version 2.8.0 #739
Merged
Deploy Version 2.8.0 #739
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
…ort for 10Web Hosting).
…s-updates [localhost-url] Updated the supported localhost site URLs (added supp…
… align with the changes in WordPress plugin update AJAX requests.
…lugin is actually WP.org-compliant.
…revent triggering warnings when the plugin information dialog is opened.
… the build process makes some of the rules in the mixins obsolute.
…s + Refactor debugger and extract it to a separate class * [debug] [logging] Automatically turn off fs_debug_mode after 24 hours, moved debug logic from Freemius to new FS_DebugManager class, fix a bug about logging attempt to DB when table does not exist. * Removed useless $ON static variable, using $_isStorageLoggingOn * Removed useless $ON static variable, using $_isStorageLoggingOn * Removed useless `off` method and redundant checks
…o updates the pricing/upgrade submenu item's URL.
…plate-escaping-fix
…g-fix Hotfix/account template escaping fix
…ditional subdomain pattern.
…down in plugin checkout
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.
Improved Debugger, WP & PHP 8.2 Compatibility, and Various Bug Fixes
We are excited to release version 2.8.0, which includes multiple bug fixes and improvements. Please find the details below:
Improved Debugger
The Freemius SDK has a built-in debugger that, when enabled, stores all logs in the local WordPress database. We've received reports that users sometimes forget to disable it, causing the storage size to grow. To prevent this, we now automatically disable the debugger 24 hours after it is turned on.
Please note: this feature will only function if the WordPress instance has cron jobs enabled.
Improved Update Mechanism
We noticed a regression in the latest version of WordPress where updating a premium plugin via the plugin information dialog was not functioning correctly. This issue has now been resolved.
Additionally, we fixed a case where a premium-only plugin mistakenly fetched data from WordPress.org. This issue could occur if the plugin shared the same slug as another WordPress.org plugin.
Other Bug Fixes and Improvements
index.php
files to directories that were missing them.pricing_url
filter to also change the pricing/upgrade submenu item.wpengine
,instawp
, and10web
to the supported list of staging sites.