Описание
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.
Инсталиране
- Upload
no-updates-for-plugins-under-svn.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Отзиви
There are no reviews for this plugin.
Сътрудници и разработчици
“No Updates for Plugins under Revision Control” е софтуер с отворен код. Към разширението са допринесли следните хора:
СътруднициПревеждане на “No Updates for Plugins under Revision Control” на вашия език.
Имате интерес към разработване?
Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез 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