VK All in One Expansion Unit - Version 9.28.2.0

Version Description

[ Bug fix ][ editor css ] Fix editor-css for ExUnit Blocks not working

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 9.28.2.0
Comparing to
See all releases

Code changes from version 9.28.1.0 to 9.28.2.0

inc/child-page-index/child-page-index.php CHANGED
@@ -228,6 +228,7 @@ function veu_child_page_index_setup() {
228
  $common_attributes
229
  ),
230
  'editor_script' => 'veu-block',
 
231
  'render_callback' => 'veu_childPageIndex_block_callback',
232
  )
233
  );
228
  $common_attributes
229
  ),
230
  'editor_script' => 'veu-block',
231
+ 'editor_style' => 'veu-block-editor',
232
  'render_callback' => 'veu_childPageIndex_block_callback',
233
  )
234
  );
inc/contact-section/contact-section.php CHANGED
@@ -125,6 +125,7 @@ class VkExUnit_Contact {
125
  ),
126
  ),
127
  'editor_script' => 'veu-block',
 
128
  'render_callback' => array( __CLASS__, 'block_callback'),
129
  )
130
  );
125
  ),
126
  ),
127
  'editor_script' => 'veu-block',
128
+ 'editor_style' => 'veu-block-editor',
129
  'render_callback' => array( __CLASS__, 'block_callback'),
130
  )
131
  );
inc/page-list-ancestor/page-list-ancestor.php CHANGED
@@ -154,6 +154,7 @@ function veu_page_list_ancestor_block_setup() {
154
  $common_attributes
155
  ),
156
  'editor_script' => 'veu-block',
 
157
  'render_callback' => 'veu_pageListAncestor_block_callback',
158
  )
159
  );
154
  $common_attributes
155
  ),
156
  'editor_script' => 'veu-block',
157
+ 'editor_style' => 'veu-block-editor',
158
  'render_callback' => 'veu_pageListAncestor_block_callback',
159
  )
160
  );
inc/sitemap-page/sitemap-page.php CHANGED
@@ -293,6 +293,7 @@ function veu_sitemap_block_setup() {
293
  $common_attributes
294
  ),
295
  'editor_script' => 'veu-block',
 
296
  'render_callback' => 'vkExUnit_sitemap',
297
  )
298
  );
293
  $common_attributes
294
  ),
295
  'editor_script' => 'veu-block',
296
+ 'editor_style' => 'veu-block-editor',
297
  'render_callback' => 'vkExUnit_sitemap',
298
  )
299
  );
initialize.php CHANGED
@@ -49,6 +49,16 @@ function veu_print_editor_css() {
49
  }
50
  add_action( 'after_setup_theme', 'veu_print_editor_css' );
51
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  /*
54
  Add vkExUnit js
49
  }
50
  add_action( 'after_setup_theme', 'veu_print_editor_css' );
51
 
52
+ // ブロックエディタ用のCSS読み込み( ↑ だけだと効かない )
53
+ function veu_print_block_editor_css() {
54
+ wp_register_style(
55
+ 'veu-block-editor',
56
+ plugins_url( '', __FILE__ ) . '/assets/css/vkExUnit_editor_style.css',
57
+ array(),
58
+ filemtime( plugin_dir_path( __FILE__ ) )
59
+ );
60
+ }
61
+ add_action( 'init', 'veu_print_block_editor_css' );
62
 
63
  /*
64
  Add vkExUnit js
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.0.0
6
  Tested up to: 5.4.2
7
- Stable tag: 9.28.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -99,8 +99,8 @@ e.g.
99
 
100
  == Changelog ==
101
 
102
-
103
- * [ Bug fix ][ smooth scroll ] Fix smooth scroll not working on Button block
104
 
105
  = 9.28.1.0 =
106
  * [ VK Blocks Update ] 0.38.2
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.0.0
6
  Tested up to: 5.4.2
7
+ Stable tag: 9.28.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
99
 
100
  == Changelog ==
101
 
102
+ = 9.28.2.0 =
103
+ [ Bug fix ][ editor css ] Fix editor-css for ExUnit Blocks not working
104
 
105
  = 9.28.1.0 =
106
  * [ VK Blocks Update ] 0.38.2
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.28.1.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.28.2.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages