Version Description
Deploy setting
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.8.0.3 |
Comparing to | |
See all releases |
Code changes from version 9.8.0.1 to 9.8.0.3
- .travis.yml +4 -3
- bin/deploy.sh +21 -0
- readme.txt +4 -1
- vkExUnit.php +1 -1
.travis.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
language: php
|
2 |
|
3 |
branches:
|
4 |
-
-
|
5 |
|
6 |
env:
|
7 |
global:
|
@@ -17,12 +17,13 @@ matrix:
|
|
17 |
dist: trusty
|
18 |
env:
|
19 |
- WP_VERSION=latest WP_MULTISITE=0
|
|
|
20 |
- php: 7.2
|
21 |
dist: trusty
|
22 |
env:
|
23 |
- WP_VERSION=latest WP_MULTISITE=0
|
24 |
-
- WP_VERSION=latest WP_MULTISITE=1
|
25 |
-
- WP_VERSION=4.4 WP_MULTISITE=0
|
26 |
# - php: 7.1.4
|
27 |
# dist: precise
|
28 |
# env:
|
1 |
language: php
|
2 |
|
3 |
branches:
|
4 |
+
- master
|
5 |
|
6 |
env:
|
7 |
global:
|
17 |
dist: trusty
|
18 |
env:
|
19 |
- WP_VERSION=latest WP_MULTISITE=0
|
20 |
+
- WP_VERSION=latest WP_MULTISITE=1
|
21 |
- php: 7.2
|
22 |
dist: trusty
|
23 |
env:
|
24 |
- WP_VERSION=latest WP_MULTISITE=0
|
25 |
+
# - WP_VERSION=latest WP_MULTISITE=1
|
26 |
+
# - WP_VERSION=4.4 WP_MULTISITE=0
|
27 |
# - php: 7.1.4
|
28 |
# dist: precise
|
29 |
# env:
|
bin/deploy.sh
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env bash
|
2 |
+
|
3 |
+
# if [[ "false" != "$TRAVIS_PULL_REQUEST" ]]; then
|
4 |
+
# echo "Not deploying pull requests."
|
5 |
+
# exit
|
6 |
+
# fi
|
7 |
+
if [[ "master" != "$TRAVIS_BRANCH" ]]; then
|
8 |
+
echo "Not on the 'develop' branch."
|
9 |
+
exit
|
10 |
+
fi
|
11 |
+
|
12 |
+
set -e
|
13 |
+
|
14 |
+
## -b オプションはチェックアウト
|
15 |
+
git clone -b dist --quiet "https://github.com/${TRAVIS_REPO_SLUG}.git" dist
|
16 |
+
npm run dist
|
17 |
+
cd dist
|
18 |
+
## すべての変更を含むワークツリーの内容をインデックスに追加.
|
19 |
+
git add -A
|
20 |
+
git commit -m "Update from travis $TRAVIS_COMMIT"
|
21 |
+
git push --quiet "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git" dist 2> /dev/null
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.1.0
|
6 |
Tested up to: 5.3.0
|
7 |
-
Stable tag: 9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -93,6 +93,9 @@ e.g.
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 9.8.0.0 =
|
97 |
vk blocks 0.17.2 update
|
98 |
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 5.1.0
|
6 |
Tested up to: 5.3.0
|
7 |
+
Stable tag: 9.8.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 9.8.0.3 =
|
97 |
+
Deploy setting
|
98 |
+
|
99 |
= 9.8.0.0 =
|
100 |
vk blocks 0.17.2 update
|
101 |
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
* Version: 9.8.0.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
* Version: 9.8.0.3
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vk-all-in-one-expansion-unit
|
9 |
* Domain Path: /languages
|