Skip to content

Commit

Permalink
2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Aug 15, 2024
1 parent a668012 commit c8480a2
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 11 deletions.
41 changes: 39 additions & 2 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<td>&nbsp;</td>
<td><a href="#convertkit_admin_settings_register_sections"><code>convertkit_admin_settings_register_sections</code></a></td>
<td>Registers settings sections at Settings > ConvertKit.</td>
</tr><tr>
<td colspan="3">../admin/class-convertkit-admin-post.php</td>
</tr><tr>
<td>&nbsp;</td>
<td><a href="#convertkit_admin_post_register_add_new_buttons"><code>convertkit_admin_post_register_add_new_buttons</code></a></td>
<td>Registers 'Add New' buttons for the given Post Type's admin screen.</td>
</tr><tr>
<td colspan="3">../includes/functions.php</td>
</tr><tr>
Expand Down Expand Up @@ -332,6 +338,37 @@ add_filter( 'convertkit_admin_settings_register_sections', function( $sections )
return $sections;
}, 10, 1 );
</pre>
<h3 id="convertkit_admin_post_register_add_new_buttons">
convertkit_admin_post_register_add_new_buttons
<code>admin/class-convertkit-admin-post.php::68</code>
</h3><h4>Overview</h4>
<p>Registers 'Add New' buttons for the given Post Type's admin screen.</p><h4>Parameters</h4>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>$buttons</td>
<td>array</td>
<td>Buttons.</td>
</tr><tr>
<td>$post_type</td>
<td>string</td>
<td>Post Type.</td>
</tr>
</tbody>
</table><h4>Usage</h4>
<pre>
add_filter( 'convertkit_admin_post_register_add_new_buttons', function( $buttons, $post_type ) {
// ... your code here
// Return value
return $buttons;
}, 10, 2 );
</pre>
<h3 id="convertkit_get_supported_post_types">
convertkit_get_supported_post_types
<code>includes/functions.php::143</code>
Expand Down Expand Up @@ -1842,7 +1879,7 @@ do_action( 'convertkit_admin_category_enqueue_styles', function( ) {
</pre>
<h3 id="convertkit_admin_post_enqueue_scripts">
convertkit_admin_post_enqueue_scripts
<code>admin/class-convertkit-admin-post.php::48</code>
<code>admin/class-convertkit-admin-post.php::110</code>
</h3><h4>Parameters</h4>
<table>
<thead>
Expand All @@ -1862,7 +1899,7 @@ do_action( 'convertkit_admin_post_enqueue_scripts', function( ) {
</pre>
<h3 id="convertkit_admin_post_enqueue_styles">
convertkit_admin_post_enqueue_styles
<code>admin/class-convertkit-admin-post.php::71</code>
<code>admin/class-convertkit-admin-post.php::133</code>
</h3><h4>Parameters</h4>
<table>
<thead>
Expand Down
10 changes: 5 additions & 5 deletions languages/convertkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# This file is distributed under the same license as the ConvertKit plugin.
msgid ""
msgstr ""
"Project-Id-Version: ConvertKit 2.5.4\n"
"Project-Id-Version: ConvertKit 2.5.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: 2024-08-08T03:16:28+00:00\n"
"POT-Creation-Date: 2024-08-15T03:32:46+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: convertkit\n"

#. Plugin Name of the plugin
#. Author of the plugin
#: admin/class-convertkit-admin-post.php:123
#: admin/class-convertkit-admin-post.php:185
#: admin/class-convertkit-admin-settings.php:112
#: admin/class-convertkit-admin-settings.php:113
#: admin/class-convertkit-admin-settings.php:132
Expand Down Expand Up @@ -78,11 +78,11 @@ msgstr ""
msgid "connect your ConvertKit account."
msgstr ""

#: admin/class-convertkit-admin-restrict-content.php:193
#: admin/class-convertkit-admin-restrict-content.php:168
msgid "Add New Member Content"
msgstr ""

#: admin/class-convertkit-admin-restrict-content.php:252
#: admin/class-convertkit-admin-restrict-content.php:234
msgid "ConvertKit Member Content"
msgstr ""

Expand Down
8 changes: 6 additions & 2 deletions 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, membership
Requires at least: 5.0
Tested up to: 6.6.1
Requires PHP: 5.6.20
Stable tag: 2.5.4
Stable tag: 2.5.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 2.5.5 2024-08-15
* Fix: Contact Form 7: Set subscriber to `inactive` when a ConvertKit Form is specified, honoring the Form's opt in setting.
* Fix: Forminator: Set subscriber to `inactive` when a ConvertKit Form is specified, honoring the Form's opt in setting.
* Fix: WishList Member: Set subscriber to `inactive` when a ConvertKit Form is specified, honoring the Form's opt in setting.

### 2.5.4 2024-08-08
* Added: WishList Member: Option to just subscribe email, subscribe to a Form, Tag or Sequence or unsubscribe
* Fix: Contact Form 7: Typo on description text
* Fix: Forminator: Typo on description text


### 2.5.3 2024-08-06
* Fix: Contact Form 7: Update description on settings screen to reflect new settings
* Fix: Forminator: Update description on settings screen to reflect new settings
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: Display ConvertKit email subscription forms, landing pages, products, broadcasts and more.
* Version: 2.5.4
* Version: 2.5.5
* 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.5.4' );
define( 'CONVERTKIT_PLUGIN_VERSION', '2.5.5' );
define( 'CONVERTKIT_OAUTH_CLIENT_ID', 'HXZlOCj-K5r0ufuWCtyoyo3f688VmMAYSsKg1eGvw0Y' );
define( 'CONVERTKIT_OAUTH_CLIENT_REDIRECT_URI', 'https://app.convertkit.com/wordpress/redirect' );

Expand Down

0 comments on commit c8480a2

Please sign in to comment.