Skip to content

Commit 2b179ac

Browse files
committed
2.9.0
1 parent 9c6bbbf commit 2b179ac

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.svn
22
.DS_Store
33
.idea
4+
5+
/vendor/

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ notifications:
77

88
php:
99
- 5.3
10-
- 5.6
1110
- 7
12-
- hhvm
1311

1412
matrix:
1513
include:
1614
- php: 5.3
1715
env: WP_VERSION=latest WP_MULTISITE=0 WP_PULUGIN_DEPLOY=1
1816
allow_failures:
19-
- php: hhvm
2017
- env: WP_VERSION=trunk WP_MULTISITE=0
2118
- env: WP_VERSION=trunk WP_MULTISITE=1
2219

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

3229
env:
3330
matrix:
34-
- WP_VERSION=4.4.1 WP_MULTISITE=0
35-
- WP_VERSION=4.4.1 WP_MULTISITE=1
31+
- WP_VERSION=4.5.1 WP_MULTISITE=0
32+
- WP_VERSION=4.5.1 WP_MULTISITE=1
3633
- WP_VERSION=trunk WP_MULTISITE=0
3734
- WP_VERSION=trunk WP_MULTISITE=1
3835

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "torounit/hello-kushimoto",
3+
"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.",
4+
"type": "wordpress-plugin",
5+
"license": "GPL-2.0+",
6+
"authors": [
7+
{
8+
"name": "Hiroshi Urabe",
9+
"email": "mail@torounit.com"
10+
}
11+
],
12+
"require": {}
13+
}

hello-kushimoto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Plugin Name: Hello Kushimoto
55
Plugin URI: https://github.com/torounit/hello-kushimoto/
6-
Version: 2.8.2
6+
Version: 2.9.0
77
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.
88
Author: Toro_Unit
99
Author URI: https://github.com/torounit/

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: Toro_Unit, miyauchi, hideokamoto, spicagraph,mayukojpn, nukaga, marushu, show-ko, aka, hnle, mignonstyle, yoshiii
33
Tags: wctokyo, kushimoto, sample, joke
44
Requires at least: 4.3
5-
Tested up to: 4.4
6-
Stable tag: 2.8.2
5+
Tested up to: 4.5
6+
Stable tag: 2.9.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

3030
== Changelog ==
3131

32+
= 2.9.0 =
33+
* Add composer.json.
34+
3235
= 2.8.0 =
3336
* Use Setting API.
3437

0 commit comments

Comments
 (0)