このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

No Updates for Plugins under Revision Control

説明

Checks for the presence of the .svn directory in each plugin’s directory. Disabled for plugins with their files directly in the /plugins/ directory to prevent false positives.

Also supports other systems through the use of the REVISION_CONTROL constant. Just set this to the directory created by your revision control system in your wp-config.php

Based on code by PeteMall.

インストール

  1. Upload no-updates-for-plugins-under-svn.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評価

このプラグインにはレビューがありません。

貢献者と開発者

No Updates for Plugins under Revision Control はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“No Updates for Plugins under Revision Control” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1

  • Added support for other revision control systems
  • Added plugin meta for controlled plugins
  • Changed from strpos() to substr() for update URL check
  • Changed name to ‘No Updates for Plugins under Revision Control’

1.0

  • First public release