File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: jbrinley
33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2
44Tags: URL mapping, callback functions
55Requires at least: 3.0
6- Tested up to: 3 .4
6+ Tested up to: 5.2 .4
77Stable tag: trunk
88
99Provides 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
Original file line number Diff line number Diff line change 55Description: Provides a simple API for mapping requests to callback functions.
66Author: Flightless
77Author URI: http://flightless.us/
8- Version: 0.5
8+ Version: 0.6
99*/
1010/*
1111Copyright (c) 2012 Flightless, Inc. http://flightless.us/
You can’t perform that action at this time.
0 commit comments