Changeset 3146734
- Timestamp:
- 09/05/2024 05:36:19 AM (19 months ago)
- Location:
- dashi/trunk
- Files:
-
- 3 edited
-
classes/Posttype/Base.php (modified) (1 diff)
-
dashi.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashi/trunk/classes/Posttype/Base.php
r2224211 r3146734 35 35 protected $map_meta_cap = false; 36 36 protected $hierarchical = false; 37 protected $show_in_rest = false; 37 38 protected $menu_position = 10; 38 39 protected $has_archive = true; -
dashi/trunk/dashi.php
r3144868 r3146734 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.1. 19 Version: 3.1.2 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src -
dashi/trunk/readme.txt
r3144871 r3146734 2 2 Contributors: jidaikobo 3 3 Donate link: http://www.jidaikobo.com/donate.html 4 Tags: custom field, custom , field, meta, meta field4 Tags: custom field, custom post type 5 5 Requires at least: 4.9.7 6 6 Tested up to: 6.4 7 Stable tag: 4.97 Stable tag: 1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 3.1.2 = 47 fix bug of `show_in_rest` 48 46 49 = 3.1.1 = 47 50 eliminate useless code
Note: See TracChangeset
for help on using the changeset viewer.