Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawax/enable-automatic-updates-vcs
https://github.com/kawax/enable-automatic-updates-vcs
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kawax/enable-automatic-updates-vcs
- Owner: kawax
- Created: 2017-12-01T11:49:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T12:29:37.000Z (about 7 years ago)
- Last Synced: 2024-11-15T02:13:26.841Z (about 1 month ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```