Skip to content

Commit

Permalink
update version numbers, changelog for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrinley committed Jul 10, 2012
1 parent aadeb7d commit a378972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ Creating or changing routes should always occur in the context of the `wp_router

* Prevent redirect from all route pages when %category% is in the permastruct
* Redirect placeholder page to the blog front page
* Fix usage of translation functions
* Fix usage of translation functions

= 0.4 =

* Prevent redirect from route pages with the "page" or "paged" query arg
10 changes: 5 additions & 5 deletions wp-router.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/*
Plugin Name: WP Router
Plugin URI: http://www.adeliedesign.com/
Plugin URI: https://github.com/jbrinley/WP-Router
Description: Provides a simple API for mapping requests to callback functions.
Author: Adelie Design
Author URI: http://www.adeliedesign.com/
Version: 0.3.3
Author: Flightless
Author URI: http://flightless.us/
Version: 0.4
*/
/*
Copyright (c) 2011 Adelie Design, Inc. http://www.AdelieDesign.com/
Copyright (c) 2012 Flightless, Inc. http://flightless.us/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit a378972

Please sign in to comment.