VK All in One Expansion Unit - Version 7.7.4

Version Description

  • [ Specification change ][ Contact section ] Tel icon default setting.
Download this release

Release Info

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

Code changes from version 7.7.3 to 7.7.4

plugins/contact-section/contact-section.php CHANGED
@@ -115,7 +115,7 @@ class VkExUnit_Contact {
115
  public static function get_option() {
116
  $default = array(
117
  'contact_txt' => __( 'Please feel free to inquire.', 'vkExUnit' ),
118
- 'tel_icon' => '',
119
  'tel_number' => '000-000-0000',
120
  'contact_time' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit' ),
121
  'contact_link' => home_url(),
@@ -125,7 +125,9 @@ class VkExUnit_Contact {
125
  'contact_image' => '',
126
  'contact_html' => '',
127
  );
128
- $option = get_option( 'vkExUnit_contact' );
 
 
129
  return wp_parse_args( $option, $default );
130
  }
131
 
115
  public static function get_option() {
116
  $default = array(
117
  'contact_txt' => __( 'Please feel free to inquire.', 'vkExUnit' ),
118
+ 'tel_icon' => 'fas fa-phone-square',
119
  'tel_number' => '000-000-0000',
120
  'contact_time' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit' ),
121
  'contact_link' => home_url(),
125
  'contact_image' => '',
126
  'contact_html' => '',
127
  );
128
+ $option = get_option( 'vkExUnit_contact', $default );
129
+ // オプション値が無い時は get_option の第2引数で登録されるが、
130
+ // 既に値が存在しているが、項目があとから追加された時用に wp_parse_args をしている
131
  return wp_parse_args( $option, $default );
132
  }
133
 
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.0.3
7
- Stable tag: 7.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -84,6 +84,9 @@ e.g.
84
 
85
  == Changelog ==
86
 
 
 
 
87
  = 7.7.3 =
88
  * [ Design tuning ][ Contact section ] Tel icon position tuning.
89
 
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.0.3
7
+ Stable tag: 7.7.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
84
 
85
  == Changelog ==
86
 
87
+ = 7.7.4 =
88
+ * [ Specification change ][ Contact section ] Tel icon default setting.
89
+
90
  = 7.7.3 =
91
  * [ Design tuning ][ Contact section ] Tel icon position tuning.
92
 
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: 7.7.3
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: 7.7.4
7
  * Author: Vektor,Inc.
8
  * Text Domain: vkExUnit
9
  * Domain Path: /languages