Skip to content

Releases: m-g-n/ruijinen-plugin_skin-r002-lp-a

1.9.4

Choose a tag to compare

@github-actions github-actions released this 26 Nov 01:57
9cc74ef

変更内容

  • composerのアップデート

1.9.3

Choose a tag to compare

@github-actions github-actions released this 18 Nov 08:46
1f5a3a2

変更内容

  • composer、nodeパッケージのインストールなど

1.9.2

Choose a tag to compare

@github-actions github-actions released this 21 Feb 07:47
aac3379

変更内容

  • スリム幅の指定の単位をemからremに変更

1.9.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 08:42
3c0f5ff

変更内容

  • Snow Monkey v19.1.5の仕様変更に伴いsingleページのスリム幅指定の調整

1.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 06:48
215ef83

変更内容

  • Snow Monkey v19・Snow Monkey Blocks v18の対応
  • Nodeパッケージの更新

1.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 03:54
3c73d94

変更内容

1.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Sep 01:12
1047be0

変更内容

1.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 06:35
f918ac9

変更内容

  • wp-env環境の追加
  • {issue.NO}
  • BackstopJS環境の追加

確認内容

  • バージョン番号は正しいか
  • 本体のルートファイルのバージョン番号は正しいか
  • 変更内容を記載し、すべてチェックされたか
  • 「確認内容」は最後に消してください

1.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:55
107b16b

変更内容

  • #52
  • #51
  • #50
  • singleページ 関連記事パーツの上マージンのスタイルが効いてない不具合の対応

1.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 08:24
e2a7995

CSSのコンパイルをgulpからDart Sassに変更

当プラグインのCSS・JSのコンパイルはgulpで行ってたのですが、node-sassの廃止やその他依存パッケージが更新されずセキュリティ面で不安があるので、gulpの利用をやめました。
CSSはDart Sassに切り替えました。

「アイキャッチの上にタイトル」を設定した場合にサブタイトルも表示するように改修

これまで「アイキャッチの上にタイトル」を設定している場合はページタイトルのみ表示する形でしたが、他の設定と同様にサブタイトルも表示する形に修正しました

アクティベートチェック方法の変更

これまでSnow Monkeyテーマが有効でない場合は、プラグインを無効化するようにしてましたが、このバージョンよりSnow Monkeyテーマが有効でない場合は、プラグインは無効にせず、必要最低限の機能以外は読み込まないように処理を変更しました

load_plugin_textdomain()の実行タイミングの変更

WordPressのルールに合わせて、実行タイミングをplugin_loadedからinitに変更しました