Skip to content
Snippets Groups Projects
Commit 31e4f5c5 authored by instapage-dev's avatar instapage-dev
Browse files

Changes:

- Drupal 10 support
parent 427f4e23
No related branches found
No related tags found
No related merge requests found
=== Instapage Plugin ===
Contributors: marek@instapage
Tags: landing page, lead generation, a/b testing, Instapage, squeeze page, conversion rate optimization, splash page, WordPress landing page, landing page optimization, lead capture page, mobile app landing page, Facebook landing page, sales page
Contributors: instapagedev
Tags: landing page, lead generation, a/b testing, Instapage, squeeze page
Requires at least: 3.4
Requires PHP: 5.4.0
Tested up to: 6.1.1
Stable tag: 3.5.7
Tested up to: 6.5.2
Stable tag: 3.5.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -55,6 +55,14 @@ Join 250,000+ businesses who rely on Instapage.
4. Instapage app's dashboard.
== Changelog ==
= 3.5.9 (2024-04-09) =
- Internal optimizations
- Updated 'Tested up to' field to version 6.5.2
= 3.5.8 (2024-03-13) =
- Updated 'Tested up to' field to version 6.4.3
- Improved diagnostics
= 3.5.7 (2023-03-14) =
- Bugfix: Handling errors that can happen when using fastCGI
- Restoring the new version landing page serving configuration.
......
......@@ -3,7 +3,7 @@
/*
Plugin Name: Instapage Plugin
Description: The best way for WordPress to seamlessly publish landing pages as a natural extension of your website.
Version: 3.5.7
Version: 3.5.9
Requires PHP: 5.4.0
Plugin URI: https://instapage.com/
Author: Instapage
......@@ -15,7 +15,7 @@ define('INSTAPAGE_PLUGIN_PATH', dirname(__FILE__));
define('INSTAPAGE_PLUGIN_FILE', __FILE__);
define('INSTAPAGE_SUPPORT_EMAIL', 'help@instapage.com');
define('INSTAPAGE_PLUGIN_MINIMUM_PHP_VERSION', '5.2.4');
define('INSTAPAGE_PLUGIN_VERSION', '3.5.7');
define('INSTAPAGE_PLUGIN_VERSION', '3.5.9');
/**
* @var array $consts Holds constant names to be defined with their default values - if not already defined or found in `$_ENV`
......
......@@ -59,6 +59,7 @@ class InstapageCmsPluginAPIModel {
$headers['x-plugin-version'] = INSTAPAGE_PLUGIN_VERSION;
$headers['x-cms-version'] = $connector->getCMSVersion();
$headers['x-instapage-host'] = $host;
$headers['x-php-version'] = PHP_VERSION_ID;
$response = $connector->remoteRequest($url, $data, $headers, 'POST');
InstapageCmsPluginHelper::writeDiagnostics($url, 'Enterprise call URL');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment