Version Description
[ Bug fix ][ main setting page ] Admin page image uploader select button not transrated
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 8.0.5 |
Comparing to | |
See all releases |
Code changes from version 8.0.4 to 8.0.5
- plugins_admin/vk-admin/js/vk_admin.js +5 -4
- readme.txt +5 -2
- vkExUnit.php +1 -1
plugins_admin/vk-admin/js/vk_admin.js
CHANGED
@@ -25,14 +25,15 @@ jQuery(document).ready(function($){
|
|
25 |
return;
|
26 |
}
|
27 |
custom_uploader = wp.media({
|
28 |
-
title: 'Choose Image',
|
29 |
// 以下のコメントアウトを解除すると画像のみに限定される。 → されないみたい
|
30 |
library: {
|
31 |
type: 'image'
|
32 |
},
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
36 |
multiple: false, // falseにすると画像を1つしか選択できなくなる
|
37 |
});
|
38 |
custom_uploader.on('select', function() {
|
25 |
return;
|
26 |
}
|
27 |
custom_uploader = wp.media({
|
28 |
+
// title: 'Choose Image',
|
29 |
// 以下のコメントアウトを解除すると画像のみに限定される。 → されないみたい
|
30 |
library: {
|
31 |
type: 'image'
|
32 |
},
|
33 |
+
// 指定しないとデフォルトで「選択」になる
|
34 |
+
// button: {
|
35 |
+
// text: 'Choose Image'
|
36 |
+
// },
|
37 |
multiple: false, // falseにすると画像を1つしか選択できなくなる
|
38 |
});
|
39 |
custom_uploader.on('select', function() {
|
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: 4.4
|
6 |
Tested up to: 5.1.1
|
7 |
-
Stable tag: 8.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -86,8 +86,11 @@ e.g.
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 8.0.4 =
|
90 |
-
[
|
91 |
|
92 |
= 8.0.3 =
|
93 |
[ Bug fix ][ template-tags ][ vk get_post_type ] no post bug fix
|
4 |
Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 5.1.1
|
7 |
+
Stable tag: 8.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 8.0.5 =
|
90 |
+
[ Bug fix ][ main setting page ] Admin page image uploader select button not transrated
|
91 |
+
|
92 |
= 8.0.4 =
|
93 |
+
[ Bug fix ][ main setting page ] media uploader bug fix ( Cope with main setting page suffix changed )
|
94 |
|
95 |
= 8.0.3 =
|
96 |
[ Bug fix ][ template-tags ][ vk get_post_type ] no post bug fix
|
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: 8.0.
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
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: 8.0.5
|
7 |
* Author: Vektor,Inc.
|
8 |
* Text Domain: vkExUnit
|
9 |
* Domain Path: /languages
|