Plugin Directory

Changeset 3072823

Timestamp:
04/18/2024 07:35:57 AM (4 months ago)
Author:
kurudrive
Message:

Update to version 9.97.2.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.97.2.0/inc/add_plugin_link_to_adminbar.php

    r2414800 r3072823  
    33add_action( 'admin_bar_menu', 'veu_plugin_link_to_adminbar',100 );
    44function veu_plugin_link_to_adminbar( $wp_admin_bar ) {
     5
     6
     7
     8
    59
    610    // 「有効化設定」は edit_theme_options 権限にはアクセスさせない
     
    1923    }
    2024}
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
  • vk-all-in-one-expansion-unit/tags/9.97.2.0/readme.txt

    r3063459 r3072823  
    8282== Changelog ==
    8383
     84
     85
     86
    8487= 9.97.1 =
    8588[ Bug fix ][ Child page index ] In the case of automatically inserting the child page list without using a block, the issue where all pages were displayed in WordPress 6.5 has been fixed.
  • vk-all-in-one-expansion-unit/tags/9.97.2.0/vendor/composer/installed.php

    r3063459 r3072823  
    22    'root' => array(
    33        'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
    4         'pretty_version' => '9.97.1.1',
    5         'version' => '9.97.1.1',
    6         'reference' => '1bbd68993c87cf3777d1994a9e2fedf83e6e3ffc',
     4        'pretty_version' => '9.97.',
     5        'version' => '9.97.',
     6        'reference' => '',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'vektor-inc/vk-all-in-one-expansion-unit' => array(
    32             'pretty_version' => '9.97.1.1',
    33             'version' => '9.97.1.1',
    34             'reference' => '1bbd68993c87cf3777d1994a9e2fedf83e6e3ffc',
     32            'pretty_version' => '9.97.',
     33            'version' => '9.97.',
     34            'reference' => '',
    3535            'type' => 'project',
    3636            'install_path' => __DIR__ . '/../../',
  • vk-all-in-one-expansion-unit/tags/9.97.2.0/vkExUnit.php

    r3063459 r3072823  
    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.97.1.1
     6 * Version: 9.97.
    77 * Requires PHP: 7.4
    88 * Requires at least: 5.9
  • vk-all-in-one-expansion-unit/trunk/inc/add_plugin_link_to_adminbar.php

    r2414800 r3072823  
    33add_action( 'admin_bar_menu', 'veu_plugin_link_to_adminbar',100 );
    44function veu_plugin_link_to_adminbar( $wp_admin_bar ) {
     5
     6
     7
     8
    59
    610    // 「有効化設定」は edit_theme_options 権限にはアクセスさせない
     
    1923    }
    2024}
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
  • vk-all-in-one-expansion-unit/trunk/readme.txt

    r3063459 r3072823  
    8282== Changelog ==
    8383
     84
     85
     86
    8487= 9.97.1 =
    8588[ Bug fix ][ Child page index ] In the case of automatically inserting the child page list without using a block, the issue where all pages were displayed in WordPress 6.5 has been fixed.
  • vk-all-in-one-expansion-unit/trunk/vendor/composer/installed.php

    r3063459 r3072823  
    22    'root' => array(
    33        'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
    4         'pretty_version' => '9.97.1.1',
    5         'version' => '9.97.1.1',
    6         'reference' => '1bbd68993c87cf3777d1994a9e2fedf83e6e3ffc',
     4        'pretty_version' => '9.97.',
     5        'version' => '9.97.',
     6        'reference' => '',
    77        'type' => 'project',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'vektor-inc/vk-all-in-one-expansion-unit' => array(
    32             'pretty_version' => '9.97.1.1',
    33             'version' => '9.97.1.1',
    34             'reference' => '1bbd68993c87cf3777d1994a9e2fedf83e6e3ffc',
     32            'pretty_version' => '9.97.',
     33            'version' => '9.97.',
     34            'reference' => '',
    3535            'type' => 'project',
    3636            'install_path' => __DIR__ . '/../../',
  • vk-all-in-one-expansion-unit/trunk/vkExUnit.php

    r3063459 r3072823  
    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.97.1.1
     6 * Version: 9.97.
    77 * Requires PHP: 7.4
    88 * Requires at least: 5.9
Note: See TracChangeset for help on using the changeset viewer.