Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kawax/enable-automatic-updates-vcs


https://github.com/kawax/enable-automatic-updates-vcs

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Enable Automatic Updates for VCS

WordPress はデフォルトでは `.git` が存在すると自動更新されないので更新できるようにするプラグイン。
1行で済むことだけど全部のテーマに書くのは大変なのでプラグイン化。
WP公式には登録せず composer から使う前提。
mu-plugin なのでインストールすれば常に有効。

```
composer require revolution/enable-automatic-updates-vcs
```