Skip to content

Commit

Permalink
2.3 release (#149)
Browse files Browse the repository at this point in the history
* add compliant header files

* update version number

* update wordpress plugin tested to version
  • Loading branch information
Alexander Lourenco authored Mar 24, 2021
1 parent 269fd6a commit c061f0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: parsely_mike
Tags: analytics, post, page
Requires at least: 4.0
Tested up to: 5.5
Tested up to: 5.6
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
21 changes: 12 additions & 9 deletions wp-parsely.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?php
/**
Plugin Name: Parse.ly
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: 2.2.1
Requires at least: 4.0.0
Author URI: http://www.parsely.com/
License: GPL2
* Plugin Name: Parse.ly
* 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: 2.3
* Requires at least: 4.0.0
* Author: Parse.ly
* Author URI: http://www.parsely.com/
* License: GPL2
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
@package WordPress
Expand All @@ -25,6 +27,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
or visit https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Authors: Mike Sukmanowsky ( mike@parsely.com), Xand Lourenco ( xand@parsely.com ), James O'Toole (james.otoole@parsely.com )
*/
Expand All @@ -48,7 +51,7 @@ class Parsely {
*
* @codeCoverageIgnoreStart
*/
const VERSION = '2.2.1';
const VERSION = '2.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 c061f0b

Please sign in to comment.