Plugin Directory

Changeset 2584541


Ignore:
Timestamp:
08/18/2021 02:29:28 AM (5 years ago)
Author:
eclouds
Message:

デタベス登録および編集画面におけるスクリプト実行判定の修正

Location:
detabess
Files:
1 deleted
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • detabess/tags/1.0.2/detabess.php

    r2577198 r2584541  
    55 * Plugin URI: https://detabess.com/
    66 * Author: Kura
    7  * Version: 1.0.1
     7 * Version: 1.0.2
    88 * Text Domain: detabess
    99 * Domain Path: /languages
     
    6767function dbts_check_current_page_reg() {
    6868    $current_screen = get_current_screen();
    69     if ( ! is_object( $current_screen ) || 'custom-db-list_page_dtbs_reg' !== $current_screen->base ) {
     69    if ( ! is_object( $current_screen ) || 'detabess_page_dtbs_reg' !== $current_screen->base ) {
    7070        return;
    7171    }
  • detabess/tags/1.0.2/readme.txt

    r2577176 r2584541  
    44Requires at least: 4.7.0
    55Tested up to: 5.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Upgrade Notice ==
    118118
     119= 1.0.2 =
     120デタベス登録および編集画面におけるスクリプト実行判定の修正
     121Corrected the script execution judgment in the detabess registration and editing screens.
     122
    119123= 1.0.1 =
    120124投稿ステータスが変更された際の、フック読み出しのパラメータを追加
  • detabess/trunk/detabess.php

    r2577198 r2584541  
    55 * Plugin URI: https://detabess.com/
    66 * Author: Kura
    7  * Version: 1.0.1
     7 * Version: 1.0.2
    88 * Text Domain: detabess
    99 * Domain Path: /languages
     
    6767function dbts_check_current_page_reg() {
    6868    $current_screen = get_current_screen();
    69     if ( ! is_object( $current_screen ) || 'custom-db-list_page_dtbs_reg' !== $current_screen->base ) {
     69    if ( ! is_object( $current_screen ) || 'detabess_page_dtbs_reg' !== $current_screen->base ) {
    7070        return;
    7171    }
  • detabess/trunk/readme.txt

    r2577176 r2584541  
    44Requires at least: 4.7.0
    55Tested up to: 5.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Upgrade Notice ==
    118118
     119= 1.0.2 =
     120デタベス登録および編集画面におけるスクリプト実行判定の修正
     121Corrected the script execution judgment in the detabess registration and editing screens.
     122
    119123= 1.0.1 =
    120124投稿ステータスが変更された際の、フック読み出しのパラメータを追加
Note: See TracChangeset for help on using the changeset viewer.