Skip to content
Merged

3.2.2 #1059

Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 7 additions & 7 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ add_filter( 'convertkit_output_restrict_content_is_crawler_permitted_user_agent_
</pre>
<h3 id="convertkit_output_page_takeover_landing_page_id">
convertkit_output_page_takeover_landing_page_id
<code>includes/class-convertkit-output.php::277</code>
<code>includes/class-convertkit-output.php::279</code>
</h3><h4>Overview</h4>
<p>Define the ConvertKit Landing Page ID to display for the given Post ID, overriding the Post settings. Return false to not display any ConvertKit Landing Page.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1481,7 +1481,7 @@ add_filter( 'convertkit_output_page_takeover_landing_page_id', function( $landin
</pre>
<h3 id="convertkit_output_append_form_to_content_form_id">
convertkit_output_append_form_to_content_form_id
<code>includes/class-convertkit-output.php::357</code>
<code>includes/class-convertkit-output.php::359</code>
</h3><h4>Overview</h4>
<p>Define the ConvertKit Form ID to display for the given Post ID, overriding the Post, Category or Plugin settings. Return false to not display any ConvertKit Form.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1512,7 +1512,7 @@ add_filter( 'convertkit_output_append_form_to_content_form_id', function( $form_
</pre>
<h3 id="convertkit_frontend_append_form">
convertkit_frontend_append_form
<code>includes/class-convertkit-output.php::468</code>
<code>includes/class-convertkit-output.php::470</code>
</h3><h4>Overview</h4>
<p>Filter the Post's Content, which includes a ConvertKit Form, immediately before it is output.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1555,7 +1555,7 @@ add_filter( 'convertkit_frontend_append_form', function( $content, $form, $post_
</pre>
<h3 id="convertkit_output_scripts_footer">
convertkit_output_scripts_footer
<code>includes/class-convertkit-output.php::932</code>
<code>includes/class-convertkit-output.php::934</code>
</h3><h4>Overview</h4>
<p>Define an array of scripts to output in the footer of the WordPress site.</p><h4>Parameters</h4>
<table>
Expand All @@ -1582,7 +1582,7 @@ add_filter( 'convertkit_output_scripts_footer', function( $scripts ) {
</pre>
<h3 id="convertkit_output_script_footer">
convertkit_output_script_footer
<code>includes/class-convertkit-output.php::951</code>
<code>includes/class-convertkit-output.php::953</code>
</h3><h4>Overview</h4>
<p>Filter the form <script> key/value pairs immediately before the script is output.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -2449,7 +2449,7 @@ do_action( 'convertkit_restrict_content_register_content_filter', function( ) {
</pre>
<h3 id="convertkit_output_output_form">
convertkit_output_output_form
<code>includes/class-convertkit-output.php::232</code>
<code>includes/class-convertkit-output.php::234</code>
</h3><h4>Parameters</h4>
<table>
<thead>
Expand All @@ -2469,7 +2469,7 @@ do_action( 'convertkit_output_output_form', function( ) {
</pre>
<h3 id="convertkit_output_landing_page_before">
convertkit_output_landing_page_before
<code>includes/class-convertkit-output.php::313</code>
<code>includes/class-convertkit-output.php::315</code>
</h3><h4>Overview</h4>
<p>Perform any actions immediately prior to outputting the Landing Page. Caching and minification Plugins may need to hook here to prevent CSS / JS minification and lazy loading images, which can interfere with Landing Pages.</p><h4>Parameters</h4>
<table>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.2.2 2026-03-30
* Fix: Only run `get_subscriber_id_from_request` when viewing Pages with "Add a Tag" configured, to improve performance
* Removed: Global `validate_and_store_subscriber_id` method; Custom Content and Member Content functionality performs necessary subscriber ID validation
* Updated: Use WordPress Libraries 2.1.4

### 3.2.1 2026-03-05
* Fix: Divi 5: Fatal error when activating Theme
* Fix: Removed errant `<html>` and `<head>` tags when Settings > Kit > Form Position = After element
Expand Down
5 changes: 2 additions & 3 deletions languages/convertkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Kit (formerly ConvertKit) 3.2.1\n"
"Project-Id-Version: Kit (formerly ConvertKit) 3.2.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-03-06T02:52:32+00:00\n"
"POT-Creation-Date: 2026-03-27T14:34:55+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: convertkit\n"
Expand Down Expand Up @@ -1711,7 +1711,6 @@ msgid "Enter the code below to finish logging in"
msgstr ""

#: includes/class-convertkit-subscriber.php:69
#: includes/class-convertkit-subscriber.php:119
msgid "Access Token not configured in Plugin Settings."
msgstr ""

Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: email marketing, email newsletter, subscribers, landing page, membership
Requires at least: 5.6
Tested up to: 6.9
Requires PHP: 7.1
Stable tag: 3.2.1
Stable tag: 3.2.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -343,6 +343,11 @@ The documentation covers newsletter form setup, landing page configuration, memb

== Changelog ==

### 3.2.2 2026-03-30
* Fix: Only run `get_subscriber_id_from_request` when viewing Pages with "Add a Tag" configured, to improve performance
* Removed: Global `validate_and_store_subscriber_id` method; Custom Content and Member Content functionality performs necessary subscriber ID validation
* Updated: Use WordPress Libraries 2.1.4

### 3.2.1 2026-03-05
* Fix: Divi 5: Fatal error when activating Theme
* Fix: Removed errant `<html>` and `<head>` tags when Settings > Kit > Form Position = After element
Expand Down
4 changes: 2 additions & 2 deletions wp-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Kit (formerly ConvertKit)
* Plugin URI: https://kit.com/
* Description: Display Kit (formerly ConvertKit) email subscription forms, landing pages, products, broadcasts and more.
* Version: 3.2.1
* Version: 3.2.2
* Author: Kit
* Author URI: https://kit.com/
* Text Domain: convertkit
Expand All @@ -27,7 +27,7 @@
define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_PATH', __DIR__ );
define( 'CONVERTKIT_PLUGIN_VERSION', '3.2.1' );
define( 'CONVERTKIT_PLUGIN_VERSION', '3.2.2' );
define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' );
define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

Expand Down
Loading