MTAppjQuery 1.5.0をリリースしました
Release Released v1.5.0 · tinybeans/mt-plugin-MTAppjQuery
https://github.com/tinybeans/mt-plugin-MTAppjQuery/releases/tag/v1.5.0
新機能の追加
$.MTAppGetCategoryName();
カテゴリIDを渡して、記事の編集画面ではカテゴリ名を、ウェブページの編集画面ではフォルダ名を取得できます。
修正
- $.MTAppSlideMenuV2() で、ウェブサイト名が長いときにサブメニューの上にウェブサイト名のテキストが重なって表示されていたバグを修正
- 記事・ウェブページ・テンプレートのプレビュー画面でもMTAppjQueryが適用されるようにした
- splitモディファイアをダイナミックパブリッシングに対応させた
Today released MTAppjQuery 1.5.0.
Release Released v1.5.0 · tinybeans/mt-plugin-MTAppjQuery
https://github.com/tinybeans/mt-plugin-MTAppjQuery/releases/tag/v1.5.0
New Feature
$.MTAppGetCategoryName();
Get category label on entry edit view and folder label on page edit view by posting category / folder ID.
Fixes
- Fixed bug of $.MTAppSlideMenuV2() that when website name is long, can't see submenu labels.
- MTAppjQuery work on previewpage of entry, page and template.
- split attributes for Dynamic Publishing