Skip to content

Commit

Permalink
Combine the php code snippets into one
Browse files Browse the repository at this point in the history
  • Loading branch information
richeymichael committed Apr 30, 2018
1 parent 0195446 commit c4e5a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions class-parsely-recommended-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
* @subpackage Parse.ly
*/

?>

<?php
/**
* This is the class for the recommended widget
*
Expand Down
4 changes: 2 additions & 2 deletions wp-parsely.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ( mike@parsely.com )
Version: 1.12.2
Version: 1.12.3
Requires at least: 4.0.0
Author URI: http://www.parsely.com/
License: GPL2
Expand Down Expand Up @@ -46,7 +46,7 @@ class Parsely {
*
* @codeCoverageIgnoreStart
*/
const VERSION = '1.12.2';
const VERSION = '1.12.3';
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
Expand Down

0 comments on commit c4e5a4d

Please sign in to comment.