Releases: pickles2/px2-px2dthelper
Releases · pickles2/px2-px2dthelper
pickles2/px2-px2dthelper v2.0.15
pickles2/px2-px2dthelper v2.0.14
- PHP 7.4 に対応した。
pickles2/px2-px2dthelper v2.0.13
- Broccoli編集画面を停止させる外部のスクリプトを無効化するようにした。
pickles2/px2-px2dthelper v2.0.12
- PXコマンド
PX=px2dthelper.config.parse
とPX=px2dthelper.config.update
を追加。 - PXコマンド
PX=px2dthelper.sitemap.create
とPX=px2dthelper.sitemap.delete
を追加。 PX=px2dthelper.init_content
、PX=px2dthelper.copy_content
は、コンテンツがすでに存在する場合には、上書きせずエラーを出すように変更された。そのかわり、force
オプションを追加し、強制的に上書きできるようにした。PX=px2dthelper.get.all
の結果にpage_originated_csv
が追加された。(pickles2/px-fw-2.x v2.0.40
以上が必要)PX=px2dthelper.search_sitemap
にlimit
オプションを追加。 デフォルトは 200件が上限となるようになった。document_modules
のビルド結果をキャッシュするようになった。
pickles2/px2-px2dthelper v2.0.11
- リソースパスに関する設定(
$conf->path_files
,$conf->plugins->px2dt->guieditor->path_resource_dir
,$conf->plugins->px2dt->guieditor->path_data_dir
)にコールバック関数を使用できない問題を修正。
pickles2/px2-px2dthelper v2.0.10
- Windows環境で、
PX=px2dthelper.publish_single_page
を実行時に、リソースディレクトリがパブリッシュ対象に含まれない不具合を修正。
pickles2/px2-px2dthelper v2.0.9
- PXコマンド
PX=px2dthelper.publish_single_page
を追加。 - Pickles 2 Contents Editor, および Pickles 2 Module Editor のAPIで、APIを正常に呼び出せない場合がある問題を修正。
pickles2/px2-px2dthelper v2.0.8
broccoli-html-editor
のAPIを追加。- Pickles 2 Contents Editor のAPIを追加。
- Pickles 2 Module Editor のAPIを追加。
pickles2/px2-px2dthelper 2.0.7
- 依存ライブラリ
michelf/php-markdown
,leafo/scssphp
のバージョン制約を緩和。 (pickles2/px-fw-2.x
の更新に合わせられるように) $conf->px2dtconfig
が連想配列で設定されている場合に、正規化処理が適切に反映されない不具合を修正。
pickles2/px2-px2dthelper 2.0.6
- PXコマンド
PX=px2dthelper.plugins.get_plugin_options
を追加。 - PXコマンド
PX=px2dthelper.packages.get_package_list
を追加。 - PXコマンド
PX=px2dthelper.packages.get_path_composer_root_dir
を追加。 - PXコマンド
PX=px2dthelper.packages.get_path_npm_root_dir
を追加。 - PXコマンド
PX=px2dthelper.get.realpath_theme_collection_dir
を追加。 - PXコマンド
PX=px2dthelper.get.all
,PX=px2dthelper.check_editor_mode
にpath
オプションを追加。 - PXコマンド
PX=px2dthelper.get.all
の結果にpath_type
,realpath_theme_collection_dir
,packages->path_composer_root_dir
,packages->path_npm_root_dir
,packages->package_list
を追加。 - PXコマンド
PX=px2dthelper.get.all
で、path
オプションに id を指定してエイリアスページの情報を取得できるようになった。 $conf->plugins->px2dt->path_module_templates_dir
設定に対応。- PXコマンド
PX=px2dthelper.document_modules.build_css
とPX=px2dthelper.document_modules.build_js
が、テーマのモジュールに対応。