Plugin Directory

Changeset 2936400


Ignore:
Timestamp:
07/10/2023 08:33:52 AM (3 years ago)
Author:
jidaikobo
Message:

v3.0.9

Location:
dashi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dashi/trunk/classes/Posttype/Another.php

    r2764879 r2936400  
    501501        $args = array(
    502502            'post_type' => 'any',
    503             'meta_query' =>
    504             array(
    505                 'key'     => 'dashi_original_id',
    506                 'compare' => 'EXISTS',
    507             )
     503            'post_status' => 'future',
    508504        );
    509505        $posts = get_posts($args);
  • dashi/trunk/dashi.php

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

    r2894781 r2936400  
    4444== Changelog ==
    4545
     46= 3.0.9 =
     47fix replacement not working (Dashi\Core\Posttype\Another)
     48
    4649= 3.0.8 =
    4750$wp_rewrite->flush_rules(true) -> $wp_rewrite->flush_rules(false)
Note: See TracChangeset for help on using the changeset viewer.