Version Description
- Fix readme.txt
Download this release
Release Info
Developer | markjaquith |
Plugin | Page Links To |
Version | 2.10.3 |
Comparing to | |
See all releases |
Code changes from version 2.10.2 to 2.10.3
- page-links-to.php +2 -2
- readme.txt +4 -3
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.10.
|
7 |
Author: Mark Jaquith
|
8 |
Author URI: http://coveredweb.com/
|
9 |
Text Domain: page-links-to
|
@@ -38,7 +38,7 @@ class CWS_PageLinksTo extends WP_Stack_Plugin {
|
|
38 |
const TARGET_META_KEY = '_links_to_target';
|
39 |
const VERSION_KEY = 'txfx_plt_schema_version';
|
40 |
const FILE = __FILE__;
|
41 |
-
const CSS_JS_VERSION = '2.10.
|
42 |
|
43 |
protected $replace = true;
|
44 |
|
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.10.3
|
7 |
Author: Mark Jaquith
|
8 |
Author URI: http://coveredweb.com/
|
9 |
Text Domain: page-links-to
|
38 |
const TARGET_META_KEY = '_links_to_target';
|
39 |
const VERSION_KEY = 'txfx_plt_schema_version';
|
40 |
const FILE = __FILE__;
|
41 |
+
const CSS_JS_VERSION = '2.10.3';
|
42 |
|
43 |
protected $replace = true;
|
44 |
|
readme.txt
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
=== Page Links To ===
|
2 |
|
3 |
-
[![Build Status](https://travis-ci.org/markjaquith/page-links-to.svg?branch=master)](https://travis-ci.org/markjaquith/page-links-to)
|
4 |
-
|
5 |
Contributors: markjaquith
|
6 |
Donate link: http://txfx.net/wordpress-plugins/donate
|
7 |
Tags: page, redirect, link, external link, repoint
|
8 |
Requires at least: 4.8
|
9 |
Tested up to: 4.9.6
|
10 |
-
Stable tag: 2.10.
|
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 +61,9 @@ You can contribute (or report bugs) on [Github](https://github.com/markjaquith/p
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 2.10.2 =
|
67 |
* Fix bug in Internet Explorer
|
68 |
|
1 |
=== Page Links To ===
|
2 |
|
|
|
|
|
3 |
Contributors: markjaquith
|
4 |
Donate link: http://txfx.net/wordpress-plugins/donate
|
5 |
Tags: page, redirect, link, external link, repoint
|
6 |
Requires at least: 4.8
|
7 |
Tested up to: 4.9.6
|
8 |
+
Stable tag: 2.10.3
|
9 |
|
10 |
Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
|
11 |
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
= 2.10.3 =
|
65 |
+
* Fix readme.txt
|
66 |
+
|
67 |
= 2.10.2 =
|
68 |
* Fix bug in Internet Explorer
|
69 |
|