Skip to content

Commit

Permalink
Merge pull request #211 from Parsely/fix/2.4.1
Browse files Browse the repository at this point in the history
Update version number to 2.4.1
  • Loading branch information
mikeyarce authored Apr 13, 2021
2 parents ad38207 + f6361df commit de02bbd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0] - 2021-04-14
## [2.4.1] - 2021-04-13

### Fixed
- Fix the version number set in the main plugin file.

## [2.4.0] - 2021-04-13

### Added
- Structured data integration tests for posts, pages, category and author archives, and home/front pages.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Parse.ly

Stable tag: 2.4.0
Stable tag: 2.4.1
Requires at least: 4.0
Tested up to: 5.6
Requires PHP: 5.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-parsely",
"version": "2.4.0",
"version": "2.4.1",
"description": "The official WordPress plugin for Parse.ly - makes it a snap to add the required tracking code to enable Parse.ly on your WordPress site.",
"main": "build/index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions wp-parsely.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Parse.ly
* Plugin URI: https://www.parse.ly/help/integration/wordpress
* Description: This plugin makes it a snap to add Parse.ly tracking code to your WordPress blog.
* Version: 2.4.0
* Version: 2.4.1
* Author: Parse.ly
* Author URI: https://www.parse.ly
* Text Domain: wp-parsely
Expand All @@ -34,7 +34,7 @@ class Parsely {
*
* @codeCoverageIgnoreStart
*/
const VERSION = '2.3';
const VERSION = '2.4.1';
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 de02bbd

Please sign in to comment.