Skip to content

Releases: SamuelTissot/WP_Route

v0.3.0

09 Nov 15:18
Compare
Choose a tag to compare

Improved considerably the nomenclature of the parameter matching

also simplified quite a bit the way it was handle
more performance

NOTE: breaking changes

v0.2.0-beta

07 Nov 18:58
Compare
Choose a tag to compare

Route now support arguments

[
   'match' => [ [, parameters [, parameter2] ... ]],
   'do_not_match' => [ [, parameter, [parameter2] ... ]],
]

an empty array means : apply to all

NOTE

this release has some breaking changes

v0.1.0-beta

23 Aug 15:32
Compare
Choose a tag to compare
updated the readme.md

hopefully it will reflect more the intent of the package