Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Feb 23, 2023
1 parent a9238b6 commit 0645909
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</tbody>
</table><h3 id="convertkit_admin_settings_register_sections">
convertkit_admin_settings_register_sections
<code>admin/class-convertkit-admin-settings.php::340</code>
<code>admin/class-convertkit-admin-settings.php::292</code>
</h3><h4>Overview</h4>
<p>Registers settings sections at Settings > ConvertKit.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -452,7 +452,7 @@ add_filter( 'convertkit_block_form_render', function( $form, $atts, $form_id ) {
</pre>
<h3 id="convertkit_post_get_default_settings">
convertkit_post_get_default_settings
<code>includes/class-convertkit-post.php::314</code>
<code>includes/class-convertkit-post.php::316</code>
</h3><h4>Overview</h4>
<p>The default settings, used to populate the Post's Settings when a Post has no Settings.</p><h4>Parameters</h4>
<table>
Expand Down
19 changes: 7 additions & 12 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 same license as the ConvertKit plugin.
msgid ""
msgstr ""
"Project-Id-Version: ConvertKit 2.1.0\n"
"Project-Id-Version: ConvertKit 2.1.1\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: 2023-02-15T14:45:47+00:00\n"
"POT-Creation-Date: 2023-02-23T14:17:58+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: convertkit\n"
Expand Down Expand Up @@ -122,32 +122,27 @@ msgid "The text to display for a subscriber who authenticates via the login link
msgstr ""

#: admin/class-convertkit-admin-settings-restrict-content.php:155
#: admin/class-convertkit-admin-settings.php:309
#: admin/class-convertkit-admin-settings.php:261
msgid "Beta"
msgstr ""

#: admin/class-convertkit-admin-settings-restrict-content.php:156
msgid "Defines the text and button labels to display when a Page, Post or Custom Post has its Member Content setting set to a Product, and the visitor has not authenticated/subscribed."
msgstr ""

#: admin/class-convertkit-admin-settings.php:161
#: admin/class-convertkit-admin-settings.php:157
msgid "If you need help setting up the plugin please refer to the"
msgstr ""

#: admin/class-convertkit-admin-settings.php:163
#: admin/class-convertkit-admin-settings.php:159
msgid "plugin documentation"
msgstr ""

#. translators: link to php.net manual
#: admin/class-convertkit-admin-settings.php:206
msgid "Notice: Your server does not support the %s function - this is required for better character encoding. Please contact your webhost to have it installed."
msgstr ""

#: admin/class-convertkit-admin-settings.php:248
#: admin/class-convertkit-admin-settings.php:200
msgid "Settings"
msgstr ""

#: admin/class-convertkit-admin-settings.php:282
#: admin/class-convertkit-admin-settings.php:234
msgid "Documentation"
msgstr ""

Expand Down
6 changes: 5 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, newsletter, convertkit
Requires at least: 5.0
Tested up to: 6.1.1
Requires PHP: 5.6.20
Stable tag: 2.1.0
Stable tag: 2.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -119,6 +119,10 @@ Full Plugin documentation can be found [here](https://help.convertkit.com/en/art

== Changelog ==

### 2.1.1 2023-02-23
* Fix: Post: Settings: PHP notices when settings are not an array
* Fix: Landing Pages and Legacy Forms: Deprecated `mb_convert_encoding()` message in PHP 8.2

### 2.1.0 2023-02-15
* Added: Member's Content (Beta): Require subscribers to purchase a ConvertKit Product to access specific Pages on your WordPress site. Head over to `Settings > ConvertKit > Member's Content` to get started.
* Fix: Product: Block and Shortcode: Set stylesheet ID to `convertkit-product-css`, to match other blocks
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: ConvertKit
* Plugin URI: https://convertkit.com/
* Description: Quickly and easily integrate ConvertKit forms into your site.
* Version: 2.1.0
* Version: 2.1.1
* Author: ConvertKit
* Author URI: https://convertkit.com/
* Text Domain: convertkit
Expand All @@ -25,7 +25,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', '2.1.0' );
define( 'CONVERTKIT_PLUGIN_VERSION', '2.1.1' );

// Load shared classes, if they have not been included by another ConvertKit Plugin.
if ( ! class_exists( 'ConvertKit_API' ) ) {
Expand Down

0 comments on commit 0645909

Please sign in to comment.