Skip to content

Commit

Permalink
Merge pull request #1106 from vektor-inc/fix/esc-typo-activation
Browse files Browse the repository at this point in the history
[ Change version ] 9.99.3.0 / 有効化画面で発生する Call to undefined function を修正
  • Loading branch information
kurudrive authored Aug 1, 2024
2 parents 803664d + 51bfa86 commit 72a8566
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/admin-active-setting-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
" >
<th scope='row' class='check-column'>
<label class='screen-reader-text' for='checkbox_active_<?php echo esc_attr( $package['name'] ); ?>' ><?php echo esc_html( $package['title'] ); ?></label>
<input type="checkbox" name="vkExUnit_common_options[active_<?php echo asc_attr( $package['name'] ); ?>]" id="checkbox_active_<?php echo esc_attr( $package['name'] ); ?>" value="true" <?php if(!$package['hidden']){echo 'class="vew-module-checkbox"';}; ?>
<input type="checkbox" name="vkExUnit_common_options[active_<?php echo esc_attr( $package['name'] ); ?>]" id="checkbox_active_<?php echo esc_attr( $package['name'] ); ?>" value="true" <?php if(!$package['hidden']){echo 'class="vew-module-checkbox"';}; ?>
<?php
if ( $active ) {
echo 'checked'; }
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Google Analytics, Related Posts, sitemap, Facebook Page Plugin, OG tags
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 9.99.2.1
Stable tag: 9.99.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -81,6 +81,9 @@ e.g.

== Changelog ==

= 9.99.3 =
[ Bug fix ] Fix an issue where the activation screen causes an error in version 9.99.2

= 9.99.2 =
[ Bug fix ] Fix the layout issue of the CTA

Expand Down
2 changes: 1 addition & 1 deletion vkExUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: VK All in One Expansion Unit
* Plugin URI: https://ex-unit.nagoya
* 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!
* Version: 9.99.2.1
* Version: 9.99.3.0
* Requires PHP: 7.4
* Requires at least: 6.2
* Author: Vektor,Inc.
Expand Down

0 comments on commit 72a8566

Please sign in to comment.