Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9da04c3
Redesign Excerpt Suggestions panel with core-native patterns
dabowman Aug 7, 2026
ee009b5
Attribute excerpt accepted/discarded telemetry at save time
dabowman Aug 7, 2026
dbd1346
Address PR review feedback
dabowman Aug 7, 2026
4df2514
Simplify the excerpt panel footer
dabowman Aug 7, 2026
fa86eda
Anchor the settings popover to the actions row
dabowman Aug 7, 2026
2cc747c
Harden Excerpt Suggestions and raise the WP floor to 6.1
dabowman Aug 8, 2026
ae4329c
Pass the AI icon to the Generate button as a component
dabowman Aug 8, 2026
30360d1
Restore the Generate button's icon-and-text padding
dabowman Aug 8, 2026
16b856e
Move Excerpt Suggestions out of the Editor Sidebar feature list
dabowman Aug 8, 2026
1bb2721
Send a default tone and persona instead of the custom sentinel
dabowman Aug 8, 2026
ce7e91f
Merge branch 'develop' into improve-ai-features
acicovic Aug 24, 2026
1d32555
Merge branch 'develop' into improve-ai-features
acicovic Aug 24, 2026
8d2dd6f
Sync the excerpt panel's loading state across remounts
acicovic Aug 24, 2026
aceef1e
Stop dropping settings changes when the popover closes
acicovic Aug 24, 2026
9e4008e
Stop reporting rewritten excerpts as accepted suggestions
acicovic Aug 24, 2026
64cacd6
Discard excerpt responses that arrive after the post changed
acicovic Aug 24, 2026
3566dd0
Sync debounced setting refs after commit instead of during render
acicovic Aug 24, 2026
7a5da56
Improve keyboard and screen reader access to the excerpt controls
acicovic Aug 24, 2026
0c53b25
Share one custom tone and persona length limit
acicovic Aug 24, 2026
daa6d1a
Document each excerpt length constant separately
acicovic Aug 24, 2026
946e234
Reuse the excerpt default persona and tone constants
acicovic Aug 24, 2026
8e8f310
Correct two overstated excerpt panel docblocks
acicovic Aug 24, 2026
c7d2339
Add tests for the excerpt panel's generation and save behavior
acicovic Aug 24, 2026
4121ce7
Cover the snackbar Undo path in the excerpt panel tests
acicovic Aug 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Parse.ly

Stable tag: 3.23.7
Requires at least: 6.0
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
Expand Down Expand Up @@ -42,10 +42,10 @@ The plugin automatically inserts the Parse.ly metadata and JavaScript in all pub
- The [Engagement Boost](https://docs.wpvip.com/parse-ly/parsely-features/engagement-boost/) feature - Helps you increase page views and engagement by strategically placing links to key content within high-performing articles on your site.
- The [Parse.ly Editor Sidebar](https://docs.parse.ly/plugin-content-intelligence/#h-editor) - This sidebar is integrated into the WordPress Editor and offers insights about the content currently being edited such as:
- [Title Suggestions](https://docs.wpvip.com/parse-ly/parsely-features/title-suggestions/) - Generates title suggestions for the post/page currently being edited.
- [Excerpt Suggestions](https://docs.wpvip.com/parse-ly/parsely-features/excerpt-suggestions/) - Generates an excerpt suggestion for the post/page currently being edited.
- [Smart Linking](https://docs.wpvip.com/parse-ly/parsely-features/smart-linking/) - Automatically adds links to the current content that point to the most relevant and top-performing posts.
- [Related Posts](https://docs.parse.ly/plugin-content-intelligence/#h-related-posts) - Displays a list of the website’s most successful posts, similar to the post/page currently being edited.
- [Performance Stats](https://docs.parse.ly/plugin-content-intelligence/#h-see-performance-details) - Displays performance metrics about the content currently being edited.
- [Excerpt Suggestions](https://docs.wpvip.com/parse-ly/parsely-features/excerpt-suggestions/) - Generates an excerpt suggestion for the post/page currently being edited, from the Excerpt panel of the Post Editor's settings.

#### The Parse.ly Recommendations Block

Expand Down Expand Up @@ -127,7 +127,7 @@ Please visit the [changelog](https://github.com/parsely/wp-parsely/blob/trunk/CH
![Parse.ly Editor Sidebar - Related Posts](.wordpress-org/screenshot-6.png)
7. The Parse.ly Editor Sidebar, featuring the Performance Stats panel.
![Parse.ly Editor Sidebar - Performance Stats](.wordpress-org/screenshot-7.png)
8. The Parse.ly Excerpt Suggestions in the Post Editor's settings. Also available in the Parse.ly Editor Sidebar.
8. The Parse.ly Excerpt Suggestions in the Post Editor's settings.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
![Parse.ly Excerpt Suggestions](.wordpress-org/screenshot-8.png)
9. The Recommendations Block, showcasing links to related content on your site.
![Parse.ly Recommendations Block](.wordpress-org/screenshot-9.png)
Expand Down
2 changes: 1 addition & 1 deletion 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('react', 'wp-api-fetch', 'wp-data', 'wp-escape-html', 'wp-i18n', 'wp-url'), 'version' => 'f28647bb0d44468aed15');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-data', 'wp-escape-html', 'wp-i18n', 'wp-url'), 'version' => 'bf94b77e4a146061cd92');
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.

Loading
Loading