Skip to content

Commit

Permalink
Merge pull request #1257 from Parsely/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
acicovic authored Dec 20, 2022
2 parents 4b421d4 + 998de76 commit c4f7704
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ 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).

## [3.6.0](https://github.com/Parsely/wp-parsely/compare/3.5.2...3.6.0) - 2022-12-20

### Added

- Content Helper: Add "Performance Details" panel ([#1093](https://github.com/Parsely/wp-parsely/pull/1093), [#1249](https://github.com/Parsely/wp-parsely/pull/1249))
- Metadata Author Archive Builder: Add support for the Co-Authors Plus plugin ([#1159](https://github.com/Parsely/wp-parsely/pull/1159))

### Changed

- Archive Pages: Improve headline metadata by using date format provided by site settings ([#1179](https://github.com/Parsely/wp-parsely/pull/1179))
- Avoid extra WordPress_Cache instances while proxying the Parse.ly API ([#1230](https://github.com/Parsely/wp-parsely/pull/1230))
- Content Helper: Improve error handling ([#1232](https://github.com/Parsely/wp-parsely/pull/1232))
- Content Helper: Make panels collapsible ([#1063](https://github.com/Parsely/wp-parsely/pull/1063))
- Content Helper: Refactor code for clarity ([#1069](https://github.com/Parsely/wp-parsely/pull/1069))
- Content Helper: Improve UI of Related Top Performing Posts ([#1216](https://github.com/Parsely/wp-parsely/pull/1216))
- Markdown Files: Fix errors and conform to US spelling ([#1143](https://github.com/Parsely/wp-parsely/pull/1143))
- Settings Page: Rename "Track as Page" to "Track as Non-Post" ([#1241](https://github.com/Parsely/wp-parsely/pull/1241), [#1250](https://github.com/Parsely/wp-parsely/pull/1250))
- Settings page: Update texts for clarity ([#1071](https://github.com/Parsely/wp-parsely/pull/1071), [#1229](https://github.com/Parsely/wp-parsely/pull/1229))
- Switch to Composer autoloader ([#985](https://github.com/Parsely/wp-parsely/pull/985))

### Fixed

- Avoid tracking page views when post is opened in preview mode ([#1195](https://github.com/Parsely/wp-parsely/pull/1195))
- Content Helper: Fix Parse.ly Posts API call for pages ([#1237](https://github.com/Parsely/wp-parsely/pull/1237))
- Content Helper: Fix blocked API requests caused by ad blockers ([#1225](https://github.com/Parsely/wp-parsely/pull/1225))
- Content Helper: Fix tag parameter while requesting Parse.ly Analytics API ([#1220](https://github.com/Parsely/wp-parsely/pull/1220))

### Dependency Updates

- View the list of all dependency updates [here](https://github.com/Parsely/wp-parsely/pulls?q=is%3Apr+is%3Amerged+milestone%3A3.6.0+label%3A%22Component%3A+Dependencies%22).

## [3.5.2](https://github.com/Parsely/wp-parsely/compare/3.5.1...3.5.2) - 2022-09-27

### Changed
Expand Down

0 comments on commit c4f7704

Please sign in to comment.