Compare commits

..

2 Commits

Author SHA1 Message Date
nobu d8afed24d5 ・WordPress6.9動作確認
・PHP8.3対応修正
2025-12-16 20:13:03 +09:00
nobu fa672eb78f 6.7 動作チェック 2025-02-17 21:13:22 +09:00
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if ( ! class_exists( 'conv_protection_txt' ) ) {
} }
public function show_text_option_page() { public function show_text_option_page() {
$update_option = filter_input( INPUT_POST, 'conv_protection_options', FILTER_SANITIZE_STRING, FILTER_REQUIRE_ARRAY ); $update_option = filter_input( INPUT_POST, 'conv_protection_options', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY );
if ( ! empty( $update_option ) ) { if ( ! empty( $update_option ) ) {
check_admin_referer( 'conv_options' ); check_admin_referer( 'conv_options' );
update_option( 'conv_protection_options', $update_option ); update_option( 'conv_protection_options', $update_option );
+1 -1
View File
@@ -5,7 +5,7 @@ Plugin URI: https://develop.n-k-y.net/wordpress/convert-protection-text
Author: NBK45 Author: NBK45
Author URI: https://develop.n-k-y.net Author URI: https://develop.n-k-y.net
Description: Convert Protection Text はWordPressで記事(ページ)の公開状態を限定公開(「パスワード保護」)にしたときのテキストをカスタマイズするプラグインです。 Description: Convert Protection Text はWordPressで記事(ページ)の公開状態を限定公開(「パスワード保護」)にしたときのテキストをカスタマイズするプラグインです。
Version: 1.0.1 Version: 1.0.2
License: GPLv2 License: GPLv2
*/ */
+8 -4
View File
@@ -1,10 +1,10 @@
=== Convert Protection Text === === Convert Protection Text ===
Contributors: NBK45 Contributors: NBK45
Tags: password protected Tags: password protected
Requires at least: 4.9 Requires at least: 6.7
Tested up to: 6.6 Tested up to: 6.9
Requires PHP: 7.4 Requires PHP: 8.3
Stable tag: 1.0.1 Stable tag: 1.0.2
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -52,6 +52,10 @@ screenshot-2.png
screenshot-3.png screenshot-3.png
== Changelog == == Changelog ==
= 1.0.2 =
・WordPress6.9動作確認
・PHP8.3対応修正
= 1.0.1 = = 1.0.1 =
初回リリース 初回リリース