Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Mar 30, 2023
1 parent 45c30dd commit bf7e0f5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 11 deletions.
35 changes: 33 additions & 2 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
</thead>
<tbody><tr>
<td colspan="3">../admin/class-convertkit-admin-settings.php</td>
</tr><tr>
<td>&nbsp;</td>
<td><a href="#convertkit_plugin_screen_action_links"><code>convertkit_plugin_screen_action_links</code></a></td>
<td>Define links to display below the Plugin Name on the WP_List_Table at Plugins > Installed Plugins.</td>
</tr><tr>
<td>&nbsp;</td>
<td><a href="#convertkit_admin_settings_register_sections"><code>convertkit_admin_settings_register_sections</code></a></td>
Expand Down Expand Up @@ -144,9 +148,36 @@
<td>Filters whether the current request is a WordPress Administration / Frontend Editor request or not. Page Builders can set this to true to allow ConvertKit to load its administration functionality.</td>
</tr>
</tbody>
</table><h3 id="convertkit_admin_settings_register_sections">
</table><h3 id="convertkit_plugin_screen_action_links">
convertkit_plugin_screen_action_links
<code>admin/class-convertkit-admin-settings.php::208</code>
</h3><h4>Overview</h4>
<p>Define links to display below the Plugin Name on the WP_List_Table at Plugins > Installed Plugins.</p><h4>Parameters</h4>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>$links</td>
<td>array</td>
<td>HTML Links.</td>
</tr>
</tbody>
</table><h4>Usage</h4>
<pre>
add_filter( 'convertkit_plugin_screen_action_links', function( $links ) {
// ... your code here
// Return value
return $links;
}, 10, 1 );
</pre>
<h3 id="convertkit_admin_settings_register_sections">
convertkit_admin_settings_register_sections
<code>admin/class-convertkit-admin-settings.php::292</code>
<code>admin/class-convertkit-admin-settings.php::301</code>
</h3><h4>Overview</h4>
<p>Registers settings sections at Settings > ConvertKit.</p><h4>Parameters</h4>
<table>
Expand Down
16 changes: 10 additions & 6 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.1\n"
"Project-Id-Version: ConvertKit 2.1.2\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-23T14:17:58+00:00\n"
"POT-Creation-Date: 2023-03-30T13:51:05+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,7 +122,7 @@ 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:261
#: admin/class-convertkit-admin-settings.php:270
msgid "Beta"
msgstr ""

Expand All @@ -138,11 +138,11 @@ msgstr ""
msgid "plugin documentation"
msgstr ""

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

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

Expand Down Expand Up @@ -365,7 +365,11 @@ msgstr ""
msgid "Done"
msgstr ""

#: admin/setup-wizard/class-convertkit-admin-setup-wizard-plugin.php:234
#: admin/setup-wizard/class-convertkit-admin-setup-wizard-plugin.php:139
msgid "Setup Wizard"
msgstr ""

#: admin/setup-wizard/class-convertkit-admin-setup-wizard-plugin.php:265
msgid "I've created a form in ConvertKit"
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, subscribers, convertkit
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 5.6.20
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 2.1.2 2023-03-30
* Added: Link to Setup Wizard on Plugins screen
* Added: Improved ConvertKit Icons in Classic Editor and block editor for Broadcasts, Forms, Products and Custom Content

### 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
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.1
* Version: 2.1.2
* 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.1' );
define( 'CONVERTKIT_PLUGIN_VERSION', '2.1.2' );

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

0 comments on commit bf7e0f5

Please sign in to comment.