VK All in One Expansion Unit - Version 9.49.2.0

Version Description

[ bug fix ][ noindex ] fix php error

Download this release

Release Info

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

Code changes from version 9.49.1.0 to 9.49.2.0

Files changed (3) hide show
  1. inc/noindex/noindex.php +3 -2
  2. readme.txt +4 -1
  3. vkExUnit.php +1 -1
inc/noindex/noindex.php CHANGED
@@ -110,7 +110,6 @@ function veu_noindex_admin() {
110
  <td>
111
  <ul>
112
  <?php
113
-
114
  $options = veu_noindex_options();
115
  $veu_noindex_targets = veu_noindex_targets();
116
 
@@ -284,7 +283,9 @@ function veu_display_nest_checkbox( $array = array(), $raw_array, $options ){
284
  echo '<ul class="no-style">';
285
  foreach ( $array as $key => $child ) {
286
  echo '<li><label><input type="checkbox" name="vkExUnit_noindex[' . esc_attr( $key ) . ']" value="true" ';
287
- echo checked( $options[$key], "true" );
 
 
288
  echo ' /> ';
289
  // print '<pre style="text-align:left">';print_r($options[$key]);print '</pre>';
290
  echo esc_html( $raw_array[$key]['label'] );
110
  <td>
111
  <ul>
112
  <?php
 
113
  $options = veu_noindex_options();
114
  $veu_noindex_targets = veu_noindex_targets();
115
 
283
  echo '<ul class="no-style">';
284
  foreach ( $array as $key => $child ) {
285
  echo '<li><label><input type="checkbox" name="vkExUnit_noindex[' . esc_attr( $key ) . ']" value="true" ';
286
+ if ( isset( $options[$key] ) ){
287
+ echo checked( $options[$key], "true" );
288
+ }
289
  echo ' /> ';
290
  // print '<pre style="text-align:left">';print_r($options[$key]);print '</pre>';
291
  echo esc_html( $raw_array[$key]['label'] );
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.3.0
6
  Tested up to: 5.6.0
7
- Stable tag: 9.49.1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -81,6 +81,9 @@ e.g.
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = 9.49.1.0 =
85
  [ Bug fix ][ Archive widget ] fix PHP error
86
 
4
  Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Facebook Page Plugin, OG tags,
5
  Requires at least: 5.3.0
6
  Tested up to: 5.6.0
7
+ Stable tag: 9.49.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
81
 
82
  == Changelog ==
83
 
84
+ = 9.49.2.0 =
85
+ [ bug fix ][ noindex ] fix php error
86
+
87
  = 9.49.1.0 =
88
  [ Bug fix ][ Archive widget ] fix PHP error
89
 
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.49.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.49.2.0
7
  * Author: Vektor,Inc.
8
  * Text Domain: vk-all-in-one-expansion-unit
9
  * Domain Path: /languages