-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds Google Analytics support using the wp-google-analytics plugin * Updates sort order of google analytics plugin * Adds pro detection and solves sync issue * Makes form legend translatable. * Updates module description * Updates module coding style and removes business check function * PR Feedback * Adds Jetpack support link * Fixes broken tests * Fixes the Business plan checks and removes unnecessary code * Adds Google Analytics JS to the js:hint task exception list * Pointing help back to Google Analytics article on WordPress.com * Maintains compatibility with WordPress.com option name. * Translates the jetpack option name to the WordPress.com name when getting site settings. * Makes form placeholder translatable * Reverts snafu with translatable string on the Verification Tools component. * Updates upgrade button with new Jetpack redirect address * Removes unused constant. * Adds Google Analytics to the PRO list on the search page. * Removes the paywall from the module, adding it to the deactivation list. * Adds Google Analytics to the Plans page * Updates the Google Analytics module heading * Fixes the Google Analytics module appearance when searching * Removes tokens for custom variables since they are not supported on WordPress.com * Removes backward compatibility code since it's not needed with this new plugin * Removed code for logging outgoing links since it's not supported on WordPress.com * Adds Jetpack monthly checks to the pro status component * Removes broken link from the Google Analytics module description * Removes unused callback functions * Google Analytics code generation function simplified to use only tracking code option * Refactors the get options function to retrieve and validate only the tracking code * Removes whitespace * Removes unused variables * Changes class name to compy with WordPress coding guidelines * Removes extra tab * Fixes Google Analytics upgrade url * Removes extra call to isModuleActivated * Removes Google Analytics link from module description * Removes the settings form in favor of a link pointing to WordPress.com * Removes upgrade button flash for Google Analytics * Moves the Google Analytics module to the top with the rest of the paid modules * Changes the way we import from loadash * Fix undefined && update support link
- Loading branch information
1 parent
0fe1b5f
commit cfc5267
Showing
16 changed files
with
349 additions
and
36 deletions.
There are no files selected for viewing
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 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 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 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 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 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* Module Name: Google Analytics | ||
* Module Description: Lets you use Google Analytics to track your WordPress site statistics. | ||
* First Introduced: 4.5 | ||
* Sort Order: 37 | ||
* Requires Connection: Yes | ||
* Auto Activate: No | ||
* Feature: Engagement | ||
* Additional Search Queries: webmaster, google, analytics, console | ||
*/ | ||
|
||
include dirname( __FILE__ ) . "/google-analytics/wp-google-analytics.php"; |
Oops, something went wrong.