Conversation
* [deprecation] Remove skype support. * Version bump -> 2.12.0.1.
* [updates] [cache] Improved the caching for updates check. * [updates] [cache] Improve the fetching of the readme and upgrade notice data. * [updates] [cache] Updates data caching fixes and optimizations.
This file contains hidden or 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
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.
Fixes for Update Caching, Cron Jobs, and Skype Cleanup
We’re releasing version 2.12.1 of the Freemius WordPress SDK, focusing purely on bug fixes and cleanup tasks.
Fix: Caching Issue in Update Check
We identified a regression affecting the caching mechanism of our auto-update system. In certain scenarios, the cache was bypassed, leading to unnecessary API calls and performance hits. This has now been fixed.
As a bonus, we made some performance improvements by reducing the amount of data fetched from our API during the update check process.
Removal: Skype Support
With Microsoft sunsetting Skype, we’ve removed the
support_skypeproperty from our SDK. The property is no longer referenced in any SDK logic.Our backend systems have already been updated so that even older versions of the SDK will no longer show it. This release removes redundant checks and references to clean up the codebase.
Other Notable Changes