Releases: jwilson529/summaraize
v1.4.3
v1.4.2
Emergency screenshot cleanup
- Removed assets/screenshot-3.png and assets/screenshot-5.png from the release assets because they included unwanted menu cropping.
- Updated the WordPress.org screenshot captions to reference only the two safe sequential screenshots.
- Bumped plugin metadata and stable tag to 1.4.2.
Validation
- npm run fix
- npm run check
- npm test
- npm run dist
v1.4.1
Changes
- Added OpenAI GPT-5.5 and gpt-5.5-2026-04-23 model support.
- Updated OpenAI settings and readmes to call out GPT-5.5 support while keeping GPT-5 mini as the default.
- Expanded OpenAI model tests for GPT-5.5 sanitization, ordering, and request payload handling.
Validation
- npm run fix
- npm run check
- npm test
- npm run dist
v1.4.0
Highlights
- Added summary lifecycle tracking for missing, current, stale, and manually edited summaries.
- Added bulk generation and regeneration actions in supported post type list screens.
- Added optional auto-generate-on-publish for posts without an existing summary.
- Added summary provenance details in the editor, plus the 1.4.0 readme and packaging updates.
v1.3.0
SummarAIze 1.3.0
This release brings SummarAIze back to active maintenance as a free, bring-your-own-key WordPress summary plugin for OpenAI and Google Gemini.
Highlights:
- improved OpenAI support, including newer GPT-5 and reasoning-capable models
- more reliable summary generation and admin editor data fallbacks
- refreshed WordPress.org and GitHub release metadata
- reproducible release zip packaging and automated WordPress.org deployment workflow
Install the attached zip or update from the WordPress.org directory once deployment completes.
1.2.4
== Changelog ==
= 1.2.4 =
- Fixed autosave in the settings page for the post types section.
- Fixed spinner message placement in the settings page for the post types section.
SummarAize - 1.2.3
SummarAIze – Automatically create TL;DRs for your posts
Description
Stop Losing Readers! Instantly Grab Attention with AI-Powered Summaries. SummarAIze uses OpenAI or Google Gemini to boost engagement and SEO!
Tired of visitors bouncing from your WordPress site? Wish there was a way to instantly show them the value of your content?
SummarAIze is the secret weapon you need. This powerful, yet incredibly easy-to-use, plugin leverages the cutting-edge AI of both OpenAI and Google Gemini to automatically generate concise, engaging summaries (key takeaways) for your posts and pages.
Here's how SummarAIze will transform your WordPress site:
- Boost Reader Engagement: Hook readers instantly with clear, concise summaries that highlight the most important points of your content.
- Improve Readability: Make even complex articles easy to digest, leading to increased time on site and lower bounce rates.
- Enhance SEO: Provide search engines with structured, keyword-rich summaries, improving your search visibility.
- Save Time & Effort: Stop manually writing summaries! SummarAIze automates the process, freeing you up to focus on creating great content.
- Choose Your AI Powerhouse: Select between the industry-leading OpenAI or the innovative Google Gemini – you're in control!
- Supercharge Your Content, Effortlessly. Installation takes minutes, and the results are immediate.
Important Information
SummarAIze uses either the OpenAI API or the Google Gemini API for summary generation. This requires sending your post content to the selected provider's servers. By using this plugin, you agree to their respective terms and policies:
- OpenAI: Terms of Use and Privacy Policy
- Google Gemini: Privacy Policy and Terms of Service
Features
- Dual AI Engines: Unleash the power of either OpenAI or Google Gemini – the choice is yours! Easily switch between providers in the settings.
- Automatic Summary Generation: No more manual work! SummarAIze intelligently extracts the top 5 key takeaways from your content.
- Flexible Display Options: Show summaries above your content, below it, or even in a slick popup – perfect for any theme.
- Drag-and-Drop Simplicity: Reorder key takeaways with ease using the intuitive drag-and-drop interface.
- Customizable Appearance: Use shortcodes to control list style (ordered/unordered), light/dark mode, and even popup button styling.
- SEO Friendly: Structured summaries help search engines understand your content better.
- Privacy Conscious: Only the necessary content is sent to the selected AI provider (OpenAI or Google Gemini) for processing.
Drag-and-Drop Feature
You can easily reorder your key takeaways using the drag-and-drop functionality:
- Hover over the point you want to reorder.
- Click and hold the "menu" icon (represented by the three lines) to the left of the point.
- Drag the point to your desired position in the list.
- The new order is automatically updated and saved when you publish or update the post.
Empty points will be removed from the front-end display automatically.
Shortcode Documentation
Basic Shortcode Usage:
[summaraize]
Available Attributes:
id(optional): The post ID for which to display the key points. Default: current post ID. Example:[summaraize id="123"]view(optional): Defines where the output should be positioned. Possible values:popup,above,below. Default:above. Example:[summaraize view="popup"]mode(optional): Sets the display mode (light or dark). Possible values:light,dark. Default:light. Example:[summaraize mode="dark"]title(optional): Sets a custom title. Default: "Key Takeaways". Example:[summaraize title="Quick Summary"]button_style(optional): Defines the popup button style (ifview="popup"). Default:flat. Example:[summaraize view="popup" button_style="rounded"]button_color(optional): Sets the popup button background color (ifview="popup"). Default:#0073aa. Example:[summaraize view="popup" button_color="#ff0000"]list_type(optional): Specifies the list display (ordered or unordered). Possible values:ordered,unordered. Default:unordered. Example:[summaraize list_type="ordered"]
Example Usage:
- Basic Usage:
[summaraize] - Popup Style:
[summaraize view="popup" button_style="rounded" button_color="#ff0000"] - Dark Mode with Custom Title:
[summaraize mode="dark" title="Quick Summary"] - Ordered List Below Content:
[summaraize view="below" list_type="ordered"]
Installation
- Upload the
summaraizefolder to the/wp-content/plugins/directory, or install the plugin directly via the WordPress plugins screen (search for "SummarAIze"). - Activate the plugin through the 'Plugins' menu in WordPress.
- Go to Settings > SummarAIze. Select your preferred AI provider (OpenAI or Google Gemini) and enter your API key.
Privacy
SummarAIze only sends the content of your posts to the selected AI provider (OpenAI or Google Gemini) for processing. No personal or sensitive data is transmitted.
Frequently Asked Questions
Do I need an API key?
Yes, you'll need an API key for either OpenAI or Google Gemini. Both services offer free tiers (subject to their terms), but higher usage may require a paid account.
Can I customize the summaries?
Absolutely! You can edit the generated key takeaways directly in the post editor, and you can use shortcodes to control how they are displayed.
How much does SummarAIze cost?
The SummarAIze plugin itself is free and open-source. However, using the OpenAI or Google Gemini APIs may incur costs, depending on your usage and their pricing plans.
How do I switch between OpenAI and Google Gemini?
It's easy! Just go to Settings > SummarAIze, choose your preferred provider, and enter the corresponding API key.
Is my data safe?
SummarAIze only sends the content of your posts to the selected AI provider for processing. No personal or sensitive data is shared.
Screenshots
Configure whether the key points appear above or below the content.
Display key points in dark mode for a better visual experience.
Interface for generating and editing key points in the Classic Editor.
Display key points in a popup view.
The settings page for configuring display options.
Reorder key points easily with drag-and-drop functionality.
Changelog
1.2.3
- Improved compatibility with WordPress 6.7.
- Enhanced sanitization for key takeaway input.
- Allow link rendering in summary points.
1.2.1
- Major Feature: Added full support for the Google Gemini API, including configuration options in the settings page.
- Updated documentation to reflect Gemini integration.
- Improved error handling for API requests.
- General code cleanup and optimization.
1.1.16
- Fixed metabox data saving issue.
- Improved UI for metabox inputs.
- Minor bug fixes and optimizations.
1.1.11
- Added drag-and-drop functionality to reorder points.
- Automatically removes empty points from the display.
1.1.10
- Added shortcode customization options for layout and style.
1.1.0
- Enabled dynamic Assistant creation via API.
1.0.0
- Initial release.
License
This plugin is licensed under the GPLv2 or later.
Donate
If you find this plugin useful, please consider donating to support further development.
Ready to transform your WordPress content and boost engagement? Install SummarAIze today!
SummarAize - v1.1.14
SummarAIze - Generate Key Takeaways with AI
Description
SummarAIze is a powerful WordPress plugin designed to automatically generate and display the top 5 key points from your posts. With AI-driven content summarization, this plugin enhances your articles by providing readers with quick and engaging takeaways, making your content more accessible and easier to digest.
Whether you're a blogger looking to highlight essential points or a marketer wanting to ensure your audience gets the most out of your content, SummarAIze helps improve user engagement and retention by providing concise, easily digestible summaries.
Important Information
SummarAIze relies on the OpenAI API to generate key takeaways. This means that data from your site will be sent to OpenAI's servers for processing, and results will be returned to your site. By using this plugin, you agree to OpenAI's Terms of Use and Privacy Policy.
Features
- AI-Powered Content Summarization: Automatically generate top 5 key points from post content using AI.
- Customizable Display Options: Display key points in various styles and positions to suit your theme.
- Ordered or Unordered Lists: Choose between an ordered list (numbered) or an unordered list (bulleted) for displaying key points.
- User-Friendly Interface: Easily manage and customize key points for each post or page.
- Flexible API Integration: Integrate with your own OpenAI API key, allowing for control over usage and billing.
- Assistant Configuration: Use the default Assistant ID or configure your own in the OpenAI Playground.
- Enhance SEO and Readability: Improve your content’s SEO by providing search engines with structured summaries, and enhance readability for your audience.
Drag-and-Drop Feature
You can now easily reorder your points using the drag-and-drop functionality:
- Hover over the point you want to reorder.
- Click and hold the "menu" icon (represented by the three lines) to the left of the point.
- Drag the point to your desired position in the list.
- The new order is automatically updated and saved when you publish or update the post.
Empty points will be removed from the front-end display automatically, ensuring only meaningful points are shown to your users.
Shortcode Documentation
Basic Shortcode Usage:
[summaraize]
Available Attributes:
-
id(optional):
The post ID for which to display the key points. Default: current post ID.
Example:[summaraize id="123"] -
view(optional):
Defines where the output should be positioned relative to the post content.
Possible values:popup,above,below.
Default:above.
Example:[summaraize view="popup"] -
mode(optional):
Sets the display mode for light or dark themes.
Possible values:light,dark.
Default:light.
Example:[summaraize mode="dark"] -
title(optional):
Sets a custom title for the key points widget or popup.
Default: "Key Takeaways".
Example:[summaraize title="Quick Summary"] -
button_style(optional):
Defines the popup button style.
Default:flat.
Example:[summaraize view="popup" button_style="rounded"] -
button_color(optional):
Sets the background color of the popup button.
Default:#0073aa.
Example:[summaraize view="popup" button_color="#ff0000"] -
list_type(optional):
Specifies how the key points list is displayed.
Possible values:ordered,unordered.
Default:unordered.
Example:[summaraize list_type="ordered"]
Example Usage:
- Basic Usage:
[summaraize] - Popup Style:
[summaraize view="popup" button_style="rounded" button_color="#ff0000"] - Dark Mode with Custom Title:
[summaraize mode="dark" title="Quick Summary"] - Ordered List Below Content:
[summaraize view="below" list_type="ordered"]
Installation
- Upload the plugin files to the
/wp-content/plugins/summaraizedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
- Navigate to Settings > SummarAIze to configure the plugin.
- Enter your OpenAI API key.
- Optionally, configure your Assistant ID in the OpenAI Playground.
Privacy
SummarAIze takes your privacy seriously. The plugin only sends the necessary content to OpenAI's servers for generating key points. No personal data or sensitive information is transmitted. However, please be aware that the content you choose to summarize will be processed by OpenAI. Review OpenAI's Privacy Policy for details.
Frequently Asked Questions
Do I need an API key?
Yes. SummarAIze relies on the OpenAI API, which requires an active API key.
Can I customize how the key points appear?
Yes! Use the plugin's settings or shortcode attributes to tailor the display to your needs.
Are there costs for using SummarAIze?
The plugin is free, but OpenAI API usage may incur costs based on their pricing.
How secure is the data transmitted to OpenAI?
Only the necessary content is sent to OpenAI's servers. No personal or sensitive data is shared.
Screenshots
-

Configure whether the key points appear above or below the content. -

Display key points in dark mode for a better visual experience. -

Interface for generating and editing key points in the Classic Editor.
Changelog
1.1.14
- Fixed metabox data saving issue.
- Improved UI for metabox inputs.
- Minor bug fixes and optimizations.
1.1.11
- Added drag-and-drop functionality to reorder points.
- Automatically removes empty points from the display.
1.1.10
- Added shortcode customization options for layout and style.
1.1.0
- Enabled dynamic Assistant creation via API.
1.0.0
- Initial release.
License
This plugin is licensed under the GPLv2 or later.
Donate
If you find this plugin useful, please consider donating to support further development.
v1.1.11
SummarAIze - Generate Key Takeaways with AI
SummarAIze is a WordPress plugin that generates the top 5 key points from your posts using AI. With drag-and-drop ordering and customizable display options, SummarAIze enhances readability and user engagement.
What's New in 1.1.11
- Drag-and-Drop Ordering: Easily reorder points by dragging them in the admin interface.
- Auto Removal of Empty Points: Empty points are automatically removed from the front-end.
- Improved Meta Box Handling: Points are saved when you publish or update a post, ensuring a smoother workflow.
Features
- AI-powered key point generation.
- Customizable display options, including light/dark mode and list styles.
- Flexible shortcode usage with customizable attributes.
- Control over OpenAI models via your own API key.
Installation
- Upload the plugin to
/wp-content/plugins/. - Activate via WordPress.
- Configure settings and add your OpenAI API key.
Upgrade Notice
Version 1.1.11 introduces drag-and-drop ordering and better front-end handling of empty points. Update for a smoother experience!
SummarAize - v1.1.8
Install through the WordPress Plugin Directory or this release
https://wordpress.org/plugins/summaraize/
Changelog
1.1.8
- Added option to display key points as ordered or unordered lists.
- Improved handling of floating images with wrapped and cleared output.
- Updated documentation and readme.




