Skip to content

Commit 584ca14

Browse files
Update page-links.php
1 parent 383a0cf commit 584ca14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

page-links.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Plugin Name: Page-Links Plus
1212
Plugin URI: http://pagelinksplus.com
1313
Description: While the WordPress <a href="http://codex.wordpress.org/Styling_Page-Links">Page-Link tag</a> makes integrating page links rather effortless, it doesn't offer a native single-page option. Addressing this limitation, the basic Page-Links Plus plugin adds this option to WordPress page lists. The Single Page module also serves as the basic framework for the <a href="http://pagelinksplus.com">other Page-Links Plus modules</a>.
14-
Version: 2.5
14+
Version: 2.5.1
1515
Author: Studio Hyperset, Inc.
1616
Author URI: http://studiohyperset.com
1717
License: GPL3
@@ -23,7 +23,7 @@
2323
if (!defined('SH_PAGE_LINKS_DOMAIN')){
2424
define('SH_PAGE_LINKS_DOMAIN', basename(dirname(__FILE__)));
2525
}
26-
define('SH_PAGE_LINKS_VER', '2.5');
26+
define('SH_PAGE_LINKS_VER', '2.5.1');
2727

2828

2929
/**

0 commit comments

Comments
 (0)