WordPress Landing Pages - Version 2.7.5

Version Description

  • Updating Inbound PRO upgrade links.
  • Fixing session_start() issue with native WP Editor.
Download this release

Release Info

Developer adbox
Plugin Icon 128x128 WordPress Landing Pages
Version 2.7.5
Comparing to
See all releases

Code changes from version 2.7.4 to 2.7.5

Files changed (3) hide show
  1. classes/class.settings.php +1 -1
  2. landing-pages.php +2 -2
  3. readme.txt +2 -2
classes/class.settings.php CHANGED
@@ -325,7 +325,7 @@ class Landing_Pages_Settings {
325
  break;
326
  case 2:
327
  echo '<div class="" style="margin-left:auto;margin-right:auto;">
328
- <h4>Did you know we offer an enhanced verson of this plugin? - <a target="_blank" href="https://www.inboundnow.com/upgrade/?ref=356">Read more about our Inbound PRO plugin.</a></b></h4>
329
  </div>';
330
  echo ' </div>';
331
  break;
325
  break;
326
  case 2:
327
  echo '<div class="" style="margin-left:auto;margin-right:auto;">
328
+ <h4>Did you know we offer an enhanced version of this plugin? - <a target="_blank" href="https://www.inboundnow.com/upgrade/?ref=356">Read more about our Inbound Now PRO plugin.</a></b></h4>
329
  </div>';
330
  echo ' </div>';
331
  break;
landing-pages.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Landing Pages
4
  Plugin URI: http://www.inboundnow.com/landing-pages/
5
  Description: Landing page template framework with variant testing and lead capturing through cooperation with Inbound Now's Leads plugin. This is the stand alone version served through WordPress.org.
6
- Version: 2.7.4
7
  Author: Inbound Now
8
  Author URI: https://www.inboundnow.com/?innercity=true
9
  Text Domain: inbound-pro
@@ -42,7 +42,7 @@ if (!class_exists('Inbound_Landing_Pages_Plugin')) {
42
  */
43
  private static function load_constants() {
44
 
45
- define('LANDINGPAGES_CURRENT_VERSION', '2.7.4' );
46
  define('LANDINGPAGES_URLPATH', plugins_url( '/' , __FILE__ ) );
47
  define('LANDINGPAGES_PATH', WP_PLUGIN_DIR.'/'.plugin_basename( dirname(__FILE__) ).'/' );
48
  define('LANDINGPAGES_PLUGIN_SLUG', 'landing-pages' );
3
  Plugin Name: Landing Pages
4
  Plugin URI: http://www.inboundnow.com/landing-pages/
5
  Description: Landing page template framework with variant testing and lead capturing through cooperation with Inbound Now's Leads plugin. This is the stand alone version served through WordPress.org.
6
+ Version: 2.7.5
7
  Author: Inbound Now
8
  Author URI: https://www.inboundnow.com/?innercity=true
9
  Text Domain: inbound-pro
42
  */
43
  private static function load_constants() {
44
 
45
+ define('LANDINGPAGES_CURRENT_VERSION', '2.7.5' );
46
  define('LANDINGPAGES_URLPATH', plugins_url( '/' , __FILE__ ) );
47
  define('LANDINGPAGES_PATH', WP_PLUGIN_DIR.'/'.plugin_basename( dirname(__FILE__) ).'/' );
48
  define('LANDINGPAGES_PLUGIN_SLUG', 'landing-pages' );
readme.txt CHANGED
@@ -7,7 +7,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Tags: landing pages, inbound marketing, conversion pages, split testing, a b test, a b testing, a/b test, a/b testing, coming soon page, email list, landing page, list building, maintenance page, squeeze page, inbound now, landing-pages, splash pages, cpa, click tracking, goal tracking, analytics, free landing page templates
8
  Requires at least: 3.8
9
  Tested up to: 5.0.3
10
- Stable Tag: 2.7.4
11
 
12
 
13
  Create landing pages for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own templates and more.
@@ -85,7 +85,7 @@ We also offer a guide for using <a href="https://github.com/inboundnow/inbound-p
85
 
86
  == Changelog ==
87
 
88
- = 2.7.4 =
89
  * Updating Inbound PRO upgrade links.
90
  * Fixing session_start() issue with native WP Editor.
91
 
7
  Tags: landing pages, inbound marketing, conversion pages, split testing, a b test, a b testing, a/b test, a/b testing, coming soon page, email list, landing page, list building, maintenance page, squeeze page, inbound now, landing-pages, splash pages, cpa, click tracking, goal tracking, analytics, free landing page templates
8
  Requires at least: 3.8
9
  Tested up to: 5.0.3
10
+ Stable Tag: 2.7.5
11
 
12
 
13
  Create landing pages for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own templates and more.
85
 
86
  == Changelog ==
87
 
88
+ = 2.7.5 =
89
  * Updating Inbound PRO upgrade links.
90
  * Fixing session_start() issue with native WP Editor.
91