Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Jun 20, 2016
1 parent 9c6bbbf commit 2b179ac
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.svn
.DS_Store
.idea

/vendor/
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ notifications:

php:
- 5.3
- 5.6
- 7
- hhvm

matrix:
include:
- php: 5.3
env: WP_VERSION=latest WP_MULTISITE=0 WP_PULUGIN_DEPLOY=1
allow_failures:
- php: hhvm
- env: WP_VERSION=trunk WP_MULTISITE=0
- env: WP_VERSION=trunk WP_MULTISITE=1

Expand All @@ -31,8 +28,8 @@ after_success: curl -L https://raw.githubusercontent.com/miya0001/travis2wpplugi

env:
matrix:
- WP_VERSION=4.4.1 WP_MULTISITE=0
- WP_VERSION=4.4.1 WP_MULTISITE=1
- WP_VERSION=4.5.1 WP_MULTISITE=0
- WP_VERSION=4.5.1 WP_MULTISITE=1
- WP_VERSION=trunk WP_MULTISITE=0
- WP_VERSION=trunk WP_MULTISITE=1

Expand Down
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "torounit/hello-kushimoto",
"description": "This is not just a plugin. When activated you will randomly see a Quotations of legendry engineer Mr. M in the upper right of your admin screen on every page.",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"authors": [
{
"name": "Hiroshi Urabe",
"email": "[email protected]"
}
],
"require": {}
}
2 changes: 1 addition & 1 deletion hello-kushimoto.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
Plugin Name: Hello Kushimoto
Plugin URI: https://github.com/torounit/hello-kushimoto/
Version: 2.8.2
Version: 2.9.0
Description: This is not just a plugin. When activated you will randomly see a Quotations of legendary engineer Mr. M in the upper right of your admin screen on every page.
Author: Toro_Unit
Author URI: https://github.com/torounit/
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: Toro_Unit, miyauchi, hideokamoto, spicagraph,mayukojpn, nukaga, marushu, show-ko, aka, hnle, mignonstyle, yoshiii
Tags: wctokyo, kushimoto, sample, joke
Requires at least: 4.3
Tested up to: 4.4
Stable tag: 2.8.2
Tested up to: 4.5
Stable tag: 2.9.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -29,6 +29,9 @@ This is not just a plugin. When activated you will randomly see a Quotations of

== Changelog ==

= 2.9.0 =
* Add composer.json.

= 2.8.0 =
* Use Setting API.

Expand Down

0 comments on commit 2b179ac

Please sign in to comment.