Plugin Directory

Changeset 3329379


Ignore:
Timestamp:
07/17/2025 05:39:58 AM (9 months ago)
Author:
jidaikobo
Message:

Update to version 3.2.7

Location:
dashi
Files:
1 deleted
7 edited
26 copied

Legend:

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

    r3263809 r3329379  
    789789
    790790        $name = __($posttype::get('name'), 'dashi');
     791        $singular_name = $posttype::get('singular_name') ?: $name;
    791792
    792793        $labels = array(
    793794            'name'              => $name,
    794             'singular_name'     => $posttype::get('singular_name') ?: $name,
     795            'singular_name'     => $singular_name,
    795796            'menu_name'         => $posttype::get('menu_name') ?: $name,
    796             'add_new'           => sprintf(__('add %s', 'dashi'), $name),
    797             'add_new_item'      => sprintf(__('add %s', 'dashi'), $name),
    798             'edit_item'         => sprintf(__('edit %s', 'dashi'), $name),
    799             'new_item'          => sprintf(__('new %s', 'dashi'), $name),
    800             'view_item'         => sprintf(__('view %s', 'dashi'), $name),
     797            'add_new'           => sprintf(__('add %s', 'dashi'), $singular_name),
     798            'add_new_item'      => sprintf(__('add %s', 'dashi'), $singular_name),
     799            'edit_item'         => sprintf(__('edit %s', 'dashi'), $singular_name),
     800            'new_item'          => sprintf(__('new %s', 'dashi'), $singular_name),
     801            'view_item'         => sprintf(__('view %s', 'dashi'), $singular_name),
    801802            'parent_item_colon' => '',
    802803        );
  • dashi/tags/3.2.7/dashi.php

    r3304628 r3329379  
    77Text Domain: dashi
    88Domain Path: /languages/
    9 Version: 3.2.6
     9Version: 3.2.7
    1010Author URI: http://www.jidaikobo.com/
    1111thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src
    1212License: GPL2
    1313
    14 Copyright 2025 jidaikobo (email : support@jidaikobo.com)
     14Copyright 2025 jidaikobo (email: support@jidaikobo.com)
    1515
    1616This program is free software; you can redistribute it and/or modify
  • dashi/tags/3.2.7/languages/dashi-ja.po

    r1904281 r3329379  
    580580
    581581msgid "latitude"
     582msgstr "緯度"
     583
     584msgid "longitude"
    582585msgstr "経度"
    583 
    584 msgid "longitude"
    585 msgstr "緯度"
    586586
    587587msgid "zoom (1-21)"
  • dashi/tags/3.2.7/readme.txt

    r3304628 r3329379  
    44Tags: custom field, custom post type
    55Tested up to: 6.8.1
    6 Stable tag: 3.2.6
     6Stable tag: 3.2.7
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 3.2.7 =
     46fix lat and lng
     47
    4548= 3.2.6 =
    4649fix array key
  • dashi/trunk/classes/Posttype/Posttype.php

    r3263809 r3329379  
    789789
    790790        $name = __($posttype::get('name'), 'dashi');
     791        $singular_name = $posttype::get('singular_name') ?: $name;
    791792
    792793        $labels = array(
    793794            'name'              => $name,
    794             'singular_name'     => $posttype::get('singular_name') ?: $name,
     795            'singular_name'     => $singular_name,
    795796            'menu_name'         => $posttype::get('menu_name') ?: $name,
    796             'add_new'           => sprintf(__('add %s', 'dashi'), $name),
    797             'add_new_item'      => sprintf(__('add %s', 'dashi'), $name),
    798             'edit_item'         => sprintf(__('edit %s', 'dashi'), $name),
    799             'new_item'          => sprintf(__('new %s', 'dashi'), $name),
    800             'view_item'         => sprintf(__('view %s', 'dashi'), $name),
     797            'add_new'           => sprintf(__('add %s', 'dashi'), $singular_name),
     798            'add_new_item'      => sprintf(__('add %s', 'dashi'), $singular_name),
     799            'edit_item'         => sprintf(__('edit %s', 'dashi'), $singular_name),
     800            'new_item'          => sprintf(__('new %s', 'dashi'), $singular_name),
     801            'view_item'         => sprintf(__('view %s', 'dashi'), $singular_name),
    801802            'parent_item_colon' => '',
    802803        );
  • dashi/trunk/dashi.php

    r3304628 r3329379  
    77Text Domain: dashi
    88Domain Path: /languages/
    9 Version: 3.2.6
     9Version: 3.2.7
    1010Author URI: http://www.jidaikobo.com/
    1111thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src
    1212License: GPL2
    1313
    14 Copyright 2025 jidaikobo (email : support@jidaikobo.com)
     14Copyright 2025 jidaikobo (email: support@jidaikobo.com)
    1515
    1616This program is free software; you can redistribute it and/or modify
  • dashi/trunk/languages/dashi-ja.po

    r1904281 r3329379  
    580580
    581581msgid "latitude"
     582msgstr "緯度"
     583
     584msgid "longitude"
    582585msgstr "経度"
    583 
    584 msgid "longitude"
    585 msgstr "緯度"
    586586
    587587msgid "zoom (1-21)"
  • dashi/trunk/readme.txt

    r3304628 r3329379  
    44Tags: custom field, custom post type
    55Tested up to: 6.8.1
    6 Stable tag: 3.2.6
     6Stable tag: 3.2.7
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 3.2.7 =
     46fix lat and lng
     47
    4548= 3.2.6 =
    4649fix array key
Note: See TracChangeset for help on using the changeset viewer.