Skip to content

Commit

Permalink
forgot to flush the rewrite rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Apr 27, 2010
1 parent 7c3530e commit 599d625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: /.well-known/
Plugin URI: http://notizblog.org/
Description: This plugin enables "Well-Known URIs" support for WordPress (RFC 5785: http://tools.ietf.org/html/rfc5785).
Version: 0.2.1
Version: 0.2.1.1
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
Expand All @@ -12,7 +12,7 @@
add_filter('query_vars', array('WellKnownPlugin', 'queryVars'));
add_action('parse_request', array('WellKnownPlugin', 'delegateRequest'));
add_action('generate_rewrite_rules', array('WellKnownPlugin', 'rewriteRules'));
register_activation_hook(__FILE__, array('WellKnown', 'activationHook'));
register_activation_hook(__FILE__, array('WellKnownPlugin', 'activationHook'));

/**
* well-known class
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link:
Tags: OpenID, XRD, well-known, XML, Discovery
Requires at least: 2.7
Tested up to: 2.9.9
Stable tag: 0.2.1
Stable tag: 0.2.1.1

This plugin enables "Well-Known URIs" support for WordPress (RFC 5785: http://tools.ietf.org/html/rfc5785).

Expand Down Expand Up @@ -37,6 +37,8 @@ From the RFC:

== Changelog ==

= 0.2.1.1 =
* Ooops, copy&paste bug
= 0.2.1 =
* Forgot to flush the rewrite rules
= 0.2 =
Expand Down

0 comments on commit 599d625

Please sign in to comment.