Skip to content

Commit

Permalink
Merge pull request #23 from jbrinley/prep-0.6
Browse files Browse the repository at this point in the history
version 0.6
  • Loading branch information
cliffordp authored Nov 3, 2019
2 parents fa158fd + f44fbb1 commit 9d0cc48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jbrinley
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2
Tags: URL mapping, callback functions
Requires at least: 3.0
Tested up to: 3.4
Tested up to: 5.2.4
Stable tag: trunk

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

== Changelog ==

= 0.6 =

* Make magic methods public to avoid fatal with PHP 7.3

= 0.5 =

* Filter get_permalink on router pages to point to the requested URI
Expand Down
2 changes: 1 addition & 1 deletion wp-router.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Provides a simple API for mapping requests to callback functions.
Author: Flightless
Author URI: http://flightless.us/
Version: 0.5
Version: 0.6
*/
/*
Copyright (c) 2012 Flightless, Inc. http://flightless.us/
Expand Down

0 comments on commit 9d0cc48

Please sign in to comment.