Version Description
- Version bump
Download this release
Release Info
Developer | markjaquith |
Plugin | Page Links To |
Version | 2.10.1 |
Comparing to | |
See all releases |
Code changes from version 2.10.0 to 2.10.1
- page-links-to.php +2 -2
- 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.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.
|
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.1
|
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.1';
|
42 |
|
43 |
protected $replace = true;
|
44 |
|
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: 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 +63,9 @@ You can contribute (or report bugs) on [Github](https://github.com/markjaquith/p
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 2.10.0 =
|
67 |
* Switch to ES6 and Babel from CoffeeScript
|
68 |
* Remove jQuery as front-end requirement
|
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.1
|
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.10.1 =
|
67 |
+
* Version bump
|
68 |
+
|
69 |
= 2.10.0 =
|
70 |
* Switch to ES6 and Babel from CoffeeScript
|
71 |
* Remove jQuery as front-end requirement
|