-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15d8d44
commit 57cb2db
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Plugin URI: http://www.parsely.com/ | ||
Description: This plugin makes it a snap to add Parse.ly tracking code to your WordPress blog. | ||
Author: Mike Sukmanowsky ( [email protected] ) | ||
Version: 1.12.3 | ||
Version: 1.12.4 | ||
Requires at least: 4.0.0 | ||
Author URI: http://www.parsely.com/ | ||
License: GPL2 | ||
|
@@ -46,7 +46,7 @@ class Parsely { | |
* | ||
* @codeCoverageIgnoreStart | ||
*/ | ||
const VERSION = '1.12.3'; | ||
const VERSION = '1.12.4'; | ||
const MENU_SLUG = 'parsely'; // Defines the page param passed to options-general.php | ||
const MENU_TITLE = 'Parse.ly'; // Text to be used for the menu as seen in Settings sub-menu | ||
const MENU_PAGE_TITLE = 'Parse.ly > Settings'; // Text shown in <title></title> when the settings screen is viewed | ||
|