Skip to content

Commit f44fbb1

Browse files
committed
version 0.6
1 parent fa158fd commit f44fbb1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jbrinley
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2
44
Tags: URL mapping, callback functions
55
Requires at least: 3.0
6-
Tested up to: 3.4
6+
Tested up to: 5.2.4
77
Stable tag: trunk
88

99
Provides a simple API for mapping requests to callback functions.
@@ -142,6 +142,10 @@ Creating or changing routes should always occur in the context of the `wp_router
142142

143143
== Changelog ==
144144

145+
= 0.6 =
146+
147+
* Make magic methods public to avoid fatal with PHP 7.3
148+
145149
= 0.5 =
146150

147151
* Filter get_permalink on router pages to point to the requested URI

wp-router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Provides a simple API for mapping requests to callback functions.
66
Author: Flightless
77
Author URI: http://flightless.us/
8-
Version: 0.5
8+
Version: 0.6
99
*/
1010
/*
1111
Copyright (c) 2012 Flightless, Inc. http://flightless.us/

0 commit comments

Comments
 (0)