Lightning Advanced Unit - Version 2.3.4

Version Description

Download this release

Release Info

Developer kurudrive
Plugin Icon wp plugin Lightning Advanced Unit
Version 2.3.4
Comparing to
See all releases

Code changes from version 2.3.3 to 2.3.4

inc/widgets/widget-full-wide-title.php CHANGED
@@ -199,11 +199,11 @@ var vk_title_bg_image_delete = function(e){
199
  {
200
  $instance = self::default_options( $instance );
201
  echo $args ['before_widget'];
202
- echo '<div class="widget_ltg_full_wide_title_outer" style="'.$this->widget_outer_style($instance).'">';
203
- echo '<h1 style="'.$this->widget_font_style($instance).'">'.wp_kses_post( $instance['title'] ).'</h1>';
204
  // サブテキストがある場合
205
  if ( ! empty( $instance['text'] ) ){
206
- echo '<p style="'.$this->widget_font_style($instance).'" class="widget-title-caption">'.wp_kses_post( $instance['text'] ).'</p>';
207
  }
208
  echo '</div>';
209
  echo $args ['after_widget'];
199
  {
200
  $instance = self::default_options( $instance );
201
  echo $args ['before_widget'];
202
+ echo '<div class="widget_ltg_adv_full_wide_title_outer" style="'.$this->widget_outer_style($instance).'">';
203
+ echo '<h2 class="widget_ltg_adv_full_wide_title_title" style="'.$this->widget_font_style($instance).'">'.wp_kses_post( $instance['title'] ).'</h1>';
204
  // サブテキストがある場合
205
  if ( ! empty( $instance['text'] ) ){
206
+ echo '<p style="'.$this->widget_font_style($instance).'" class="widget_ltg_adv_full_wide_title_caption">'.wp_kses_post( $instance['text'] ).'</p>';
207
  }
208
  echo '</div>';
209
  echo $args ['after_widget'];
lightning_advanced_unit.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Lightning Advanced Unit
4
  * Plugin URI: http://lightning.vektor-inc.co.jp/
5
- * Version: 2.3.3
6
  * Author: Vektor,Inc.
7
  * Author URI: http://www.vektor-inc.co.jp
8
  * Description: This is a plug-ins that extend the functionality of the theme "Lightning".
2
  /**
3
  * Plugin Name: Lightning Advanced Unit
4
  * Plugin URI: http://lightning.vektor-inc.co.jp/
5
+ * Version: 2.3.4
6
  * Author: Vektor,Inc.
7
  * Author URI: http://www.vektor-inc.co.jp
8
  * Description: This is a plug-ins that extend the functionality of the theme "Lightning".
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: Lightning,
5
  Requires at least: 4.2
6
  Tested up to: 4.7.0
7
- Stable tag: 2.3.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Tags: Lightning,
5
  Requires at least: 4.2
6
  Tested up to: 4.7.0
7
+ Stable tag: 2.3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10