Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
instapage_cms_plugin
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
instapage_cms_plugin
Commits
31e4f5c5
Commit
31e4f5c5
authored
8 months ago
by
instapage-dev
Browse files
Options
Downloads
Patches
Plain Diff
Changes:
- Drupal 10 support
parent
427f4e23
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/README.txt
+12
-4
12 additions, 4 deletions
core/README.txt
core/instapage.php
+2
-2
2 additions, 2 deletions
core/instapage.php
core/models/InstapageCmsPluginAPIModel.php
+1
-0
1 addition, 0 deletions
core/models/InstapageCmsPluginAPIModel.php
with
15 additions
and
6 deletions
core/README.txt
+
12
−
4
View file @
31e4f5c5
=== 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: instapage
dev
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.
...
...
This diff is collapsed.
Click to expand it.
core/instapage.php
+
2
−
2
View file @
31e4f5c5
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
core/models/InstapageCmsPluginAPIModel.php
+
1
−
0
View file @
31e4f5c5
...
...
@@ -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'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment