-
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
Version 2.7.0 #700
Merged
Version 2.7.0 #700
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
This reverts commit 345fdc1.
…t-key-from-license-activation
…cense-activation [ui] Hide secret key from license activation window.
#687) * [wordpress-compliance] Add the expected argument for the loading of scripts in WP. The default is false but make the fs function default as true to avoid breaking change. * [refactor] Evaluate all to true to avoid breaking changes. Evaluate all to true to avoid breaking changes. --------- Co-authored-by: Laurence Bahiirwa <laurence@freemius.com>
…when activating a license with an existing user. (#694)
…in_Plan`. Added `get_filtered_plans`and `get_visible_trial_plans` to `FS_Plan_Manager`. Modified `_add_trial_notice` in `Freemius` to use only visible plan with trials.
1. Update all gulp dependencies. 2. Use the new transifex API to push and pull files.
… to contributing.md file.
…before uploading + Remove safety check + Bring node-fetch back since it is experimental and showing warnings.
…ion label of lifetime add-on licenses.
…sing a license entity, whether the associated first payment is pending.
…8.2+. (#688) Co-authored-by: Laurence Bahiirwa <laurence@freemius.com>
fajardoleo
approved these changes
Apr 4, 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.
Improved license white-labeling, enhanced PHP 8 support and various housekeeping
Version 2.7.0 brings various improvements and bug fixes. Please find them below:
Improved license white-labeling
The license keys will no longer be printed in the HTML form. This enhances the experience of white-labeled licenses.
PHP 8.* enhancements
printf
family of functions. We have fixed the translations directly in our Transifex project.Garbage Collector enhancements
We discovered an edge case where the garbage collector could delete data, in case the slug of the product was changed from the Freemius Developer Dashboard. We have introduced a fix for this.
Other bug fixes & housekeeping
fs_enqueue_local_script
function.gettext
extractor library to work for various types of custom gettext functions used in the project.po
andmo
files.For the build-tooling changes, please see the new CONTRIBUTING.md file.