| @@ -2,11 +2,11 @@ | ||
| 2 | 2 | Contributors: nathanbarry, growdev, travisnorthcutt, ggwicz |
| 3 | 3 | Donate link: https://kit.com |
| 4 | 4 | Tags: email marketing, email newsletter, subscribers, landing page, membership |
| 5 | 5 | Requires at least: 5.6 |
| 6 | -Tested up to: 7.0 | |
| 6 | +Tested up to: 7.1 | |
| 7 | 7 | Requires PHP: 7.1 |
| 8 | -Stable tag: 3.3.8 | |
| 8 | +Stable tag: 3.4.3 | |
| 9 | 9 | License: GPLv3 or later |
| 10 | 10 | License URI: https://www.gnu.org/licenses/gpl-3.0.html |
| 11 | 11 | |
| 12 | 12 | Build your email subscriber lists, send email marketing newsletters, create landing pages, build custom subscription forms with the Form Builder block, and grow your membership site with Kit (formerly ConvertKit). |
| @@ -346,8 +346,40 @@ | ||
| 346 | 346 | 9. Set up form automations and email marketing sequences in Kit to nurture newsletter subscribers and drive conversions |
| 347 | 347 | 10. Track email subscriber growth, newsletter performance, landing page conversions, and membership site analytics in real-time |
| 348 | 348 | |
| 349 | 349 | == Changelog == |
| 350 | + | |
| 351 | +### 3.4.3 2026-09-17 | |
| 352 | +* Added: Member Content: Login Form Block and Shortcode | |
| 353 | + | |
| 354 | +### 3.4.2 2026-09-15 | |
| 355 | +* Added: MCP: Prompts and Resources for common tasks | |
| 356 | + | |
| 357 | +### 3.4.1 2026-09-09 | |
| 358 | +* Added: Settings: MCP: Improve UI | |
| 359 | +* Added: MCP: Log errors when creating MCP server fails | |
| 360 | +* Fix: Settings: MCP: Documentation link | |
| 361 | +* Fix: Landing Pages: Exclude anchor links from URL conversion | |
| 362 | +* Updated: WordPress Libraries to 2.7.0 | |
| 363 | + | |
| 364 | +### 3.4.0 2026-08-27 | |
| 365 | +* Added: MCP Server and Abilities/Tools | |
| 366 | +* Fix: Shortcodes: Custom Content: Support signed subscriber IDs, fixing `PHP Fatal error: Uncaught TypeError` | |
| 367 | +* Fix: Tools: Replace `WP_Filesystem` with `file_get_contents`, fixing `PHP Fatal error: Uncaught TypeError` | |
| 368 | +* Fix: Logs: Logs are now stored outside the Plugin folder at `wp-content/uploads/kit-logs`, ensuring Plugin checksum verification passes | |
| 369 | +* Updated: WordPress Libraries to 2.6.1 | |
| 370 | + | |
| 371 | +### 3.3.9 2026-08-19 | |
| 372 | +* Added: Settings: Deprecation warning when using Legacy Form or Legacy Landing Page | |
| 373 | +* Added: Setup Wizards: Member Content: Check WordPress user can create and publish the chosen Post Type | |
| 374 | +* Added: Setup Wizards: Landing Page: Check WordPress user can create and publish Pages | |
| 375 | +* Added: Setup Wizards: Plugin: `manage_options` capability is required to configure the Plugin via the Setup Wizard, replacing `edit_posts` capability | |
| 376 | +* Added: Bulk Edit: Skip Posts user does not have `edit_post` capability for | |
| 377 | +* Added: Caching: Only automatically configure caching plugins if the user has the `manage_options` capability | |
| 378 | +* Added: Post Settings: Check WordPress user has `edit_post` capability when saving | |
| 379 | +* Added: Category Settings: Check WordPress user has `edit_term` capability when saving | |
| 380 | +* Added: Broadcasts: Export: Check WordPress user has `edit_post` capability to export a Post to a Kit Broadcast | |
| 381 | +* Updated: WordPress Libraries to 2.6.0 | |
| 350 | 382 | |
| 351 | 383 | ### 3.3.8 2026-08-10 |
| 352 | 384 | * Added: Post Settings: Deprecation warning when using Legacy Form or Legacy Landing Page |
| 353 | 385 | * Removed: Legacy Forms from settings dropdowns. Existing Legacy Form settings will be honored, but deprecated in the future |