Skip to content
Merged

3.1.5 #993

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
4 changes: 2 additions & 2 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ do_action( 'convertkit_settings_base_render_after', function( ) {
</pre>
<h3 id="convertkit_settings_base_render_before">
convertkit_settings_base_render_before
<code>admin/section/class-convertkit-admin-section-tools.php::365</code>
<code>admin/section/class-convertkit-admin-section-tools.php::402</code>
</h3><h4>Parameters</h4>
<table>
<thead>
Expand All @@ -1912,7 +1912,7 @@ do_action( 'convertkit_settings_base_render_before', function( ) {
</pre>
<h3 id="convertkit_settings_base_render_after">
convertkit_settings_base_render_after
<code>admin/section/class-convertkit-admin-section-tools.php::385</code>
<code>admin/section/class-convertkit-admin-section-tools.php::423</code>
</h3><h4>Parameters</h4>
<table>
<thead>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.1.5 2026-01-19
* Added: Settings: Tools: AWeber for WordPress Plugin to Kit Form Importer

### 3.1.4 2026-01-12
* Added: Settings: Member Content: Container CSS Class setting
* Added: Member Content: Automatically add `grve-container` CSS class for Impeka Theme
Expand Down
40 changes: 33 additions & 7 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.1.4\n"
"Project-Id-Version: Kit (formerly ConvertKit) 3.1.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-01-10T10:03:26+00:00\n"
"POT-Creation-Date: 2026-01-16T03:15:12+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 @@ -142,6 +142,14 @@ msgstr ""
msgid "Filter"
msgstr ""

#: admin/importers/class-convertkit-admin-importer-aweber.php:71
msgid "Sign Up Form"
msgstr ""

#: admin/importers/class-convertkit-admin-importer-aweber.php:74
msgid "Split Tests"
msgstr ""

#: admin/section/class-convertkit-admin-section-broadcasts.php:32
#: admin/section/class-convertkit-admin-section-broadcasts.php:33
#: admin/section/class-convertkit-admin-section-broadcasts.php:201
Expand Down Expand Up @@ -843,14 +851,18 @@ msgid "Configuration imported successfully."
msgstr ""

#: admin/section/class-convertkit-admin-section-tools.php:60
msgid "AWeber forms migrated successfully."
msgstr ""

#: admin/section/class-convertkit-admin-section-tools.php:61
msgid "MC4WP forms migrated successfully."
msgstr ""

#: admin/section/class-convertkit-admin-section-tools.php:396
#: admin/section/class-convertkit-admin-section-tools.php:434
msgid "Tools to help you manage Kit on your site."
msgstr ""

#: admin/section/class-convertkit-admin-section-tools.php:424
#: admin/section/class-convertkit-admin-section-tools.php:462
msgid "WordPress 5.2 or higher is required for system information report."
msgstr ""

Expand Down Expand Up @@ -1426,6 +1438,7 @@ msgstr ""

#: includes/blocks/class-convertkit-block-form.php:100
#: views/backend/settings/tools.php:119
#: views/backend/settings/tools.php:174
#: views/backend/term/fields-add.php:11
#: views/backend/term/fields-edit.php:12
msgid "Kit Form"
Expand Down Expand Up @@ -2120,21 +2133,34 @@ msgid "Import"
msgstr ""

#: views/backend/settings/tools.php:109
msgid "MC4WP: Migrate Configuration"
msgid "AWeber: Migrate Configuration"
msgstr ""

#: views/backend/settings/tools.php:112
msgid "Automatically replace MC4WP form shortcodes with Kit forms."
msgid "Automatically replace AWeber form shortcodes with Kit forms."
msgstr ""

#: views/backend/settings/tools.php:118
msgid "MC4WP Form"
msgid "AWeber Form"
msgstr ""

#: views/backend/settings/tools.php:149
#: views/backend/settings/tools.php:204
msgid "Migrate"
msgstr ""

#: views/backend/settings/tools.php:164
msgid "MC4WP: Migrate Configuration"
msgstr ""

#: views/backend/settings/tools.php:167
msgid "Automatically replace MC4WP form shortcodes with Kit forms."
msgstr ""

#: views/backend/settings/tools.php:173
msgid "MC4WP Form"
msgstr ""

#: views/backend/setup-wizard/convertkit-landing-page-setup/content-1.php:14
msgid "This will display a Kit landing page on the URL you specify on this WordPress web site."
msgstr ""
Expand Down
5 changes: 4 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.1.4
Stable tag: 3.1.5
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

### 3.1.5 2026-01-19
* Added: Settings: Tools: AWeber for WordPress Plugin to Kit Form Importer

### 3.1.4 2026-01-12
* Added: Settings: Member Content: Container CSS Class setting
* Added: Member Content: Automatically add `grve-container` CSS class for Impeka Theme
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.1.4
* Version: 3.1.5
* 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.1.4' );
define( 'CONVERTKIT_PLUGIN_VERSION', '3.1.5' );
define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' );
define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.kit.com/wordpress/redirect' );

Expand Down