Plugin Directory

Changeset 3349137


Ignore:
Timestamp:
08/24/2025 07:26:06 AM (7 months ago)
Author:
jidaikobo
Message:

Update to version 3.2.9

Location:
dashi
Files:
1 deleted
3 edited
28 copied

Legend:

Unmodified
Added
Removed
  • dashi/tags/3.2.9/classes/Posttype/Posttype.php

    r3343992 r3349137  
    5353            array('\\Dashi\\Core\\Posttype\\Index', 'addColumn')
    5454        );
     55/*
     56        // おそらく不要 20250824 shibata@jidaikobo.com
    5557        add_action(
    5658            'manage_posts_custom_column',
     
    5961            2
    6062        );
     63*/
    6164        foreach (static::instances() as $posttypeInstance) {
    6265            $posttypeName = static::class2posttype($posttypeInstance);
  • dashi/tags/3.2.9/dashi.php

    r3343992 r3349137  
    77Text Domain: dashi
    88Domain Path: /languages/
    9 Version: 3.2.8
     9Version: 3.2.9
    1010Author URI: http://www.jidaikobo.com/
    1111thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src
  • dashi/tags/3.2.9/readme.txt

    r3343992 r3349137  
    44Tags: custom field, custom post type
    55Tested up to: 6.8.2
    6 Stable tag: 3.2.8
     6Stable tag: 3.2.9
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 3.2.9 =
     46fix around addCustomColumn
     47
    4548= 3.2.8 =
    4649fix manage_[custom post type]_posts_custom_column
  • dashi/trunk/classes/Posttype/Posttype.php

    r3343992 r3349137  
    5353            array('\\Dashi\\Core\\Posttype\\Index', 'addColumn')
    5454        );
     55/*
     56        // おそらく不要 20250824 shibata@jidaikobo.com
    5557        add_action(
    5658            'manage_posts_custom_column',
     
    5961            2
    6062        );
     63*/
    6164        foreach (static::instances() as $posttypeInstance) {
    6265            $posttypeName = static::class2posttype($posttypeInstance);
  • dashi/trunk/dashi.php

    r3343992 r3349137  
    77Text Domain: dashi
    88Domain Path: /languages/
    9 Version: 3.2.8
     9Version: 3.2.9
    1010Author URI: http://www.jidaikobo.com/
    1111thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src
  • dashi/trunk/readme.txt

    r3343992 r3349137  
    44Tags: custom field, custom post type
    55Tested up to: 6.8.2
    6 Stable tag: 3.2.8
     6Stable tag: 3.2.9
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 3.2.9 =
     46fix around addCustomColumn
     47
    4548= 3.2.8 =
    4649fix manage_[custom post type]_posts_custom_column
Note: See TracChangeset for help on using the changeset viewer.