Skip to content

Commit

Permalink
Merge pull request #2615 from Parsely/develop
Browse files Browse the repository at this point in the history
Release wp-parsely 3.16.0
  • Loading branch information
vaurdan authored Jul 8, 2024
2 parents 5aa309d + b58d3b9 commit 8c417d5
Show file tree
Hide file tree
Showing 135 changed files with 14,553 additions and 3,111 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"],
// Allow usage of Gutenberg experimental components.
"@wordpress/no-unsafe-wp-apis": "off"
"@wordpress/no-unsafe-wp-apis": "off",
// Allow link tag in JSDocs.
"jsdoc/check-tag-names": ["error", { "definedTags": ["link"] }]
}
}
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: '/'
schedule:
interval: 'daily'
open-pull-requests-limit: 15
open-pull-requests-limit: 50

- package-ecosystem: 'composer'
reviewers:
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ jobs:
build:
runs-on: ubuntu-20.04

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Read .nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ env.NODE_VERSION }}
cache: npm

- name: Install JavaScript dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
18.12
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ 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.16.0](https://github.com/Parsely/wp-parsely/compare/3.15.0...3.16.0) - 2024-07-08

### Added

- Content Helper: Implement AI feature permissions ([#2604](https://github.com/Parsely/wp-parsely/pull/2604))
- Settings page: Add "Content Helper" tab ([#2554](https://github.com/Parsely/wp-parsely/pull/2554))
- PCH Smart Linking: Add Inbound Smart Links support ([#2553](https://github.com/Parsely/wp-parsely/pull/2553))
- PCH Smart Linking: Add Smart Linking back-end ([#2544](https://github.com/Parsely/wp-parsely/pull/2544))
- PCH Smart Linking: Implement Smart Links Reviewing step ([#2507](https://github.com/Parsely/wp-parsely/pull/2507))

### Changed

- PCH: Initialize Content Helper features on 'rest_api_init' ([#2606](https://github.com/Parsely/wp-parsely/pull/2606))
- PCH Sidebar: Move initialization to admin_init ([#2578](https://github.com/Parsely/wp-parsely/pull/2578))
- PCH Excerpt Suggestions: Allow editing when reviewing ([#2506](https://github.com/Parsely/wp-parsely/pull/2506))

### Removed

- PCH Smart Linking: Remove Link Length option from the UI ([#2508](https://github.com/Parsely/wp-parsely/pull/2508))

### Fixed

- Fix some untranslatable strings ([#2612](https://github.com/Parsely/wp-parsely/pull/2612))
- PCH: Fix potential fatal with 'enqueue_settings_assets' strict parameter ([#2610](https://github.com/Parsely/wp-parsely/pull/2610))
- PCH Excerpt Suggestions: Improve error handling ([#2609](https://github.com/Parsely/wp-parsely/pull/2609))
- Content Helper: Fix non-dismissible Notices ([#2600](https://github.com/Parsely/wp-parsely/pull/2600))
- ContentHelperError: Avoid double prefix in error messages ([#2580](https://github.com/Parsely/wp-parsely/pull/2580))
- PCH Sidebar: Show detailed error messages in Snackbar Notices ([#2579](https://github.com/Parsely/wp-parsely/pull/2579))
- PCH Smart Linking: Prevent duplicate Smart Links ([#2571](https://github.com/Parsely/wp-parsely/pull/2571))
- PCH Smart Linking: Prevent Smart Linking from running on Freeform (Classic) blocks ([#2570](https://github.com/Parsely/wp-parsely/pull/2570))
- PCH Smart Linking: Fix issue when processing a single block ([#2547](https://github.com/Parsely/wp-parsely/pull/2547))

### 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.16.0+label%3A%22Component%3A+Dependencies%22).

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

### Changed
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.15.0
Stable tag: 3.16.0
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.2
Expand Down
1 change: 1 addition & 0 deletions build/admin-settings-rtl.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/admin-settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '54de3040eda45ac58dbf');
<?php return array('dependencies' => array(), 'version' => '3f06d1e94aa796c8627c');
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/admin-settings.js

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

1 change: 1 addition & 0 deletions build/blocks/recommendations/edit-rtl.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.parsely-recommendations-card>div{height:unset}.parsely-recommendations-link{pointer-events:none}
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' => '8daeb223e80bc2f56720');
<?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' => '393b4c8be66f3bde527e');
Loading

0 comments on commit 8c417d5

Please sign in to comment.