Version Description
- Back out jQuery protection code that causes issues on some sites
Download this release
Release Info
Developer | markjaquith |
Plugin | Page Links To |
Version | 2.9.9 |
Comparing to | |
See all releases |
Code changes from version 2.9.8 to 2.9.9
- page-links-to.php +4 -4
- readme.txt +4 -1
page-links-to.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Page Links To
|
4 |
Plugin URI: http://txfx.net/wordpress-plugins/page-links-to/
|
5 |
Description: Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources.
|
6 |
-
Version: 2.9.
|
7 |
Author: Mark Jaquith
|
8 |
Author URI: http://coveredwebservices.com/
|
9 |
Text Domain: page-links-to
|
@@ -71,10 +71,10 @@ class CWS_PageLinksTo extends WP_Stack_Plugin {
|
|
71 |
|
72 |
// Non-standard priority hooks
|
73 |
$this->hook( 'do_meta_boxes', 20 );
|
74 |
-
$this->hook( 'wp_enqueue_scripts', 'start_buffer', -9999 );
|
75 |
$this->hook( 'wp_enqueue_scripts' );
|
76 |
-
$this->hook( 'wp_enqueue_scripts', 'jquery_protection', 9999 );
|
77 |
-
$this->hook( 'wp_head', 'end_buffer', 9999 );
|
78 |
|
79 |
// Non-standard callback hooks
|
80 |
$this->hook( 'load-post.php', 'load_post' );
|
3 |
Plugin Name: Page Links To
|
4 |
Plugin URI: http://txfx.net/wordpress-plugins/page-links-to/
|
5 |
Description: Allows you to point WordPress pages or posts to a URL of your choosing. Good for setting up navigational links to non-WP sections of your site or to off-site resources.
|
6 |
+
Version: 2.9.9
|
7 |
Author: Mark Jaquith
|
8 |
Author URI: http://coveredwebservices.com/
|
9 |
Text Domain: page-links-to
|
71 |
|
72 |
// Non-standard priority hooks
|
73 |
$this->hook( 'do_meta_boxes', 20 );
|
74 |
+
// $this->hook( 'wp_enqueue_scripts', 'start_buffer', -9999 );
|
75 |
$this->hook( 'wp_enqueue_scripts' );
|
76 |
+
// $this->hook( 'wp_enqueue_scripts', 'jquery_protection', 9999 );
|
77 |
+
// $this->hook( 'wp_head', 'end_buffer', 9999 );
|
78 |
|
79 |
// Non-standard callback hooks
|
80 |
$this->hook( 'load-post.php', 'load_post' );
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Donate link: http://txfx.net/wordpress-plugins/donate
|
|
7 |
Tags: page, redirect, link, external link, repoint
|
8 |
Requires at least: 3.9.2
|
9 |
Tested up to: 4.7.2
|
10 |
-
Stable tag: 2.9.
|
11 |
|
12 |
Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
|
13 |
|
@@ -63,6 +63,9 @@ You can contribute (or report bugs) on [Github](https://github.com/markjaquith/p
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 2.9.8 =
|
67 |
* Added a Russian translation
|
68 |
* Maintain a reference to WordPress' jQuery version
|
7 |
Tags: page, redirect, link, external link, repoint
|
8 |
Requires at least: 3.9.2
|
9 |
Tested up to: 4.7.2
|
10 |
+
Stable tag: 2.9.9
|
11 |
|
12 |
Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
|
13 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 2.9.9 =
|
67 |
+
* Back out jQuery protection code that causes issues on some sites
|
68 |
+
|
69 |
= 2.9.8 =
|
70 |
* Added a Russian translation
|
71 |
* Maintain a reference to WordPress' jQuery version
|