Version Description
Download this release
Release Info
Developer | kurudrive |
Plugin | Lightning Advanced Unit |
Version | 1.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.3 to 1.3.4
- inc/widgets/widget-new-posts.php +2 -0
- lightning_advanced_unit.php +1 -1
- readme.txt +1 -1
inc/widgets/widget-new-posts.php
CHANGED
@@ -19,6 +19,8 @@ class WP_Widget_ltg_adv_post_list extends WP_Widget {
|
|
19 |
}
|
20 |
|
21 |
function widget( $args, $instance ) {
|
|
|
|
|
22 |
if ( ! isset( $instance['format'] ) ) { $instance['format'] = 0; }
|
23 |
|
24 |
echo $args['before_widget'];
|
19 |
}
|
20 |
|
21 |
function widget( $args, $instance ) {
|
22 |
+
global $is_contentsarea_posts_widget;
|
23 |
+
$is_contentsarea_posts_widget = true;
|
24 |
if ( ! isset( $instance['format'] ) ) { $instance['format'] = 0; }
|
25 |
|
26 |
echo $args['before_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: 1.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: 1.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.6.0
|
7 |
-
Stable tag: 1.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.6.0
|
7 |
+
Stable tag: 1.3.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|