Skip to content

Commit

Permalink
Merge pull request #2481 from Parsely/develop
Browse files Browse the repository at this point in the history
Release wp-parsely 3.15.0
  • Loading branch information
acicovic committed May 14, 2024
2 parents 601fdcf + dce7e59 commit 5aa309d
Show file tree
Hide file tree
Showing 70 changed files with 5,747 additions and 26,600 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.15.0](https://github.com/Parsely/wp-parsely/compare/3.14.5...3.15.0) - 2024-05-14

### Changed

- Update minimum node and npm versions ([#2475](https://github.com/Parsely/wp-parsely/pull/2475))
- PCH: Strip all tags from the content sent to the API ([#2431](https://github.com/Parsely/wp-parsely/pull/2431))
- PCH Editor Sidebar: Update isDismissible in Notices ([#2428](https://github.com/Parsely/wp-parsely/pull/2428))
- PCH: Enhance Request Handling in Provider Classes ([#2401](https://github.com/Parsely/wp-parsely/pull/2401))
- PCH Smart Linking: Allow API retry when there are upstream errors ([#2386](https://github.com/Parsely/wp-parsely/pull/2386))

### Fixed

- Fix removeEditorPanel() deprecation message in WordPress 6.5 ([#2398](https://github.com/Parsely/wp-parsely/pull/2398))
- EmptyCredentialsMessage: Fix empty error ([#2397](https://github.com/Parsely/wp-parsely/pull/2397))

### Dependency Updates

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

## [3.14.5](https://github.com/Parsely/wp-parsely/compare/3.14.4...3.14.5) - 2024-05-09

### Fixed
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: 3.14.5
Stable tag: 3.15.0
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.2
Expand Down
2 changes: 1 addition & 1 deletion build/admin-settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '36f1fd1436d4fef05e1e');
<?php return array('dependencies' => array(), 'version' => '54de3040eda45ac58dbf');
2 changes: 1 addition & 1 deletion build/admin-settings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/blocks/recommendations/edit.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'ada8db34ea07d80ab473');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '8daeb223e80bc2f56720');

0 comments on commit 5aa309d

Please sign in to comment.