Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to 1.2
  • Loading branch information
rmccue committed Mar 24, 2012
1 parent 97c519e commit 1be46d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions laika.php
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Laika
Description: An example plugin to show how to use the Sputnik API
Version: 1.1
Version: 1.2
Author: Ryan McCue
Author URI: http://ryanmccue.info/
Sputnik ID: laika
Expand All @@ -15,7 +15,7 @@ public static function verify() {
}

public static function report_error() {
echo '<div class="error"><p>Please install &amp; activate Sputnik to enable Laika.</p></div>';
echo '<div class="error"><p>Please install &amp; activate Renku to enable Laika.</p></div>';
}

public static function bootstrap() {
Expand Down
14 changes: 12 additions & 2 deletions readme.md
Expand Up @@ -3,7 +3,7 @@ Contributors: rmccue
Tags: laika, sputnik, example, test
Requires at least: 3.2
Tested up to: 3.4
Stable tag: 1.1
Stable tag: 1.2

Laika is a test plugin to show you how to use Sputnik's API.

Expand All @@ -26,6 +26,16 @@ None yet!

== Changelog ==

= 0.1 =
= 1.2 =

* Use proper name instead of internal name


= 1.1 =

* Fix spelling error


= 1.0 =

* Create plugin

0 comments on commit 1be46d7

Please sign in to comment.