Skip to content

Commit

Permalink
2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Apr 11, 2024
1 parent 711f34e commit a2cc842
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
14 changes: 7 additions & 7 deletions ACTIONS-FILTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ add_filter( 'convertkit_wishlist_settings_get_defaults', function( $defaults ) {
</pre>
<h3 id="convertkit_output_restrict_content_get_resource_type">
convertkit_output_restrict_content_get_resource_type
<code>includes/class-convertkit-output-restrict-content.php::639</code>
<code>includes/class-convertkit-output-restrict-content.php::647</code>
</h3><h4>Overview</h4>
<p>Define the ConvertKit Resource Type that the visitor must be subscribed against to access this content, overriding the Post setting. Return false or an empty string to not restrict content.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -986,7 +986,7 @@ add_filter( 'convertkit_output_restrict_content_get_resource_type', function( $r
</pre>
<h3 id="convertkit_output_restrict_content_get_resource_id">
convertkit_output_restrict_content_get_resource_id
<code>includes/class-convertkit-output-restrict-content.php::677</code>
<code>includes/class-convertkit-output-restrict-content.php::685</code>
</h3><h4>Overview</h4>
<p>Define the ConvertKit Resource ID that the visitor must be subscribed against to access this content, overriding the Post setting. Return 0 to not restrict content.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1017,7 +1017,7 @@ add_filter( 'convertkit_output_restrict_content_get_resource_id', function( $res
</pre>
<h3 id="convertkit_output_restrict_content_content_preview">
convertkit_output_restrict_content_content_preview
<code>includes/class-convertkit-output-restrict-content.php::853</code>
<code>includes/class-convertkit-output-restrict-content.php::861</code>
</h3><h4>Overview</h4>
<p>Define the output for the content preview when the visitor is not an authenticated subscriber.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1048,7 +1048,7 @@ add_filter( 'convertkit_output_restrict_content_content_preview', function( $con
</pre>
<h3 id="convertkit_output_restrict_content_call_to_action">
convertkit_output_restrict_content_call_to_action
<code>includes/class-convertkit-output-restrict-content.php::867</code>
<code>includes/class-convertkit-output-restrict-content.php::875</code>
</h3><h4>Overview</h4>
<p>Define the output for the call to action, displayed below the content preview, when the visitor is not an authenticated subscriber.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1079,7 +1079,7 @@ add_filter( 'convertkit_output_restrict_content_call_to_action', function( $call
</pre>
<h3 id="convertkit_output_restrict_content_is_crawler_permitted_user_agent_ip_ranges">
convertkit_output_restrict_content_is_crawler_permitted_user_agent_ip_ranges
<code>includes/class-convertkit-output-restrict-content.php::1222</code>
<code>includes/class-convertkit-output-restrict-content.php::1230</code>
</h3><h4>Overview</h4>
<p>Define the permitted user agents and their IP address ranges that can bypass Restrict Content to index content for search engines.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1373,7 +1373,7 @@ add_filter( 'convertkit_broadcasts_build_post_args', function( $post_args, $broa
</pre>
<h3 id="convertkit_broadcasts_parse_broadcast_content">
convertkit_broadcasts_parse_broadcast_content
<code>includes/class-convertkit-broadcasts-importer.php::300</code>
<code>includes/class-convertkit-broadcasts-importer.php::328</code>
</h3><h4>Overview</h4>
<p>Parses the given Broadcast's content, removing unnecessary HTML tags and styles.</p><h4>Parameters</h4>
<table>
Expand Down Expand Up @@ -1404,7 +1404,7 @@ add_filter( 'convertkit_broadcasts_parse_broadcast_content', function( $content,
</pre>
<h3 id="convertkit_broadcasts_parse_broadcast_content_permitted_html_tags">
convertkit_broadcasts_parse_broadcast_content_permitted_html_tags
<code>includes/class-convertkit-broadcasts-importer.php::394</code>
<code>includes/class-convertkit-broadcasts-importer.php::426</code>
</h3><h4>Overview</h4>
<p>Define the HTML tags to retain in the Broadcast Content.</p><h4>Parameters</h4>
<table>
Expand Down
2 changes: 1 addition & 1 deletion languages/convertkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-04-03T16:28:04+00:00\n"
"POT-Creation-Date: 2024-04-11T11:59:59+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"
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: nathanbarry, growdev, travisnorthcutt, ggwicz
Donate link: https://convertkit.com
Tags: email marketing, email newsletter, newsletter, subscribers, membership
Requires at least: 5.0
Tested up to: 6.5
Tested up to: 6.5.2
Requires PHP: 5.6.20
Stable tag: 2.4.7
Stable tag: 2.4.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

### 2.4.8 2024-04-11
* Fix: Member Content: Display Content when using a frontend Page Builder, such as Beaver Builder
* Fix: Forms: Sticky Bar: Set `z-index` CSS property to ensure Sticky Bar Forms correctly display over some WordPress Theme headers and menus

### 2.4.7 2024-04-08
* Fix: WP-Rocket: Display Forms when WP-Rocket's `Delay JavaScript Execution` option is enabled
* Fix: Perfmatters: Display Forms when Perfmatters' `Delay JavaScript` option is enabled
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.4.7
* Version: 2.4.8
* 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.4.7' );
define( 'CONVERTKIT_PLUGIN_VERSION', '2.4.8' );

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

0 comments on commit a2cc842

Please sign in to comment.