Plugin Directory

Changeset 3097011

Timestamp:
06/04/2024 03:10:42 AM (2 months ago)
Author:
kurudrive
Message:

Update to version 9.98.1.0 from GitHub

Location:
vk-all-in-one-expansion-unit
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vk-all-in-one-expansion-unit/tags/9.98.1.0/inc/post-type-manager/package/class.post-type-manager.php

    r3096538 r3097011  
    129129
    130130            echo '<hr>';
    131            
     131
    132132            /*******************************************
    133133             * Menu Icon
    134134             */
    135135            echo '<h4>' . esc_html__( 'Menu Icon(Optional)', 'vk-all-in-one-expansion-unit' ) . '</h4>';
    136             echo '<p>' . esc_html__( 'Select an icon from the images below, or enter a custom Dashicon class.' ) . '</p>';
    137            
     136            echo '<p>' . esc_html__( 'Select an icon from the images below, or enter a custom Dashicon class.' ) . '</p>';
     137
    138138            echo '<div style="margin-bottom: 1rem;">';
    139             $icons = [
     139            $icons =
    140140                'dashicons-admin-post',
    141141                'dashicons-admin-site',
     
    152152                'dashicons-admin-generic',
    153153                'dashicons-admin-collapse',
    154             ];
    155            
    156             foreach ($icons as $icon) {
    157                 echo '<button type="button" class="button" style="margin-right: 10px; margin-bottom: 10px; width: 40px; height: 40px; padding: 5px;" onclick="updateIconSelection(\'' . esc_attr($icon) . '\');">';
    158                 echo '<span class="dashicons ' . esc_attr($icon) . '" style="font-size: 20px; vertical-align: sub;"></span>';
     154            ;
     155
     156            foreach () {
     157                echo '<button type="button" class="button" style="margin-right: 10px; margin-bottom: 10px; width: 40px; height: 40px; padding: 5px;" onclick="updateIconSelection(\'' . esc_attr() . '\');">';
     158                echo '<span class="dashicons ' . esc_attr() . '" style="font-size: 20px; vertical-align: sub;"></span>';
    159159                echo '</button>';
    160160            }
    161161
    162162            echo '<div>';
    163             echo '<input type="text" id="veu_menu_icon" name="veu_menu_icon" value="' . esc_attr($post->veu_menu_icon) . '" style="margin-right: 10px;" size="30">';
    164             echo '<a href="https://developer.wordpress.org/resource/dashicons/" class="button" target="_blank">' . esc_html__('Dashicons Library', 'vk-all-in-one-expansion-unit') . '</a>';
     163            echo '<input type="text" id="veu_menu_icon" name="veu_menu_icon" value="' . esc_attr() . '" style="margin-right: 10px;" size="30">';
     164            echo '<a href="https://developer.wordpress.org/resource/dashicons/" class="button" target="_blank">' . esc_html__() . '</a>';
    165165            echo '</div>';
    166            
     166
    167167            echo '</div>';
    168168
     
    189189</script>';
    190190
    191 
    192191            /*******************************************
    193192             * Export to Rest api
     
    379378                     * メニューアイコンを設定するためのコード
    380379                     */
    381                     $menu_icon = get_post_meta($post->ID, 'veu_menu_icon', true);
    382                     if (empty($menu_icon)) {
     380                    $menu_icon = get_post_meta();
     381                    if () {
    383382                        $menu_icon = 'dashicons-admin-post';
    384                     } elseif ($menu_icon === 'none') {
     383                    } elseif () {
    385384                        $menu_icon = ''; // CSSでスタイリング可能に
    386                     } elseif (!strpos($menu_icon, 'dashicons-') === 0 && !strpos($menu_icon, 'data:image/svg+xml;base64,') === 0) {
     385                    } elseif () {
    387386                        $menu_icon = 'dashicons-admin-post';
    388387                    }
     
    404403                        $supports[] = $key;
    405404                    }
    406                    
     405
    407406                    // 投稿タイプのアイコンを取得
    408                     $menu_icon = get_post_meta($post->ID, 'veu_menu_icon', true);
    409                     $menu_icon = !empty($menu_icon) ? $menu_icon : 'dashicons-admin-post';     
     407                    $menu_icon = get_post_meta();
     408                    $menu_icon = !
    410409
    411410                    // カスタム投稿タイプのスラッグ.
     
    441440                            'has_archive'   => true,
    442441                            'menu_position' => $menu_position,
    443                             'menu_icon' => $menu_icon,
     442                            'menu_icon' => $menu_icon,
    444443                            'supports'      => $supports,
    445444                            'rewrite'       => $rewrite,
  • vk-all-in-one-expansion-unit/tags/9.98.1.0/readme.txt

    r3096548 r3097011  
    66Tested up to: 6.5
    77Requires PHP: 7.4
    8 Stable tag: 9.98.0.1
     8Stable tag: 9.98.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84
     85
     86
    8487= 9.98.0 =
    8588[ Add setting ][ Post Type Manager ] Add a menu icon setting.
  • vk-all-in-one-expansion-unit/tags/9.98.1.0/vendor/composer/installed.php

    r3096548 r3097011  
    22    'root' => array(
    33        'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
    4         'pretty_version' => '9.98.0.1',
    5         'version' => '9.98.0.1',
    6         'reference' => '9f9eb32428e69e58ebf2cc1841f035ce1428f741',
     4        'pretty_version' => '9.98.',
     5        'version' => '9.98.',
     6        'reference' => '',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'vektor-inc/vk-all-in-one-expansion-unit' => array(
    32             'pretty_version' => '9.98.0.1',
    33             'version' => '9.98.0.1',
    34             'reference' => '9f9eb32428e69e58ebf2cc1841f035ce1428f741',
     32            'pretty_version' => '9.98.',
     33            'version' => '9.98.',
     34            'reference' => '',
    3535            'type' => 'project',
    3636            'install_path' => __DIR__ . '/../../',
  • vk-all-in-one-expansion-unit/tags/9.98.1.0/vkExUnit.php

    r3096548 r3097011  
    44 * Plugin URI: https://ex-unit.nagoya
    55 * 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.98.0.1
     6 * Version: 9.98.
    77 * Requires PHP: 7.4
    88 * Requires at least: 5.9
  • vk-all-in-one-expansion-unit/trunk/inc/post-type-manager/package/class.post-type-manager.php

    r3096538 r3097011  
    129129
    130130            echo '<hr>';
    131            
     131
    132132            /*******************************************
    133133             * Menu Icon
    134134             */
    135135            echo '<h4>' . esc_html__( 'Menu Icon(Optional)', 'vk-all-in-one-expansion-unit' ) . '</h4>';
    136             echo '<p>' . esc_html__( 'Select an icon from the images below, or enter a custom Dashicon class.' ) . '</p>';
    137            
     136            echo '<p>' . esc_html__( 'Select an icon from the images below, or enter a custom Dashicon class.' ) . '</p>';
     137
    138138            echo '<div style="margin-bottom: 1rem;">';
    139             $icons = [
     139            $icons =
    140140                'dashicons-admin-post',
    141141                'dashicons-admin-site',
     
    152152                'dashicons-admin-generic',
    153153                'dashicons-admin-collapse',
    154             ];
    155            
    156             foreach ($icons as $icon) {
    157                 echo '<button type="button" class="button" style="margin-right: 10px; margin-bottom: 10px; width: 40px; height: 40px; padding: 5px;" onclick="updateIconSelection(\'' . esc_attr($icon) . '\');">';
    158                 echo '<span class="dashicons ' . esc_attr($icon) . '" style="font-size: 20px; vertical-align: sub;"></span>';
     154            ;
     155
     156            foreach () {
     157                echo '<button type="button" class="button" style="margin-right: 10px; margin-bottom: 10px; width: 40px; height: 40px; padding: 5px;" onclick="updateIconSelection(\'' . esc_attr() . '\');">';
     158                echo '<span class="dashicons ' . esc_attr() . '" style="font-size: 20px; vertical-align: sub;"></span>';
    159159                echo '</button>';
    160160            }
    161161
    162162            echo '<div>';
    163             echo '<input type="text" id="veu_menu_icon" name="veu_menu_icon" value="' . esc_attr($post->veu_menu_icon) . '" style="margin-right: 10px;" size="30">';
    164             echo '<a href="https://developer.wordpress.org/resource/dashicons/" class="button" target="_blank">' . esc_html__('Dashicons Library', 'vk-all-in-one-expansion-unit') . '</a>';
     163            echo '<input type="text" id="veu_menu_icon" name="veu_menu_icon" value="' . esc_attr() . '" style="margin-right: 10px;" size="30">';
     164            echo '<a href="https://developer.wordpress.org/resource/dashicons/" class="button" target="_blank">' . esc_html__() . '</a>';
    165165            echo '</div>';
    166            
     166
    167167            echo '</div>';
    168168
     
    189189</script>';
    190190
    191 
    192191            /*******************************************
    193192             * Export to Rest api
     
    379378                     * メニューアイコンを設定するためのコード
    380379                     */
    381                     $menu_icon = get_post_meta($post->ID, 'veu_menu_icon', true);
    382                     if (empty($menu_icon)) {
     380                    $menu_icon = get_post_meta();
     381                    if () {
    383382                        $menu_icon = 'dashicons-admin-post';
    384                     } elseif ($menu_icon === 'none') {
     383                    } elseif () {
    385384                        $menu_icon = ''; // CSSでスタイリング可能に
    386                     } elseif (!strpos($menu_icon, 'dashicons-') === 0 && !strpos($menu_icon, 'data:image/svg+xml;base64,') === 0) {
     385                    } elseif () {
    387386                        $menu_icon = 'dashicons-admin-post';
    388387                    }
     
    404403                        $supports[] = $key;
    405404                    }
    406                    
     405
    407406                    // 投稿タイプのアイコンを取得
    408                     $menu_icon = get_post_meta($post->ID, 'veu_menu_icon', true);
    409                     $menu_icon = !empty($menu_icon) ? $menu_icon : 'dashicons-admin-post';     
     407                    $menu_icon = get_post_meta();
     408                    $menu_icon = !
    410409
    411410                    // カスタム投稿タイプのスラッグ.
     
    441440                            'has_archive'   => true,
    442441                            'menu_position' => $menu_position,
    443                             'menu_icon' => $menu_icon,
     442                            'menu_icon' => $menu_icon,
    444443                            'supports'      => $supports,
    445444                            'rewrite'       => $rewrite,
  • vk-all-in-one-expansion-unit/trunk/readme.txt

    r3096548 r3097011  
    66Tested up to: 6.5
    77Requires PHP: 7.4
    8 Stable tag: 9.98.0.1
     8Stable tag: 9.98.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84
     85
     86
    8487= 9.98.0 =
    8588[ Add setting ][ Post Type Manager ] Add a menu icon setting.
  • vk-all-in-one-expansion-unit/trunk/vendor/composer/installed.php

    r3096548 r3097011  
    22    'root' => array(
    33        'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
    4         'pretty_version' => '9.98.0.1',
    5         'version' => '9.98.0.1',
    6         'reference' => '9f9eb32428e69e58ebf2cc1841f035ce1428f741',
     4        'pretty_version' => '9.98.',
     5        'version' => '9.98.',
     6        'reference' => '',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'vektor-inc/vk-all-in-one-expansion-unit' => array(
    32             'pretty_version' => '9.98.0.1',
    33             'version' => '9.98.0.1',
    34             'reference' => '9f9eb32428e69e58ebf2cc1841f035ce1428f741',
     32            'pretty_version' => '9.98.',
     33            'version' => '9.98.',
     34            'reference' => '',
    3535            'type' => 'project',
    3636            'install_path' => __DIR__ . '/../../',
  • vk-all-in-one-expansion-unit/trunk/vkExUnit.php

    r3096548 r3097011  
    44 * Plugin URI: https://ex-unit.nagoya
    55 * 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.98.0.1
     6 * Version: 9.98.
    77 * Requires PHP: 7.4
    88 * Requires at least: 5.9
Note: See TracChangeset for help on using the changeset viewer.