Skip to content

Commit

Permalink
MonsterInsights 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscct7 committed Jan 15, 2019
1 parent ad1bda0 commit a722cd9
Show file tree
Hide file tree
Showing 405 changed files with 28,952 additions and 37,180 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ The only official and maintained source of our plugin is on WordPress.org for th
`cd assets`
`npm update`

or if you're a company employee, use the Robo checkout command:

`robo devsetup`

## Constants ##

The following constants can be defined in a wp-config file to allow for sections of MonsterInsights to be turned on and off across an installation base (and also for unit testing)
Expand Down Expand Up @@ -157,28 +153,11 @@ User defined:
- Don't use oAuth or the wizard, but hardcode to use UA. Note, this will not allow backend reports to work. You can also use the filter `monsterinsights_get_ua`.
- `MONSTERINSIGHTS_MULTISITE_GA_UA`.
- You can use this constant to force the same the same UA for all subsites of an MS install. Note, this will not allow backend reports to work.
- `MONSTERINSIGHTS_DEBUG_MODE`
- Enables analytics.js and events tracking debug mode. Sets asset version to time(). In future, turns on logging to file for logging class. Available to turn on in backend via debug_mode setting.

### Lite Only ###
- `MONSTERINSIGHTS_LITE_VERSION`
- The version of lite installed

### Pro Only ###
- `MONSTERINSIGHTS_PRO_VERSION`
- The version of pro installed

### Legacy Constants ###

We declare these for code that relies on old constants. Please upgrade your code to use the new constants.

- `GA_YOAST_PREMIUM_VERSION`
- Use `MONSTERINSIGHTS_PRO_VERSION` instead.
- `GAWP_VERSION`
- Use `MONSTERINSIGHTS_VERSION` instead.
- `GAWP_FILE`
- Use `MONSTERINSIGHTS_PLUGIN_FILE` instead.
- `GAWP_PATH`
- Use `MONSTERINSIGHTS_PLUGIN_DIR` instead.
- `GAWP_URL`
- Use `MONSTERINSIGHTS_PLUGIN_URL` instead.
- The version of pro installed
239 changes: 133 additions & 106 deletions assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a722cd9

Please sign in to comment.