Changeset 988327
- Timestamp:
- 09/12/2014 02:40:16 PM (12 years ago)
- Location:
- squeeze-page-toolkit
- Files:
-
- 4 edited
- 1 copied
-
tags/1.14 (copied) (copied from squeeze-page-toolkit/trunk)
-
tags/1.14/readme.txt (modified) (3 diffs)
-
tags/1.14/squeeze-page-toolkit.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/squeeze-page-toolkit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squeeze-page-toolkit/tags/1.14/readme.txt
r942200 r988327 3 3 Tags: squeeze page toolkit, squeeze pages, landing pages, opt-in boxes 4 4 Requires at least: 3.7 5 Tested up to: 3.9.16 Stable tag: 1.1 35 Tested up to: 4.0.0 6 Stable tag: 1.14 7 7 License: Apache 2.0 8 8 License URI: http://www.apache.org/licenses/LICENSE-2.0 … … 59 59 1. Have you updated your permalinks recently? Go to `Permalinks` in WP admin, and click on the `Save Changes` button. 60 60 1. If you have any other landing page tools on WordPress, this may interfere with this plugin, so do try disabling them first to see if that resolves the issue. 61 1. See the reference about [URL compatibility mode](http:// support.wpdoctors.co.uk/support/solutions/articles/3000009178) for the WordPress plugin.62 1. If that doesn't solve the issue, then please contact [Squeeze Page Toolkit support](http://s upport.wpdoctors.co.uk/support/home) with what you have in `Custom Structure` in the `Permalinks` section in WP admin.61 1. See the reference about [URL compatibility mode](http://www.squeezepagetoolkit.com/training/im-getting-404-errors-when-trying-to-view-my-squeeze-pages-in-wordpress/) for the WordPress plugin. 62 1. If that doesn't solve the issue, then please contact [Squeeze Page Toolkit support](http://squeezepagetoolkit.com/support/) with what you have in `Custom Structure` in the `Permalinks` section in WP admin. 63 63 64 64 = Can I use a squeeze page for my website landing page? = … … 75 75 76 76 == Changelog == 77 78 = 1.14 = 79 * Added improvement to page fetch for exotic WordPress installations. 80 * Changed support links to new Squeeze Page Toolkit website 81 * Tested against WordPress 4.0 77 82 78 83 = 1.13 = -
squeeze-page-toolkit/tags/1.14/squeeze-page-toolkit.php
r942200 r988327 2 2 /* 3 3 * Plugin Name: Squeeze Page Toolkit 4 * Version: 1.1 34 * Version: 1.14 5 5 * Plugin URI: http://wordpress.org/plugins/squeeze-page-toolkit/ 6 6 * Description: The official plugin for the Squeeze Page Toolkit for WordPress, allowing you to show your squeeze pages on your WordPress website. 7 * Author: WordPress Doctors8 * Author URI: http://www. wpdoctors.co.uk7 * Author: Squeeze Page Toolkit 8 * Author URI: http://www.squeezepagetoolkit.com 9 9 */ 10 10 11 11 /** The current version of the database. */ 12 define('SPTK_DATABASE_VERSION', '1.1 3');12 define('SPTK_DATABASE_VERSION', '1.14'); 13 13 14 14 /** The current version of the database. */ … … 407 407 $normalPermalink = true; 408 408 $post_name = $query->get('name'); 409 410 // Sometimes the name is empty, hence checking page name too. 411 if (empty($post_name)) { 412 $post_name = $query->get('pagename'); 413 } 409 414 break; 410 415 -
squeeze-page-toolkit/trunk/readme.txt
r942200 r988327 3 3 Tags: squeeze page toolkit, squeeze pages, landing pages, opt-in boxes 4 4 Requires at least: 3.7 5 Tested up to: 3.9.16 Stable tag: 1.1 35 Tested up to: 4.0.0 6 Stable tag: 1.14 7 7 License: Apache 2.0 8 8 License URI: http://www.apache.org/licenses/LICENSE-2.0 … … 59 59 1. Have you updated your permalinks recently? Go to `Permalinks` in WP admin, and click on the `Save Changes` button. 60 60 1. If you have any other landing page tools on WordPress, this may interfere with this plugin, so do try disabling them first to see if that resolves the issue. 61 1. See the reference about [URL compatibility mode](http:// support.wpdoctors.co.uk/support/solutions/articles/3000009178) for the WordPress plugin.62 1. If that doesn't solve the issue, then please contact [Squeeze Page Toolkit support](http://s upport.wpdoctors.co.uk/support/home) with what you have in `Custom Structure` in the `Permalinks` section in WP admin.61 1. See the reference about [URL compatibility mode](http://www.squeezepagetoolkit.com/training/im-getting-404-errors-when-trying-to-view-my-squeeze-pages-in-wordpress/) for the WordPress plugin. 62 1. If that doesn't solve the issue, then please contact [Squeeze Page Toolkit support](http://squeezepagetoolkit.com/support/) with what you have in `Custom Structure` in the `Permalinks` section in WP admin. 63 63 64 64 = Can I use a squeeze page for my website landing page? = … … 75 75 76 76 == Changelog == 77 78 = 1.14 = 79 * Added improvement to page fetch for exotic WordPress installations. 80 * Changed support links to new Squeeze Page Toolkit website 81 * Tested against WordPress 4.0 77 82 78 83 = 1.13 = -
squeeze-page-toolkit/trunk/squeeze-page-toolkit.php
r942200 r988327 2 2 /* 3 3 * Plugin Name: Squeeze Page Toolkit 4 * Version: 1.1 34 * Version: 1.14 5 5 * Plugin URI: http://wordpress.org/plugins/squeeze-page-toolkit/ 6 6 * Description: The official plugin for the Squeeze Page Toolkit for WordPress, allowing you to show your squeeze pages on your WordPress website. 7 * Author: WordPress Doctors8 * Author URI: http://www. wpdoctors.co.uk7 * Author: Squeeze Page Toolkit 8 * Author URI: http://www.squeezepagetoolkit.com 9 9 */ 10 10 11 11 /** The current version of the database. */ 12 define('SPTK_DATABASE_VERSION', '1.1 3');12 define('SPTK_DATABASE_VERSION', '1.14'); 13 13 14 14 /** The current version of the database. */ … … 407 407 $normalPermalink = true; 408 408 $post_name = $query->get('name'); 409 410 // Sometimes the name is empty, hence checking page name too. 411 if (empty($post_name)) { 412 $post_name = $query->get('pagename'); 413 } 409 414 break; 410 415
Note: See TracChangeset
for help on using the changeset viewer.