-
Notifications
You must be signed in to change notification settings - Fork 77
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
Feature/enrich debug page with site url and cron #695
Open
DanieleAlessandra
wants to merge
45
commits into
develop
Choose a base branch
from
feature/enrich-debug-page-with-site-url-and-cron
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/enrich debug page with site url and cron #695
DanieleAlessandra
wants to merge
45
commits into
develop
from
feature/enrich-debug-page-with-site-url-and-cron
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
…files, Fixed Log Download
#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>
…nually extended server-side
… that can be removed while translating. This is the commit message #2: [version-control] Revert breaking changes to string translation.
…ion function to populate the "Cancel" button of the subscription cancellation modal.
Hotfix/bug 707
…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.
…files, Fixed Log Download
…thub.com:Freemius/wordpress-sdk into feature/enrich-debug-page-with-site-url-and-cron * 'feature/enrich-debug-page-with-site-url-and-cron' of github.com:Freemius/wordpress-sdk: [debug] Added Add-ons table [debug] [cron] Added Site URL, Added Cron Table, Separated tables in files, Fixed Log Download
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.
Refactored the debug page by separating each section into its own PHP file. Fixed the CSV download issue. Added a Cron table and provided information regarding the site URL.