Changeset 2584541
- Timestamp:
- 08/18/2021 02:29:28 AM (5 years ago)
- Location:
- detabess
- Files:
-
- 1 deleted
- 2 edited
- 4 copied
-
tags/1.0.2 (copied) (copied from detabess/trunk)
-
tags/1.0.2/detabess-functions.php (copied) (copied from detabess/trunk/detabess-functions.php)
-
tags/1.0.2/detabess.php (copied) (copied from detabess/trunk/detabess.php) (2 diffs)
-
tags/1.0.2/readme.txt (copied) (copied from detabess/trunk/readme.txt) (2 diffs)
-
tags/1.0.2/scss (deleted)
-
trunk/detabess.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
detabess/tags/1.0.2/detabess.php
r2577198 r2584541 5 5 * Plugin URI: https://detabess.com/ 6 6 * Author: Kura 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Text Domain: detabess 9 9 * Domain Path: /languages … … 67 67 function dbts_check_current_page_reg() { 68 68 $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 ) { 70 70 return; 71 71 } -
detabess/tags/1.0.2/readme.txt
r2577176 r2584541 4 4 Requires at least: 4.7.0 5 5 Tested up to: 5.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Upgrade Notice == 118 118 119 = 1.0.2 = 120 デタベス登録および編集画面におけるスクリプト実行判定の修正 121 Corrected the script execution judgment in the detabess registration and editing screens. 122 119 123 = 1.0.1 = 120 124 投稿ステータスが変更された際の、フック読み出しのパラメータを追加 -
detabess/trunk/detabess.php
r2577198 r2584541 5 5 * Plugin URI: https://detabess.com/ 6 6 * Author: Kura 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Text Domain: detabess 9 9 * Domain Path: /languages … … 67 67 function dbts_check_current_page_reg() { 68 68 $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 ) { 70 70 return; 71 71 } -
detabess/trunk/readme.txt
r2577176 r2584541 4 4 Requires at least: 4.7.0 5 5 Tested up to: 5.8 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Upgrade Notice == 118 118 119 = 1.0.2 = 120 デタベス登録および編集画面におけるスクリプト実行判定の修正 121 Corrected the script execution judgment in the detabess registration and editing screens. 122 119 123 = 1.0.1 = 120 124 投稿ステータスが変更された際の、フック読み出しのパラメータを追加
Note: See TracChangeset
for help on using the changeset viewer.