Skip to content

Commit

Permalink
1.9.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Feb 14, 2022
1 parent aa280fe commit 34426fe
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ add_filter( 'convertkit_settings_get_defaults', function( $defaults ) {
</pre>
<h3 id="convertkit_is_admin_or_frontend_editor">
convertkit_is_admin_or_frontend_editor
<code>includes/class-wp-convertkit.php::279</code>
<code>includes/class-wp-convertkit.php::280</code>
</h3><h4>Overview</h4>
<p>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.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1538,7 +1538,7 @@ do_action( 'convertkit_initialize_frontend', function( ) {
</pre>
<h3 id="convertkit_initialize_global">
convertkit_initialize_global
<code>includes/class-wp-convertkit.php::170</code>
<code>includes/class-wp-convertkit.php::171</code>
</h3><h4>Parameters</h4>
<table>
<thead>
Expand Down
22 changes: 18 additions & 4 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 1.9.6.5\n"
"Project-Id-Version: ConvertKit 1.9.6.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/convertkit-github\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: 2022-01-26T14:08:07+00:00\n"
"POT-Creation-Date: 2022-02-14T13:25:31+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: convertkit\n"
Expand Down Expand Up @@ -292,11 +292,11 @@ msgid "ConvertKit Landing Page ID %s does not exist on ConvertKit."
msgstr ""

#. translators: %1$s: PHP class name
#: includes/class-wp-convertkit.php:356
#: includes/class-wp-convertkit.php:357
msgid "ConvertKit Error: Could not load Plugin class <strong>%1$s</strong>"
msgstr ""

#: includes/class-wp-convertkit.php:366
#: includes/class-wp-convertkit.php:367
msgid "ConvertKit Error"
msgstr ""

Expand Down Expand Up @@ -446,6 +446,20 @@ msgstr ""
msgid "Plugin Settings"
msgstr ""

#. translators: Plugin Name
#: views/backend/review/notice.php:17
msgid "We'd be super grateful if you could spread the word about %s and give it a 5 star rating on WordPress?"
msgstr ""

#: views/backend/review/notice.php:25
msgid "Yes, leave review"
msgstr ""

#. translators: Plugin Name
#: views/backend/review/notice.php:32
msgid "No, I'm having issues with %s"
msgstr ""

#: views/backend/settings/tools.php:14
msgid "Debug Log"
msgstr ""
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Navigate to the Plugin's Settings at Settings > ConvertKit.

== Changelog ==

### 1.9.6.7 2022-02-14
* Fix: Localization: Corrected path to load language files

### 1.9.6.6 2022-01-27
* Fix: Plugin Activation: Parse error when using PHP 7.2 or below due to trailing comma in sprintf() call

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: 1.9.6.6
* Version: 1.9.6.7
* Author: ConvertKit
* Author URI: https://convertkit.com/
* Text Domain: convertkit
Expand All @@ -24,7 +24,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', '1.9.6.6' );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.9.6.7' );

// Load files that are always required.
require_once CONVERTKIT_PLUGIN_PATH . '/includes/functions.php';
Expand Down

0 comments on commit 34426fe

Please sign in to comment.