-
Notifications
You must be signed in to change notification settings - Fork 41
Update UTM mapping #2555
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
Merged
Merged
Update UTM mapping #2555
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
38d7328
Update UTM mapping
Crabcyborg 3a0f316
Use the new arg
Crabcyborg 104f414
Add todo comments
Crabcyborg a6ee16c
Add todo comments
Crabcyborg a6d211e
Fix a bug with legacy args not mapping, make URL dynamic
Crabcyborg 2d204ff
Fix if true
Crabcyborg 8bc3e6f
Merge branch 'master' into update_utm_mapping
Crabcyborg f911109
Move min version notice to a view and use admin link function for ren…
Crabcyborg 012d9b0
Update another hard coded url
Crabcyborg 650fd14
Stop hard coding floating links url
Crabcyborg b8d8d56
Update add-on links
Crabcyborg 019ed55
Merge branch 'master' into update_utm_mapping
Crabcyborg bec4c1e
Add UTM to view demos button
Crabcyborg 4d128fe
Update UTM for floating links
Crabcyborg 9f9ec00
Add UTM to footer links
Crabcyborg 7985d1d
Add UTM to spam protection link in entries list
Crabcyborg 2f3cecf
Improve how GDPR settings string is printed and add UTM
Crabcyborg d12dc24
Add UTM to learn more button on views info page
Crabcyborg 86790b8
Fix phpcs issues
Crabcyborg bf6499f
Update UTMs in e2e tests
Crabcyborg 3c53e7e
Fix wrong campaign used in e2e test
Crabcyborg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| <?php | ||
| if ( ! defined( 'ABSPATH' ) ) { | ||
| die( 'You are not allowed to call this page directly.' ); | ||
| } | ||
| ?> | ||
| <div class="frm-banner-alert frm_error_style frm_previous_install"> | ||
| <?php esc_html_e( 'You are running a version of Formidable Forms that may not be compatible with your version of Formidable Forms Pro.', 'formidable' ); ?> | ||
|
|
||
| <?php if ( FrmAddonsController::is_license_expired() ) : ?> | ||
| <?php | ||
| $utm = array( | ||
| 'campaign' => 'outdated', | ||
| 'content' => 'min-pro-version-notice', | ||
| ); | ||
| ?> | ||
| Please <a href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( $utm, 'account/downloads/' ) ); ?>">renew now</a> to get the latest version. | ||
| <?php else : ?> | ||
| Please <a href="<?php echo esc_url( admin_url( 'plugins.php?s=formidable%20forms%20pro' ) ); ?>">update now</a>. | ||
| <?php endif; ?> | ||
| </div> |
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.